Info.plist 897 B

12345678910111213141516171819202122232425262728293031323334353637
  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>CFBundleURLTypes</key>
  6. <array>
  7. <dict>
  8. <key>CFBundleTypeRole</key>
  9. <string>Editor</string>
  10. <key>CFBundleURLName</key>
  11. <string>weixin</string>
  12. <key>CFBundleURLSchemes</key>
  13. <array>
  14. <string>wx6f190721f04ea532</string>
  15. </array>
  16. </dict>
  17. </array>
  18. <key>LSApplicationQueriesSchemes</key>
  19. <array>
  20. <string>weixin</string>
  21. <string>weixinULAPI</string>
  22. <string>weixinURLParamsAPI</string>
  23. </array>
  24. <key>NSAppTransportSecurity</key>
  25. <dict>
  26. <key>NSAllowsArbitraryLoads</key>
  27. <true/>
  28. </dict>
  29. <key>UIApplicationSceneManifest</key>
  30. <dict>
  31. <key>UIApplicationSupportsMultipleScenes</key>
  32. <false/>
  33. </dict>
  34. <key>UIViewControllerBasedStatusBarAppearance</key>
  35. <false/>
  36. </dict>
  37. </plist>