Info.plist 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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>CFBundleURLTypes</key>
  6. <array>
  7. <dict>
  8. <key>CFBundleURLSchemes</key>
  9. <array>
  10. <string>idly</string>
  11. </array>
  12. </dict>
  13. </array>
  14. <key>CFBundleDevelopmentRegion</key>
  15. <string>en</string>
  16. <key>CFBundleDisplayName</key>
  17. <string>id.ly</string>
  18. <key>CFBundleExecutable</key>
  19. <string>$(EXECUTABLE_NAME)</string>
  20. <key>CFBundleIdentifier</key>
  21. <string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
  22. <key>CFBundleInfoDictionaryVersion</key>
  23. <string>6.0</string>
  24. <key>CFBundleName</key>
  25. <string>$(PRODUCT_NAME)</string>
  26. <key>CFBundlePackageType</key>
  27. <string>APPL</string>
  28. <key>CFBundleShortVersionString</key>
  29. <string>1.0</string>
  30. <key>CFBundleSignature</key>
  31. <string>????</string>
  32. <key>CFBundleVersion</key>
  33. <string>1</string>
  34. <key>LSRequiresIPhoneOS</key>
  35. <true/>
  36. <key>UILaunchStoryboardName</key>
  37. <string>LaunchScreen</string>
  38. <key>UIRequiredDeviceCapabilities</key>
  39. <array>
  40. <string>armv7</string>
  41. </array>
  42. <key>UISupportedInterfaceOrientations</key>
  43. <array>
  44. <string>UIInterfaceOrientationPortrait</string>
  45. <string>UIInterfaceOrientationLandscapeLeft</string>
  46. <string>UIInterfaceOrientationLandscapeRight</string>
  47. </array>
  48. <key>UIViewControllerBasedStatusBarAppearance</key>
  49. <false/>
  50. <key>NSLocationWhenInUseUsageDescription</key>
  51. <string></string>
  52. <key>NSAppTransportSecurity</key>
  53. <dict>
  54. <key>NSExceptionDomains</key>
  55. <dict>
  56. <key>localhost</key>
  57. <dict>
  58. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  59. <true/>
  60. </dict>
  61. </dict>
  62. </dict>
  63. <key>UIAppFonts</key>
  64. <array>
  65. <string>Entypo.ttf</string>
  66. <string>EvilIcons.ttf</string>
  67. <string>Feather.ttf</string>
  68. <string>FontAwesome.ttf</string>
  69. <string>Foundation.ttf</string>
  70. <string>Ionicons.ttf</string>
  71. <string>MaterialCommunityIcons.ttf</string>
  72. <string>MaterialIcons.ttf</string>
  73. <string>Octicons.ttf</string>
  74. <string>SimpleLineIcons.ttf</string>
  75. <string>Zocial.ttf</string>
  76. </array>
  77. <key>NSPhotoLibraryUsageDescription</key>
  78. <string>$(PRODUCT_NAME) would like access to your photo gallery</string>
  79. <key>NSCameraUsageDescription</key>
  80. <string>$(PRODUCT_NAME) would like to use your camera</string>
  81. <key>NSPhotoLibraryAddUsageDescription</key>
  82. <string>$(PRODUCT_NAME) would like to save photos to your photo gallery</string>
  83. <key>NSMicrophoneUsageDescription</key>
  84. <string>$(PRODUCT_NAME) would like to your microphone (for videos)</string>
  85. </dict>
  86. </plist>