> hi,
>
[quoted text clipped - 5 lines]
>
>
Generally you'd add a "run script" build phase that modifies the
target's Info.plist after the build completes. There are various
versions kicking around the net-- one good example is found at
<http://www.red-sweater.com/blog/23/automatic-build-sub-versioning-in-xco
de>. That script modifies CFBundleVersion instead of
CFBundleGetInfoString, but it would be easy to modify it to change
whatever values you want.

Signature
Tom "Tom" Harrington
MondoMouse makes your mouse mightier
See http://www.atomicbird.com/mondomouse/
JM Marino - 28 Mar 2007 06:44 GMT
Le Tue, 27 Mar 2007 22:18:52 -0600, Tom Harrington a écrit :
>> hi,
>>
[quoted text clipped - 13 lines]
> CFBundleGetInfoString, but it would be easy to modify it to change
> whatever values you want.
thanks for your reply.
JM Marino