Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 18, 2011, 10:00:27 AM (14 years ago)
Author:
youngk
Message:

IT WORKS! Orxonox will now run properly with Cocoa - All window issues are fixed. Needs some cleanup, but only little. Rund App from Desktop.@reto: please review my changes. @fabian: watch and learn :)

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  
    88        <string>${EXECUTABLE_NAME}</string>
    99        <key>CFBundleIconFile</key>
    10         <string></string>
     10        <string>Icon.icns</string>
    1111        <key>CFBundleIdentifier</key>
    12         <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
     12        <string>net.orxonox.${PROJECT_NAME}</string>
    1313        <key>CFBundleInfoDictionaryVersion</key>
    1414        <string>6.0</string>
    1515        <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>
    1725        <key>CFBundlePackageType</key>
    1826        <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>
    2527        <key>LSMinimumSystemVersion</key>
    26         <string>${MACOSX_DEPLOYMENT_TARGET}</string>
     28        <string>10.5</string>
    2729        <key>NSMainNibFile</key>
    2830        <string>MainMenu</string>
Note: See TracChangeset for help on using the changeset viewer.