Advertisement
Guest User

Info.plist

a guest
Jun 24th, 2024
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  4.  
  5. <plist version="1.0">
  6.  
  7. <dict>
  8.  
  9.     <key>CFBundleDevelopmentRegion</key>
  10.  
  11.     <string>en</string>
  12.  
  13.     <key>CFBundleExecutable</key>
  14.  
  15.     <string>PA</string>
  16.  
  17.     <key>CFBundleGetInfoString</key>
  18.  
  19.     <string>Planetary Annihilation Copyright ©2012-2021 Planetary Annihilation Inc. All rights reserved.</string>
  20.  
  21.     <key>CFBundleIconFile</key>
  22.  
  23.     <string>PA</string>
  24.  
  25.     <key>CFBundleIdentifier</key>
  26.  
  27.     <string>com.planetaryannihilation.pa.client</string>
  28.  
  29.     <key>CFBundleInfoDictionaryVersion</key>
  30.  
  31.     <string>6.0</string>
  32.  
  33.     <key>CFBundleName</key>
  34.  
  35.     <string>Planetary Annihilation</string>
  36.  
  37.     <key>CFBundlePackageType</key>
  38.  
  39.     <string>APPL</string>
  40.  
  41.     <key>CFBundleShortVersionString</key>
  42.  
  43.     <string>1.0.0</string>
  44.  
  45.     <key>CFBundleVersion</key>
  46.  
  47.     <string>1.0.0</string>
  48.  
  49.     <key>LSApplicationCategoryType</key>
  50.  
  51.     <string>public.app-category.strategy-games</string>
  52.  
  53.     <key>CFBundleURLTypes</key>
  54.  
  55.     <array>
  56.  
  57.         <dict>
  58.  
  59.             <key>CFBundleTypeRole</key>
  60.  
  61.             <string>None</string>
  62.  
  63.             <key>CFBundleURLName</key>
  64.  
  65.             <string>com.planetaryannihilation.pa.client</string>
  66.  
  67.             <key>CFBundleURLSchemes</key>
  68.  
  69.             <array>
  70.  
  71.                 <string>startpa</string>
  72.  
  73.             </array>
  74.  
  75.         </dict>
  76.  
  77.     </array>
  78.  
  79.     <key>NSRequiresAquaSystemAppearance</key>
  80.  
  81.     <true/>
  82.  
  83.     <key>NSLocalNetworkUsageDescription</key>
  84.  
  85.     <string>LAN games</string>
  86.  
  87. </dict>
  88.  
  89. </plist>
  90.  
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement