Mercurial > sdl-ios-xcode
annotate src/main/macosx/Info.plist.in @ 571:8e3ce997621c
Date: Thu, 16 Jan 2003 13:48:31 +0200
From: "Mike Gorchak"
Subject: All QNX patches
whole patches concerning QNX. Almost all code has been rewritten by Julian
and me. Added initial support for hw overlays in QNX and many many others
fixes.
P.S. This patches has been reviewed by Dave Rempel from QSSL and included in
SDL 1.2.5 distribution, which coming on 3rd party CD for newest 6.2.1
version of QNX, which will be available soon.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Jan 2003 01:38:37 +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> |