Info.plist 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>en</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>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.0</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>alipay</string>
  28. <key>CFBundleURLSchemes</key>
  29. <array>
  30. <string>com.xxx.xxx</string>
  31. </array>
  32. </dict>
  33. <dict>
  34. <key>CFBundleTypeRole</key>
  35. <string>Editor</string>
  36. <key>CFBundleURLName</key>
  37. <string>wxpay</string>
  38. <key>CFBundleURLSchemes</key>
  39. <array>
  40. <string>wx0d48a98252a2fe7a</string>
  41. </array>
  42. </dict>
  43. <dict>
  44. <key>CFBundleTypeRole</key>
  45. <string>Editor</string>
  46. <key>CFBundleURLName</key>
  47. <string>com.allpayx.sdk</string>
  48. <key>CFBundleURLSchemes</key>
  49. <array>
  50. <string>allpaysdk</string>
  51. </array>
  52. </dict>
  53. <dict/>
  54. </array>
  55. <key>CFBundleVersion</key>
  56. <string>1</string>
  57. <key>LSApplicationQueriesSchemes</key>
  58. <array>
  59. <string>weixin</string>
  60. <string>weixinULAPI</string>
  61. <string>uppaysdk</string>
  62. <string>uppaywallet</string>
  63. <string>uppayx1</string>
  64. <string>uppayx2</string>
  65. <string>uppayx3</string>
  66. </array>
  67. <key>NSAppTransportSecurity</key>
  68. <dict>
  69. <key>NSAllowsArbitraryLoads</key>
  70. <true/>
  71. </dict>
  72. <key>UILaunchStoryboardName</key>
  73. <string>LaunchScreen</string>
  74. <key>UIMainStoryboardFile</key>
  75. <string>Main</string>
  76. <key>UIRequiredDeviceCapabilities</key>
  77. <array>
  78. <string>armv7</string>
  79. </array>
  80. <key>UISupportedInterfaceOrientations</key>
  81. <array>
  82. <string>UIInterfaceOrientationPortrait</string>
  83. <string>UIInterfaceOrientationLandscapeRight</string>
  84. </array>
  85. <key>UISupportedInterfaceOrientations~ipad</key>
  86. <array>
  87. <string>UIInterfaceOrientationPortrait</string>
  88. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  89. <string>UIInterfaceOrientationLandscapeLeft</string>
  90. <string>UIInterfaceOrientationLandscapeRight</string>
  91. </array>
  92. <key>requires iPhone envir Application onment</key>
  93. <false/>
  94. </dict>
  95. </plist>