Posts tagged with ‘Build Settings’
-
Where I’ll be at WWDC 2021
June 7, 2021
I’ll be doing a few things this week at WWDC 2021 and wanted to pass along my schedule. Hope to see you at one or more of these happenings!
-
Where I’ll be at WWDC 2019
May 31, 2019
I’ll be doing a few things next week at WWDC 2019 and wanted to pass along my schedule. Hope to see you at one or more of these happenings!
-
Where I’ll be at WWDC 2018
June 2, 2018
I’ll be doing a few things next week at WWDC and wanted to pass along my schedule. Hope to see you at one or more of these happenings!
-
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)