Re: Accessing Xcode 5 config build settings from a script?
Re: Accessing Xcode 5 config build settings from a script?
- Subject: Re: Accessing Xcode 5 config build settings from a script?
- From: Jerry Krinock <email@hidden>
- Date: Thu, 07 Aug 2014 09:52:59 -0700
The two replies you got from Kyle and Charles are true.
One alternative you should consider is to put those Build Settings which you need to mess with in .xcconfig files. These things are easy to add to your project, have a bonehead-simple syntax and of course are friendly to source control, and reading and writing by scripts.
I had bad luck, though, finding any information on .xcconfig files in the Xcode documentation today. Well, these two blog posts should get you started…
http://niconit.wordpress.com/2013/03/15/xcode-build-with-configuration-setting-files-xcconfig/http://respectthecode.tumblr.com/post/16167385557/xcode-4-and-xcconfig-files
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden