Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>en</string>
- <key>CFBundleExecutable</key>
- <string>PA</string>
- <key>CFBundleGetInfoString</key>
- <string>Planetary Annihilation Copyright ©2012-2021 Planetary Annihilation Inc. All rights reserved.</string>
- <key>CFBundleIconFile</key>
- <string>PA</string>
- <key>CFBundleIdentifier</key>
- <string>com.planetaryannihilation.pa.client</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Planetary Annihilation</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0.0</string>
- <key>CFBundleVersion</key>
- <string>1.0.0</string>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.strategy-games</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>None</string>
- <key>CFBundleURLName</key>
- <string>com.planetaryannihilation.pa.client</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>startpa</string>
- </array>
- </dict>
- </array>
- <key>NSRequiresAquaSystemAppearance</key>
- <true/>
- <key>NSLocalNetworkUsageDescription</key>
- <string>LAN games</string>
- </dict>
- </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement