No version in my app
No version in my app
- Subject: No version in my app
- From: Lorenzo <email@hidden>
- Date: Mon, 03 Nov 2003 15:43:20 +0100
On Panther with Xcode I compile a deployment styled application and I define
the version, the copyright... in the InfoPlist.strings as below
--------------------------
/* Localized versions of Info.plist keys */
CFBundleName = "MyApplicax";
CFBundleShortVersionString = "1.2.3";
CFBundleGetInfoString = "1.2.3, )2003 MyHouse.";
NSHumanReadableCopyright = "Copyright 2003 MyHouse.";
--------------------------
On Panther,
I select the application in the Finder and ask Get Info, so I can see the
CFBundleShortVersionString 1.2.3 and the CFBundleGetInfoString, and if I
choose to see the folder content as list and the column version in visible,
I can see the version of myApp too.
On Jaguar,
The "same" application file doesn't show the CFBundleShortVersionString, the
CFBundleGetInfoString...
Did I forget something?
Thank you.
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.