sample-racer-ios.plist 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
  6. &lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
  7. &lt;plist version=&quot;1.0&quot;&gt;
  8. &lt;false/&gt;
  9. &lt;/plist&gt;
  10. &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
  11. &lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
  12. &lt;plist version=&quot;1.0&quot;&gt;
  13. &lt;false/&gt;
  14. &lt;/plist&gt;
  15. &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
  16. &lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
  17. &lt;plist version=&quot;1.0&quot;&gt;
  18. &lt;false/&gt;
  19. &lt;/plist&gt;
  20. </key>
  21. <string></string>
  22. <key>CFBundleDevelopmentRegion</key>
  23. <string>en</string>
  24. <key>CFBundleDisplayName</key>
  25. <string>Racer</string>
  26. <key>CFBundleExecutable</key>
  27. <string>${EXECUTABLE_NAME}</string>
  28. <key>CFBundleIconFile</key>
  29. <string>icon.png</string>
  30. <key>CFBundleIdentifier</key>
  31. <string>org.gameplay3d.${PRODUCT_NAME:rfc1034identifier}</string>
  32. <key>CFBundleInfoDictionaryVersion</key>
  33. <string>6.0</string>
  34. <key>CFBundleName</key>
  35. <string>${PRODUCT_NAME}</string>
  36. <key>CFBundlePackageType</key>
  37. <string>APPL</string>
  38. <key>CFBundleShortVersionString</key>
  39. <string>1.0</string>
  40. <key>CFBundleSignature</key>
  41. <string>????</string>
  42. <key>CFBundleVersion</key>
  43. <string>1</string>
  44. <key>LSApplicationCategoryType</key>
  45. <string>public.app-category.games</string>
  46. <key>UIStatusBarHidden</key>
  47. <true/>
  48. <key>UISupportedInterfaceOrientations</key>
  49. <array>
  50. <string>UIInterfaceOrientationLandscapeRight</string>
  51. </array>
  52. <key>UIViewControllerBasedStatusBarAppearance</key>
  53. <false/>
  54. </dict>
  55. </plist>