Info.plist 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>美天旺</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>$(FLUTTER_BUILD_NAME)</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleURLTypes</key>
  22. <array>
  23. <dict>
  24. <key>CFBundleTypeRole</key>
  25. <string>Editor</string>
  26. <key>CFBundleURLName</key>
  27. <string>shotshock.shop</string>
  28. <key>CFBundleURLSchemes</key>
  29. <array>
  30. <string>twong</string>
  31. </array>
  32. </dict>
  33. <dict>
  34. <key>CFBundleTypeRole</key>
  35. <string>Editor</string>
  36. <key>CFBundleURLName</key>
  37. <string>weixin</string>
  38. <key>CFBundleURLSchemes</key>
  39. <array>
  40. <string>wx1bb4342986c22b28</string>
  41. </array>
  42. </dict>
  43. <dict>
  44. <key>CFBundleTypeRole</key>
  45. <string>Editor</string>
  46. <key>CFBundleURLName</key>
  47. <string>alipay</string>
  48. <key>CFBundleURLSchemes</key>
  49. <array>
  50. <string>ali2021001196660263</string>
  51. </array>
  52. </dict>
  53. <dict>
  54. <key>CFBundleTypeRole</key>
  55. <string>Editor</string>
  56. <key>CFBundleURLSchemes</key>
  57. <array>
  58. <string>app</string>
  59. </array>
  60. </dict>
  61. </array>
  62. <key>CFBundleVersion</key>
  63. <string>$(FLUTTER_BUILD_NUMBER)</string>
  64. <key>LSApplicationQueriesSchemes</key>
  65. <array>
  66. <string>alipay</string>
  67. <string>weixin</string>
  68. <string>weixinULAPI</string>
  69. </array>
  70. <key>LSRequiresIPhoneOS</key>
  71. <true/>
  72. <key>NSAppTransportSecurity</key>
  73. <dict>
  74. <key>NSAllowsArbitraryLoads</key>
  75. <true/>
  76. </dict>
  77. <key>NSCameraUsageDescription</key>
  78. <string>是否允许美天旺访问相机使用拍照获取图片</string>
  79. <key>NSPhotoLibraryAddUsageDescription</key>
  80. <string>是否允许美天旺把图片写入相册</string>
  81. <key>NSPhotoLibraryUsageDescription</key>
  82. <string>是否允许美天旺访问相册获取图片</string>
  83. <key>UIBackgroundModes</key>
  84. <array>
  85. <string>processing</string>
  86. <string>remote-notification</string>
  87. </array>
  88. <key>UILaunchStoryboardName</key>
  89. <string>LaunchScreen</string>
  90. <key>UIMainStoryboardFile</key>
  91. <string>Main</string>
  92. <key>UIStatusBarHidden</key>
  93. <true/>
  94. <key>UISupportedInterfaceOrientations</key>
  95. <array>
  96. <string>UIInterfaceOrientationPortrait</string>
  97. <string>UIInterfaceOrientationLandscapeLeft</string>
  98. <string>UIInterfaceOrientationLandscapeRight</string>
  99. </array>
  100. <key>UISupportedInterfaceOrientations~ipad</key>
  101. <array>
  102. <string>UIInterfaceOrientationPortrait</string>
  103. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  104. <string>UIInterfaceOrientationLandscapeLeft</string>
  105. <string>UIInterfaceOrientationLandscapeRight</string>
  106. </array>
  107. <key>UIViewControllerBasedStatusBarAppearance</key>
  108. <false/>
  109. </dict>
  110. </plist>