Xconfig and XcodeBuildSettings.com
If you’re like me, when working with .xcconfig files or building your shell script to include in a “Run Script” phase, you’ll keep running to the Terminal to run this:
xcodebuild -project <Project>.xcodeproj -target <Target> -showBuildSettings[…]
So I’ve build Xconfig, a simple Mac app to display build settings for the currently open Xcode projects.
Introducing XcodeBuildSettings.com: a convenient reference of available build settings for Xcode projects.
Previously: