Skip to content

xcode_resources

James Touton edited this page Jun 4, 2015 · 2 revisions

Specifies both localized and non-localized resources that should be copied into the application or framework bundle.

xcode_resources {
	'res/button.png',
	'res/*.lproj/**'
}

Parameters

A list of file paths. Any resources found in a directory ending with .lproj are treated as localized resources.

Applies To

Solutions and projects.

Availability

Premake 5.0.0 or later.

Clone this wiki locally