Info.plist 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>${PRODUCT_NAME}</string>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIconFile</key>
  12. <string></string>
  13. <key>CFBundleIconFiles</key>
  14. <array>
  15. <string>Icon.png</string>
  16. <string>[email protected]</string>
  17. <string>Icon-72.png</string>
  18. <string>Icon-Small-50.png</string>
  19. <string>Icon-Small.png</string>
  20. <string>[email protected]</string>
  21. </array>
  22. <key>CFBundleIdentifier</key>
  23. <string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
  24. <key>CFBundleInfoDictionaryVersion</key>
  25. <string>6.0</string>
  26. <key>CFBundleName</key>
  27. <string>${PRODUCT_NAME}</string>
  28. <key>CFBundlePackageType</key>
  29. <string>APPL</string>
  30. <key>CFBundleSignature</key>
  31. <string>????</string>
  32. <key>CFBundleVersion</key>
  33. <string>1.0</string>
  34. <key>LSRequiresIPhoneOS</key>
  35. <true/>
  36. <key>UIPrerenderedIcon</key>
  37. <true/>
  38. <key>UIStatusBarHidden</key>
  39. <true/>
  40. <key>UIRequiredDeviceCapabilities</key>
  41. <dict>
  42. <key>accelerometer</key>
  43. <true/>
  44. <key>opengles-2</key>
  45. <true/>
  46. </dict>
  47. <key>UISupportedInterfaceOrientations</key>
  48. <array>
  49. <string>UIInterfaceOrientationLandscapeLeft</string>
  50. <string>UIInterfaceOrientationLandscapeRight</string>
  51. </array>
  52. <key>CFBundleShortVersionString</key>
  53. <string>1.0</string>
  54. <key>UISupportedInterfaceOrientations~ipad</key>
  55. <array>
  56. <string>UIInterfaceOrientationLandscapeLeft</string>
  57. <string>UIInterfaceOrientationLandscapeRight</string>
  58. </array>
  59. </dict>
  60. </plist>