• 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: Where does "version" come from?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where does "version" come from?


  • Subject: Re: Where does "version" come from?
  • From: Chris Espinosa <email@hidden>
  • Date: Thu, 14 Apr 2005 00:16:12 -0700

On Apr 13, 2005, at 11:56 PM, Mark Dawson wrote:

Where does the Finder get its "version" string when doing a Get Info?

It doesn't match either of the
<key>CFBundleGetInfoString</key>
or
<key>CFBundleShortVersionString</key>

key values that I've set. This is for a bundled 10.3.8 XCode 1.5 built app. I've deleted the "build" folder and completely rebuilt the app, so (I assume) that the Finder shouldn't be grabbing any old info…

<mantra> It's not the Finder, it's LaunchServices... </mantra>

LaunchServices does cache bundle attributes of applications it's seen. Specifically, LS doesn't update apps that sit in place, and it knows little or nothing about apps being built by the development environment. It primarily learns about applications when they're installed, launched, or dragged from place to place.

I usually have to blow away the LaunchServices cache in order to get app versions, icons, etc. to update. Just my experience,

That said, your app's Info.plist is indeed where these are set.

Chris
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Where does "version" come from?
      • From: Jens Miltner <email@hidden>
References: 
 >Where does "version" come from? (From: Mark Dawson <email@hidden>)

  • Prev by Date: Where does "version" come from?
  • Next by Date: Re: IOKit and .xcode
  • Previous by thread: Where does "version" come from?
  • Next by thread: Re: Where does "version" come from?
  • Index(es):
    • Date
    • Thread