• 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: CFBundleIdentifier & Application Version
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CFBundleIdentifier & Application Version


  • Subject: Re: CFBundleIdentifier & Application Version
  • From: "Clark Cox" <email@hidden>
  • Date: Fri, 11 Jul 2008 10:29:16 -0700

On Fri, Jul 11, 2008 at 9:40 AM, Eric Gorr <email@hidden> wrote:
> Reading things like,
>
> http://developer.apple.com/qa/qa2004/qa1373.html
>
> which discuss CFBundleIdentifier, the example always given for what it
> should look like is of the form:
>
>  com.mycompany.MyApp
>
>
> My question is, as different versions, of the same application, are
> released, it is a good idea or recommended that the CFBundleIdentifier
> reflect the version of the application as well. For example, one might have:
>
> com.mycompany.MyApp2007
> com.mycompany.MyApp2008
> com.mycompany.MyApp2009
>
> If it is not a good idea or not recommended, why?

That's not really a good idea. Many facilities identify applications
by bundle ID. If your new app is truly an new version of the old app,
then the bundle ID shouldn't change.

Use the other Info.plist keys to identify the version of your
application (such as CFBundleVersion).

--
Clark S. Cox III
email@hidden
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >CFBundleIdentifier & Application Version (From: Eric Gorr <email@hidden>)

  • Prev by Date: Re: Mini Popup Window (Like iCal)
  • Next by Date: Re: NSSpeechSynthesizer lifetime and garbage collected (GC) applications
  • Previous by thread: Re: CFBundleIdentifier & Application Version
  • Next by thread: RE: CFBundleIdentifier & Application Version
  • Index(es):
    • Date
    • Thread