Changeset 8090 for code/branches/mac_osx/data/mac
- Timestamp:
- Mar 18, 2011, 10:00:27 AM (14 years ago)
- Location:
- code/branches/mac_osx/data/mac
- Files:
-
- 3 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/data/mac/Orxonox-Info.plist
r8083 r8090 8 8 <string>${EXECUTABLE_NAME}</string> 9 9 <key>CFBundleIconFile</key> 10 <string> </string>10 <string>Icon.icns</string> 11 11 <key>CFBundleIdentifier</key> 12 <string> com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>12 <string>net.orxonox.${PROJECT_NAME}</string> 13 13 <key>CFBundleInfoDictionaryVersion</key> 14 14 <string>6.0</string> 15 15 <key>CFBundleName</key> 16 <string>${PRODUCT_NAME}</string> 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> 17 25 <key>CFBundlePackageType</key> 18 26 <string>APPL</string> 19 <key>CFBundleShortVersionString</key>20 <string>1.0</string>21 <key>CFBundleSignature</key>22 <string>????</string>23 <key>CFBundleVersion</key>24 <string>1</string>25 27 <key>LSMinimumSystemVersion</key> 26 <string> ${MACOSX_DEPLOYMENT_TARGET}</string>28 <string>10.5</string> 27 29 <key>NSMainNibFile</key> 28 30 <string>MainMenu</string>
Note: See TracChangeset
for help on using the changeset viewer.