• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: how to assign a version to an apple script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >how to assign a version to an apple script (From: Hardik Parikh <email@hidden>)

  • Prev by Date: Re: Slow app with Fusion drive.
  • Next by Date: Re: Slow app with Fusion drive.
  • Previous by thread: how to assign a version to an apple script
  • Next by thread: Re: how to assign a version to an apple script
  • Index(es):
    • Date
    • Thread