Last change
on this file since 8558 was
8311,
checked in by rgrieder, 14 years ago
|
svn:eol-style "native" for all text based files.
Also removed the executable property from planets.oxw.
|
-
Property svn:eol-style set to
native
|
File size:
1.1 KB
|
Rev | Line | |
---|
[8083] | 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> |
---|
[8090] | 10 | <string>Icon.icns</string> |
---|
[8083] | 11 | <key>CFBundleIdentifier</key> |
---|
[8090] | 12 | <string>net.orxonox.${PROJECT_NAME}</string> |
---|
[8083] | 13 | <key>CFBundleInfoDictionaryVersion</key> |
---|
| 14 | <string>6.0</string> |
---|
| 15 | <key>CFBundleName</key> |
---|
[8090] | 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> |
---|
[8083] | 25 | <key>CFBundlePackageType</key> |
---|
| 26 | <string>APPL</string> |
---|
| 27 | <key>LSMinimumSystemVersion</key> |
---|
[8090] | 28 | <string>10.5</string> |
---|
[8083] | 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.