Info.plist 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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>CFBundleLocalizations</key>
  6. <array>
  7. <string>zh_CN</string>
  8. <string>en</string>
  9. </array>
  10. <key>CFBundleURLTypes</key>
  11. <array>
  12. <dict>
  13. <key>CFBundleTypeRole</key>
  14. <string>Editor</string>
  15. <key>CFBundleURLSchemes</key>
  16. <array>
  17. <string>com.googleusercontent.apps.955524882346-a7fs1l3798khu5hn058m0veqqcvli7h4</string>
  18. </array>
  19. </dict>
  20. <dict>
  21. <key>CFBundleTypeRole</key>
  22. <string>Editor</string>
  23. <key>CFBundleURLSchemes</key>
  24. <array>
  25. <string>com.googleusercontent.apps.981655295954-noc65ii1gfgpq3mrc0r75t7gq66v57bj</string>
  26. </array>
  27. </dict>
  28. <dict>
  29. <key>CFBundleTypeRole</key>
  30. <string>Editor</string>
  31. <key>CFBundleURLName</key>
  32. <string>com.jiehe.gami</string>
  33. <key>CFBundleURLSchemes</key>
  34. <array>
  35. <string>gami</string>
  36. </array>
  37. </dict>
  38. </array>
  39. <key>NSAppTransportSecurity</key>
  40. <dict>
  41. <key>NSAllowsArbitraryLoads</key>
  42. <true/>
  43. </dict>
  44. <key>UIAppFonts</key>
  45. <array>
  46. <string>Poppins-SemiBold.ttf</string>
  47. </array>
  48. <key>UIApplicationSceneManifest</key>
  49. <dict>
  50. <key>UIApplicationSupportsMultipleScenes</key>
  51. <false/>
  52. <key>UISceneConfigurations</key>
  53. <dict>
  54. <key>UIWindowSceneSessionRoleApplication</key>
  55. <array>
  56. <dict>
  57. <key>UISceneConfigurationName</key>
  58. <string>Default Configuration</string>
  59. <key>UISceneDelegateClassName</key>
  60. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  61. </dict>
  62. </array>
  63. </dict>
  64. </dict>
  65. <key>UIBackgroundModes</key>
  66. <array>
  67. <string>remote-notification</string>
  68. <string>audio</string>
  69. </array>
  70. <key>UIDesignRequiresCompatibility</key>
  71. <true/>
  72. </dict>
  73. </plist>