Skip to content
Samantha Marshall edited this page Jun 19, 2016 · 2 revisions

export

To specify where to write the generated .xcconfig file to, put the export keyword at the very top of the pyconfig file. This should be followed by a string that is encapsulated in double quotes that include a relative path from the pyconfig file to the location that the generated .xcconfig file should be written. This keyword is entirely optional, and if not present it will write the generated .xcconfig file to the same parent directory as the pyconfig file, with the same file name but with the .xcconfig extension.

export "../xcconfigs/Codesign.xcconfig"
Clone this wiki locally