Mercurial > sdl-ios-xcode
annotate src/main/macosx/Info.plist.in @ 626:b98f732b4322
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 29 May 2003 04:23:03 +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> |