1234567891011121314151617181920212223 |
- <?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>LSBackgroundOnly</key>
- <true/>
- <key>CFBundleDisplayName</key>
- <string>Game Jolt Client</string>
- <key>CFBundleExecutable</key>
- <string>run.sh</string>
- <key>CFBundleIconFile</key>
- <string>nw.icns</string>
- <key>CFBundleIdentifier</key>
- <string>com.gamejolt.client</string>
- <key>CFBundleName</key>
- <string>Game Jolt Client</string>
- <key>CFBundleShortVersionString</key>
- <string>Version {{APP_VERSION}}</string>
- <key>CFBundleVersion</key>
- <string>{{APP_VERSION}}</string>
- </dict>
- </plist>
|