Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/mac/Orxonox-Info.plist @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleDevelopmentRegion</key>
6        <string>English</string>
7        <key>CFBundleExecutable</key>
8        <string>${EXECUTABLE_NAME}</string>
9        <key>CFBundleIconFile</key>
10        <string>Icon.icns</string>
11        <key>CFBundleIdentifier</key>
12        <string>net.orxonox.${PROJECT_NAME}</string>
13        <key>CFBundleInfoDictionaryVersion</key>
14        <string>6.0</string>
15        <key>CFBundleName</key>
16        <string>${PROJECT_NAME}</string>
17        <key>CFBundleVersion</key>
18        <string>${ORXONOX_VERSION}</string>
19        <key>CFBundleShortVersionString</key>
20        <string>${ORXONOX_VERSION}, ${ORXONOX_VERSION_NAME}</string>
21        <key>CFBundleGetInfoString</key>
22        <string>Orxonox: The hottest space shooter ever to exist!</string>
23        <key>NSHumanReadableCopyright</key>
24        <string>GPL version 2 or higher, and CC-BY-SA</string>
25        <key>CFBundlePackageType</key>
26        <string>APPL</string>
27        <key>LSMinimumSystemVersion</key>
28        <string>10.5</string>
29        <key>NSMainNibFile</key>
30        <string>MainMenu</string>
31        <key>NSPrincipalClass</key>
32        <string>NSApplication</string>
33</dict>
34</plist>
Note: See TracBrowser for help on using the repository browser.