[Commits] SDL_ttf: Updated Info.plist with the correct bundle identifier
libsdl.org revision control
commits-owner at libsdl.org
Sun Jan 8 21:27:58 PST 2012
details: http://hg.libsdl.org/SDL_ttf/rev/5a65cedc91af
changeset: 183:5a65cedc91af
user: Sam Lantinga <slouken at libsdl.org>
date: Mon Jan 09 00:25:02 2012 -0500
description:
Updated Info.plist with the correct bundle identifier
diffstat:
Xcode/Info-Framework__Upgraded_.plist | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 49d8a9e9e5e3 -r 5a65cedc91af Xcode/Info-Framework__Upgraded_.plist
--- a/Xcode/Info-Framework__Upgraded_.plist Sun Jan 08 21:26:46 2012 -0500
+++ b/Xcode/Info-Framework__Upgraded_.plist Mon Jan 09 00:25:02 2012 -0500
@@ -6,22 +6,16 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>SDL_ttf</string>
- <key>CFBundleGetInfoString</key>
- <string>http://www.libsdl.org/projects/SDL_ttf</string>
- <key>CFBundleIconFile</key>
- <string></string>
<key>CFBundleIdentifier</key>
- <string>SDLttf</string>
+ <string>org.libsdl.SDL-ttf</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>Simple DirectMedia Layer Font Library</string>
+ <string>SDL_ttf</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.11</string>
- <key>CFBundleSignature</key>
- <string>SDLttfX</string>
<key>CFBundleVersion</key>
<string>2.0.11</string>
</dict>
More information about the commits
mailing list