Add variable from script during build
Add variable from script during build
- Subject: Add variable from script during build
- From: Trygve Inda <email@hidden>
- Date: Sat, 21 Mar 2009 01:19:52 +0000
- Thread-topic: Add variable from script during build
I have a two target app.
During the build of target A, I need to run a shell script which will return
a text result. This result needs to be inserted in the Info.plist of target
B.
So how can my shell script set something like ${MY_VAR} and then in target
B's Info.plist I can have:
<key>MyKey</key><string>${MY_VAR}</string>
Possible?
Thanks,
Trygve
_______________________________________________
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