MyApp-Info.plist 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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></key>
  6. <string></string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>English</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>51信证</string>
  11. <key>CFBundleExecutable</key>
  12. <string>${EXECUTABLE_NAME}</string>
  13. <key>CFBundleIcons</key>
  14. <dict/>
  15. <key>CFBundleIcons~ipad</key>
  16. <dict/>
  17. <key>CFBundleIdentifier</key>
  18. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  19. <key>CFBundleInfoDictionaryVersion</key>
  20. <string>6.0</string>
  21. <key>CFBundleName</key>
  22. <string>${PRODUCT_NAME}</string>
  23. <key>CFBundlePackageType</key>
  24. <string>APPL</string>
  25. <key>CFBundleShortVersionString</key>
  26. <string>0.0.1</string>
  27. <key>CFBundleSignature</key>
  28. <string>????</string>
  29. <key>CFBundleURLTypes</key>
  30. <array>
  31. <dict>
  32. <key>CFBundleURLName</key>
  33. <string></string>
  34. <key>CFBundleURLSchemes</key>
  35. <array>
  36. <string>51wlzx</string>
  37. </array>
  38. </dict>
  39. </array>
  40. <key>CFBundleVersion</key>
  41. <string>0.0.1</string>
  42. <key>LSRequiresIPhoneOS</key>
  43. <true/>
  44. <key>NSAppTransportSecurity</key>
  45. <dict>
  46. <key>NSAllowsArbitraryLoads</key>
  47. <true/>
  48. <key>NSExceptionDomains</key>
  49. <dict>
  50. <key>127.0.0.1</key>
  51. <dict>
  52. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  53. <true/>
  54. </dict>
  55. <key>localhost</key>
  56. <dict>
  57. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  58. <true/>
  59. </dict>
  60. </dict>
  61. </dict>
  62. <key>NSCameraUsageDescription</key>
  63. <string>需要访问您的摄像头</string>
  64. <key>NSContactsUsageDescription</key>
  65. <string>需要访问您的通讯录.</string>
  66. <key>NSLocationAlwaysUsageDescription</key>
  67. <string>App需要您的同意, APP才能始终访问位置</string>
  68. <key>NSLocationWhenInUseUsageDescription</key>
  69. <string>App需要您的同意, APP才能在使用期间访问位置</string>
  70. <key>NSMainNibFile</key>
  71. <string></string>
  72. <key>NSMainNibFile~ipad</key>
  73. <string></string>
  74. <key>UILaunchStoryboardName</key>
  75. <string>CDVLaunchScreen</string>
  76. <key>UIRequiresFullScreen</key>
  77. <true/>
  78. <key>UISupportedInterfaceOrientations</key>
  79. <array>
  80. <string>UIInterfaceOrientationPortrait</string>
  81. <string>UIInterfaceOrientationLandscapeLeft</string>
  82. <string>UIInterfaceOrientationLandscapeRight</string>
  83. </array>
  84. <key>UISupportedInterfaceOrientations~ipad</key>
  85. <array>
  86. <string>UIInterfaceOrientationPortrait</string>
  87. <string>UIInterfaceOrientationLandscapeLeft</string>
  88. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  89. <string>UIInterfaceOrientationLandscapeRight</string>
  90. </array>
  91. </dict>
  92. </plist>