智莺生活APP的阿里百川 Flutter 插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

68 lines
2.0 KiB

  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>flutter_alibc_example</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>CFBundleURLSchemes</key>
  27. <array>
  28. <string>tbopen27827054</string>
  29. <string>tbopen27563108</string>
  30. </array>
  31. </dict>
  32. </array>
  33. <key>CFBundleVersion</key>
  34. <string>$(FLUTTER_BUILD_NUMBER)</string>
  35. <key>LSApplicationQueriesSchemes</key>
  36. <array>
  37. <string>tbopen</string>
  38. <string>tmall</string>
  39. </array>
  40. <key>LSRequiresIPhoneOS</key>
  41. <true/>
  42. <key>NSAppTransportSecurity</key>
  43. <dict>
  44. <key>NSAllowsArbitraryLoads</key>
  45. <true/>
  46. </dict>
  47. <key>UILaunchStoryboardName</key>
  48. <string>LaunchScreen</string>
  49. <key>UIMainStoryboardFile</key>
  50. <string>Main</string>
  51. <key>UISupportedInterfaceOrientations</key>
  52. <array>
  53. <string>UIInterfaceOrientationPortrait</string>
  54. <string>UIInterfaceOrientationLandscapeLeft</string>
  55. <string>UIInterfaceOrientationLandscapeRight</string>
  56. </array>
  57. <key>UISupportedInterfaceOrientations~ipad</key>
  58. <array>
  59. <string>UIInterfaceOrientationPortrait</string>
  60. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  61. <string>UIInterfaceOrientationLandscapeLeft</string>
  62. <string>UIInterfaceOrientationLandscapeRight</string>
  63. </array>
  64. <key>UIViewControllerBasedStatusBarAppearance</key>
  65. <false/>
  66. </dict>
  67. </plist>