SDLPal-Info.plist 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>${PRODUCT_NAME}</string>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>${PRODUCT_NAME}</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>1.0</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>1.0</string>
  25. <key>LSRequiresIPhoneOS</key>
  26. <false/>
  27. <key>UIFileSharingEnabled</key>
  28. <true/>
  29. <key>UILaunchStoryboardName</key>
  30. <string>iOS Launch Screen</string>
  31. <key>UIRequiresFullScreen</key>
  32. <true/>
  33. <key>UIStatusBarHidden</key>
  34. <true/>
  35. <key>UIStatusBarStyle</key>
  36. <string>UIStatusBarStyleDefault</string>
  37. <key>UISupportedInterfaceOrientations</key>
  38. <array>
  39. <string>UIInterfaceOrientationLandscapeRight</string>
  40. <string>UIInterfaceOrientationLandscapeLeft</string>
  41. <string>UIInterfaceOrientationPortrait</string>
  42. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  43. </array>
  44. <key>UISupportedInterfaceOrientations~ipad</key>
  45. <array>
  46. <string>UIInterfaceOrientationLandscapeRight</string>
  47. <string>UIInterfaceOrientationLandscapeLeft</string>
  48. <string>UIInterfaceOrientationPortrait</string>
  49. </array>
  50. </dict>
  51. </plist>