Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/mac_osx2/data/mac/Orxonox-Info.plist @ 8356

Last change on this file since 8356 was 8356, checked in by rgrieder, 13 years ago

Merged remaining revisions in mac_osx to mac_osx2 branch.

  • Property svn:eol-style set to native
File size: 1.2 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>CFBundleGetInfoString</key>
10        <string>Orxonox: The hottest space shooter ever to exist!</string>
11        <key>CFBundleIconFile</key>
12        <string>Icon.icns</string>
13        <key>CFBundleIdentifier</key>
14        <string>net.orxonox.${PROJECT_NAME}</string>
15        <key>CFBundleInfoDictionaryVersion</key>
16        <string>6.0</string>
17        <key>CFBundleName</key>
18        <string>${PROJECT_NAME}</string>
19        <key>CFBundlePackageType</key>
20        <string>APPL</string>
21        <key>CFBundleShortVersionString</key>
22        <string>${ORXONOX_VERSION}, ${ORXONOX_VERSION_NAME}</string>
23        <key>CFBundleVersion</key>
24        <string>${ORXONOX_VERSION}</string>
25        <key>LSMinimumSystemVersion</key>
26        <string>10.5</string>
27        <key>NSHumanReadableCopyright</key>
28        <string>GPL version 2 or higher, and CC-BY-SA</string>
29        <key>NSMainNibFile</key>
30        <string>MainMenu</string>
31        <key>NSPrincipalClass</key>
32        <string>NSApplication</string>
33        <key>CMSubmitURL</key>
34        <string></string>
35        <key>CMMaxReports</key>
36        <integer>100</integer>
37</dict>
38</plist>
Note: See TracBrowser for help on using the repository browser.