Why isn't this info.plist file being read??
Why isn't this info.plist file being read??
- Subject: Why isn't this info.plist file being read??
- From: "Theodore H. Smith" <email@hidden>
- Date: Thu, 19 Oct 2006 19:12:48 +0100
I got this Info.plist file, but the Finder doesn't report my app's
version :(
Instead of saying "Version: 1.1" it doesn't even list the version
field :(
Any idea anyone? In case anyone wants to see the Info.plist file, it
is here:
The trouble all started when I changed my executable name. Before
then the version number did show up! But as far as I'm aware the name
does match. When I added the string "XXXX" (actually it's a different
string but just pretend it's XXXX)... then the Info.plist file didn't
work.
I did make sure that the executable name on disk does match with the
name in the plist. The names all match, yet it doesn't read.
I must be missing something, right?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>jam</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>Jam_Pack_Icon</string>
<key>CFBundleTypeName</key>
<string>XXXX jam course</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>????</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSTypeIsPackage</key>
<true/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>XXXX jam player</string>
<key>CFBundleHelpBookFolder</key>
<string>XXXX jam player Help</string>
<key>CFBundleHelpBookName</key>
<string>XXXX jam player Help</string>
<key>CFBundleIconFile</key>
<string>Jam_Player_Icon</string>
<key>CFBundleIdentifier</key>
<string>uk.co.XXXX.jamplayer</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>JAMp</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
_______________________________________________
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