Posts tagged with ‘BuildSettingExtractor’
-
New Xcode Build System and BuildSettingExtractor
June 13, 2017
Last week at WWDC 2017, Apple announced a new build system for Xcode, with an opt-in preview in Xcode 9. The new system is written in Swift and promises to be a significant advance in a number of areas including performance and dependency management. The new system is built on top of the open source llbuild project and lays the foundation for integrating the Xcode build system with the Swift Package Manager.
-
Learning More About Xcode Build Settings with BuildSettingExtractor
February 8, 2015
Last week I posted about BuildSettingExtractor, a utility that makes it easy to pull the build settings out of an Xcode project file and into xcconfig build configuration files. (The post also mentions some xcconfig file benefits with links to ‘how to’ information. Read the earlier post here.)
-
Generating Xcode Build Configuration Files with BuildSettingExtractor (xcodeproj → xcconfig)
January 31, 2015
The most recent NSScreencast covered using build configuration files to specify build settings in Xcode. (Episode #154)