You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.7 KiB

3 years ago
  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>AppSecret</key>
  6. <string>697ce2a1-ec6f-4b32-b3c3-a02d9c51cfd0</string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>en</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>rntemplate</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>$(PRODUCT_NAME)</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>1.0</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleVersion</key>
  26. <string>1</string>
  27. <key>LSRequiresIPhoneOS</key>
  28. <true/>
  29. <key>NSAppTransportSecurity</key>
  30. <dict>
  31. <key>NSAllowsArbitraryLoads</key>
  32. <true/>
  33. <key>NSExceptionDomains</key>
  34. <dict>
  35. <key>localhost</key>
  36. <dict>
  37. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  38. <true/>
  39. </dict>
  40. </dict>
  41. </dict>
  42. <key>NSLocationWhenInUseUsageDescription</key>
  43. <string></string>
  44. <key>UILaunchStoryboardName</key>
  45. <string>BootSplash</string>
  46. <key>UIRequiredDeviceCapabilities</key>
  47. <array>
  48. <string>armv7</string>
  49. </array>
  50. <key>UISupportedInterfaceOrientations</key>
  51. <array>
  52. <string>UIInterfaceOrientationPortrait</string>
  53. <string>UIInterfaceOrientationLandscapeLeft</string>
  54. <string>UIInterfaceOrientationLandscapeRight</string>
  55. </array>
  56. <key>UIUserInterfaceStyle</key>
  57. <string>Automatic</string>
  58. <key>UIViewControllerBasedStatusBarAppearance</key>
  59. <false/>
  60. </dict>
  61. </plist>