Mercurial > sdl-ios-xcode
annotate src/main/macosx/Info.plist.in @ 606:84d043703e77
Date: Fri, 28 Feb 2003 22:47:56 +0100
From: Denis Oliver Kropp
Subject: Makefile.am fix
I fixed the Makefile.am which lacked many defines.
With this patch SDL on DirectFB doesn't crash on
startup immediately.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 06 Mar 2003 06:18:24 +0000 |
parents | ba9e0fcc2ae2 |
children |
rev | line source |
---|---|
176 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> | |
3 <plist version="0.9"> | |
4 <dict> | |
5 <key>CFBundleDevelopmentRegion</key> | |
6 <string>English</string> | |
7 <key>CFBundleExecutable</key> | |
8 <string>@EXECUTABLE_NAME@</string> | |
9 <key>CFBundleInfoDictionaryVersion</key> | |
10 <string>6.0</string> | |
11 <key>CFBundleName</key> | |
12 <string>@PACKAGE@</string> | |
13 <key>CFBundlePackageType</key> | |
14 <string>APPL</string> | |
15 <key>CFBundleShortVersionString</key> | |
16 <string>@VERSION@</string> | |
17 <key>CFBundleSignature</key> | |
18 <string>????</string> | |
19 <key>NSMainNibFile</key> | |
194
ba9e0fcc2ae2
Oops, back out that SDL_main -> SDLMain conversion
Sam Lantinga <slouken@libsdl.org>
parents:
191
diff
changeset
|
20 <string>SDLMain.nib</string> |
176 | 21 <key>NSPrincipalClass</key> |
22 <string>NSApplication</string> | |
23 </dict> | |
24 </plist> |