samhuri.net/posts/2015/06/the-unofficial-guide-to-xcconfig-files.md

706 B

Title Author Date Timestamp Tags Link
The Unofficial Guide to xcconfig files Sami Samhuri 1st June, 2015 1433171811 http://pewpewthespells.com/blog/xcconfig_guide.html?utm_campaign=iOS%2BDev%2BWeekly&utm_source=iOS_Dev_Weekly_Issue_200

One of the least documented aspects of the configuration process are xcconfig files. As of this writing there seem to be no documents provided by Apple that explain how to use xcconfigs or why they exist. A xcconfig file is used as a supplemental file to a specific build configuration. A build configuration can have an associated xcconfig file, this allows for additional changes to the target's build settings from outside the Xcode project editor.