os/macosx/plistgen.sh
changeset 4530 1cb4289dda98
parent 2225 f6ac54bad028
child 8630 fbd4990ad648
equal deleted inserted replaced
4529:18bd5e7e35aa 4530:1cb4289dda98
    21         <key>CFBundleDisplayName</key>
    21         <key>CFBundleDisplayName</key>
    22         <string>Open Transport Tycoon</string>
    22         <string>Open Transport Tycoon</string>
    23         <key>CFBundleExecutable</key>
    23         <key>CFBundleExecutable</key>
    24         <string>openttd</string>
    24         <string>openttd</string>
    25         <key>CFBundleGetInfoString</key>
    25         <key>CFBundleGetInfoString</key>
    26         <string>$VERSION, Copyright 2004-$date The Open Transport Tycoon team</string>
    26         <string>$VERSION, Copyright 2004-$date The OpenTTD team</string>
    27         <key>CFBundleIconFile</key>
    27         <key>CFBundleIconFile</key>
    28         <string>openttd.icns</string>
    28         <string>openttd.icns</string>
    29         <key>CFBundleIdentifier</key>
    29         <key>CFBundleIdentifier</key>
    30         <string>org.ludde-ottd.ludde-ottd</string>
    30         <string>org.openttd.openttd</string>
    31         <key>CFBundleInfoDictionaryVersion</key>
    31         <key>CFBundleInfoDictionaryVersion</key>
    32         <string>6.0</string>
    32         <string>6.0</string>
    33         <key>CFBundleName</key>
    33         <key>CFBundleName</key>
    34         <string>OpenTTD</string>
    34         <string>OpenTTD</string>
    35         <key>CFBundlePackageType</key>
    35         <key>CFBundlePackageType</key>
    37         <key>CFBundleShortVersionString</key>
    37         <key>CFBundleShortVersionString</key>
    38         <string>$VERSION</string>
    38         <string>$VERSION</string>
    39         <key>CFBundleVersion</key>
    39         <key>CFBundleVersion</key>
    40         <string>$VERSION</string>
    40         <string>$VERSION</string>
    41         <key>NSHumanReadableCopyright</key>
    41         <key>NSHumanReadableCopyright</key>
    42         <string>Copyright 2004-$date The Open Transport Tycoon team</string>
    42         <string>Copyright 2004-$date The OpenTTD team</string>
    43         <key>NSPrincipalClass</key>
    43         <key>NSPrincipalClass</key>
    44         <string>NSApplication</string>
    44         <string>NSApplication</string>
    45 </dict>
    45 </dict>
    46 </plist>" > "$1"/Contents/Info.plist
    46 </plist>" > "$1"/Contents/Info.plist