-
Notifications
You must be signed in to change notification settings - Fork 3
exporting_configs
Samantha Marshall edited this page Aug 8, 2016
·
2 revisions
By default, all .pyconfig
files export to the same directory using the same file name but with the .xcconfig
extension instead. For greater control over exporting of the configuration there is the export
keyword that can be specified at the top of the .pyconfig
file that allows you to specify the name and path to the output file.
This is an example of writing the contents of the .pyconfig
file to the same directory but with a different name
export "defaults.xcconfig"
This is an example of writing the contents of the .pyconfig
file to a new file to a relative path
export "../xcconfigs/codesign.xcconfig"