酷店

Info.plist 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</string>
  19. <key>CFBundleVersion</key>
  20. <string>1</string>
  21. <key>LSApplicationQueriesSchemes</key>
  22. <array>
  23. <string>wechat</string>
  24. <string>weixin</string>
  25. <string>twitter</string>
  26. <string>kwai</string>
  27. <string>taobao</string>
  28. </array>
  29. <key>LSRequiresIPhoneOS</key>
  30. <true/>
  31. <key>NSAppTransportSecurity</key>
  32. <dict>
  33. <key>NSAllowsArbitraryLoads</key>
  34. <true/>
  35. <key>NSExceptionDomains</key>
  36. <dict>
  37. <key>example.com</key>
  38. <string></string>
  39. </dict>
  40. </dict>
  41. <key>UIMainStoryboardFile</key>
  42. <string>Main</string>
  43. <key>UIRequiredDeviceCapabilities</key>
  44. <array>
  45. <string>armv7</string>
  46. </array>
  47. <key>UISupportedInterfaceOrientations</key>
  48. <array>
  49. <string>UIInterfaceOrientationPortrait</string>
  50. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  51. </array>
  52. <key>UISupportedInterfaceOrientations~ipad</key>
  53. <array>
  54. <string>UIInterfaceOrientationPortrait</string>
  55. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  56. <string>UIInterfaceOrientationLandscapeLeft</string>
  57. <string>UIInterfaceOrientationLandscapeRight</string>
  58. </array>
  59. <key>UIViewControllerBasedStatusBarAppearance</key>
  60. <false/>
  61. </dict>
  62. </plist>