Re: how to assign a version to an apple script
Re: how to assign a version to an apple script
- Subject: Re: how to assign a version to an apple script
- From: Shane Stanley <email@hidden>
- Date: Wed, 13 Mar 2013 11:47:26 +1100
On 13/03/2013, at 10:36 AM, Hardik Parikh <email@hidden> wrote:
> I saw somewhere online a note about editing Info.plist in the bundle, but that doesn't seem to help me on my
> 10.8.2 machine.
That's how it's done. If you have the bandwidth and disk space, Xcode is free from the App store and includes a property list editor. Otherwise use a text editor like BBEdit.
In Xcode you'd add an entry for "Bundle version string, short".
In a text editor you need to insert:
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
It can go pretty much anywhere before the last </dict>.
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden