Re: Automagic version updates
Re: Automagic version updates
- Subject: Re: Automagic version updates
- From: Michael Cashwell <email@hidden>
- Date: Mon, 29 Mar 2004 11:05:27 -0500
On Mar 28, 2004, at 7:09 PM, Kevin Grant wrote:
In the Target inspector, first go to the Build tab and define a new
variable, e.g. "MY_INFO_STR", and give it the desired value.
Then, in the inspector's Properties tab, choose to open the .plist as
a file, find the XML tags you want, and simply enter variable syntax
where appropriate: $(MY_INFO_STR) in this case.
When you build, Xcode will automatically substitute the value that you
give in the Build tab, when creating the final Info.plist file.
This works for unlocalized strings directly in the Info.plist file. But
if I try this with strings in the localized InfoPlist.strings files the
substitution does not occur.
Any thoughts on doing this for localized strings?
Thanks,
Mike
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.