Info.plist 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
  11. <key>CFBundleName</key>
  12. <string>$(PRODUCT_NAME)</string>
  13. <key>CFBundlePackageType</key>
  14. <string>APPL</string>
  15. <key>CFBundleShortVersionString</key>
  16. <string>1.0</string>
  17. <key>CFBundleSignature</key>
  18. <string>????</string>
  19. <key>CFBundleVersion</key>
  20. <string>1</string>
  21. <key>LSRequiresIPhoneOS</key>
  22. <true/>
  23. <key>NSAppTransportSecurity</key>
  24. <dict>
  25. <key>NSExceptionDomains</key>
  26. <dict>
  27. <key>localhost</key>
  28. <dict>
  29. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  30. <true/>
  31. </dict>
  32. </dict>
  33. </dict>
  34. <key>NSAppleMusicUsageDescription</key>
  35. <string>test</string>
  36. <key>NSBluetoothPeripheralUsageDescription</key>
  37. <string>test</string>
  38. <key>NSCalendarsUsageDescription</key>
  39. <string>test</string>
  40. <key>NSCameraUsageDescription</key>
  41. <string>test</string>
  42. <key>NSContactsUsageDescription</key>
  43. <string>test</string>
  44. <key>NSLocationAlwaysUsageDescription</key>
  45. <string>test</string>
  46. <key>NSLocationWhenInUseUsageDescription</key>
  47. <string>test</string>
  48. <key>NSMicrophoneUsageDescription</key>
  49. <string>6.0</string>
  50. <key>NSPhotoLibraryUsageDescription</key>
  51. <string>test</string>
  52. <key>NSRemindersUsageDescription</key>
  53. <string>test</string>
  54. <key>NSSpeechRecognitionUsageDescription</key>
  55. <string>test</string>
  56. <key>UIBackgroundModes</key>
  57. <array>
  58. <string>bluetooth-peripheral</string>
  59. <string>fetch</string>
  60. <string>location</string>
  61. </array>
  62. <key>UILaunchStoryboardName</key>
  63. <string>LaunchScreen</string>
  64. <key>UIRequiredDeviceCapabilities</key>
  65. <array>
  66. <string>armv7</string>
  67. </array>
  68. <key>UISupportedInterfaceOrientations</key>
  69. <array>
  70. <string>UIInterfaceOrientationPortrait</string>
  71. <string>UIInterfaceOrientationLandscapeLeft</string>
  72. <string>UIInterfaceOrientationLandscapeRight</string>
  73. </array>
  74. <key>UIViewControllerBasedStatusBarAppearance</key>
  75. <false/>
  76. </dict>
  77. </plist>