Mercurial > sdl-ios-xcode
annotate src/main/macosx/Info.plist.in @ 191:c151cfc43c07
Changed SDLMain to SDL_main for MacOS X stuff
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 20:42:00 +0000 |
parents | c9bc7f33d56f |
children | ba9e0fcc2ae2 |
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> | |
191
c151cfc43c07
Changed SDLMain to SDL_main for MacOS X stuff
Sam Lantinga <slouken@libsdl.org>
parents:
176
diff
changeset
|
20 <string>SDL_main.nib</string> |
176 | 21 <key>NSPrincipalClass</key> |
22 <string>NSApplication</string> | |
23 </dict> | |
24 </plist> |