flutter京东SDK插件
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.
 
 
 
 
 

63 lines
1.9 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>jdsdk_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>sdkback</string>
  29. <string>此处填入appkey</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>openapp.jdmobile</string>
  38. <string>jdlogin</string>
  39. </array>
  40. <key>LSRequiresIPhoneOS</key>
  41. <true/>
  42. <key>UILaunchStoryboardName</key>
  43. <string>LaunchScreen</string>
  44. <key>UIMainStoryboardFile</key>
  45. <string>Main</string>
  46. <key>UISupportedInterfaceOrientations</key>
  47. <array>
  48. <string>UIInterfaceOrientationPortrait</string>
  49. <string>UIInterfaceOrientationLandscapeLeft</string>
  50. <string>UIInterfaceOrientationLandscapeRight</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>