Info.plist 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>CFBundleAllowMixedLocalizations</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>en</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>技淘</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>$(MARKETING_VERSION)</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLName</key>
  29. <string>weixin</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>wx60c918b577a3885d</string>
  33. </array>
  34. </dict>
  35. </array>
  36. <key>CFBundleVersion</key>
  37. <string>$(CURRENT_PROJECT_VERSION)</string>
  38. <key>LSApplicationQueriesSchemes</key>
  39. <array>
  40. <string>weixin</string>
  41. <string>alipay</string>
  42. </array>
  43. <key>LSRequiresIPhoneOS</key>
  44. <true/>
  45. <key>NSAppTransportSecurity</key>
  46. <dict>
  47. <key>NSAllowsArbitraryLoads</key>
  48. <true/>
  49. <key>NSExceptionDomains</key>
  50. <dict/>
  51. <key>jpush.cn</key>
  52. <dict>
  53. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  54. <true/>
  55. <key>NSExceptionDomains</key>
  56. <true/>
  57. </dict>
  58. </dict>
  59. <key>NSCameraUsageDescription</key>
  60. <string>访问相机</string>
  61. <key>NSMicrophoneUsageDescription</key>
  62. <string>访问麦克风</string>
  63. <key>NSPhotoLibraryUsageDescription</key>
  64. <string>访问相册</string>
  65. <key>UIMainStoryboardFile</key>
  66. <string>Main</string>
  67. <key>UIRequiredDeviceCapabilities</key>
  68. <array>
  69. <string>armv7</string>
  70. </array>
  71. <key>UISupportedInterfaceOrientations</key>
  72. <array>
  73. <string>UIInterfaceOrientationPortrait</string>
  74. </array>
  75. <key>UISupportedInterfaceOrientations~ipad</key>
  76. <array>
  77. <string>UIInterfaceOrientationPortrait</string>
  78. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  79. <string>UIInterfaceOrientationLandscapeLeft</string>
  80. <string>UIInterfaceOrientationLandscapeRight</string>
  81. </array>
  82. </dict>
  83. </plist>