Skip to content

Instantly share code, notes, and snippets.

@MacDada
Created September 19, 2015 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MacDada/e04bd926c233ac04bef9 to your computer and use it in GitHub Desktop.
Save MacDada/e04bd926c233ac04bef9 to your computer and use it in GitHub Desktop.
<!-- /Applications/Colobot.app/Contents/info.plist -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>Colobot</string>
<key>CFBundleExecutable</key>
<string>colobot</string>
<key>CFBundleIconFile</key>
<string>Colobot</string>
<key>CFBundleIdentifier</key>
<string>info.colobot.colobot</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Colobot</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>cbot</string>
<key>CFBundleVersion</key>
<string>0.1.6-alpha</string>
</dict>
</plist>
`/Applications/Colobot.app/Contents/MacOS/colobot --language=pl`
/\ This opens the polish translation of http://colobot.info/
How do I set this pernamently, so that double-clicking `Colobot.app` opens the polish version?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment