Re: Using xcconfig files for replacing text in other files
Re: Using xcconfig files for replacing text in other files
- Subject: Re: Using xcconfig files for replacing text in other files
- From: Chris Espinosa <email@hidden>
- Date: Fri, 23 Jan 2009 07:43:30 -0800
On Jan 23, 2009, at 5:55 AM, Michael Charlton wrote: Say I have an xcconfig file called versions.xcconfig which has the following entry:
VERSION = 1.71.19 And I also have an Info.plist file with the following fragment:
<key>CFBundleVersion</key> <string>${VERSION}</string> Is there any way that I can get Xcode to replace ${VERSION} with 1.71.19 so that I end up with: <key>CFBundleVersion</key> <string>1.71.19</string>
In the Info.plist file?
|
_______________________________________________
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