Info.plist 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>CFBundleAllowMixedLocalizations</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>zh_CN</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>旅游保</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>$(PRODUCT_NAME)</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(MARKETING_VERSION)</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Editor</string>
  28. <key>CFBundleURLIconFile</key>
  29. <string></string>
  30. <key>CFBundleURLName</key>
  31. <string>weixin</string>
  32. <key>CFBundleURLSchemes</key>
  33. <array>
  34. <string>wxc22f6c8a0abb5301</string>
  35. </array>
  36. </dict>
  37. <dict>
  38. <key>CFBundleTypeRole</key>
  39. <string>Editor</string>
  40. <key>CFBundleURLName</key>
  41. <string>alipay</string>
  42. <key>CFBundleURLSchemes</key>
  43. <array>
  44. <string>haishangbaoyealipay</string>
  45. </array>
  46. </dict>
  47. <dict>
  48. <key>CFBundleTypeRole</key>
  49. <string>Editor</string>
  50. <key>CFBundleURLIconFile</key>
  51. <string></string>
  52. <key>CFBundleURLName</key>
  53. <string>unifyPay</string>
  54. <key>CFBundleURLSchemes</key>
  55. <array>
  56. <string>haishangbaoyeunifypay</string>
  57. </array>
  58. </dict>
  59. </array>
  60. <key>CFBundleVersion</key>
  61. <string>$(CURRENT_PROJECT_VERSION)</string>
  62. <key>LSApplicationQueriesSchemes</key>
  63. <array>
  64. <string>weixin</string>
  65. <string>weixinULAPI</string>
  66. <string>alipays</string>
  67. <string>uppaysdk</string>
  68. <string>uppaywallet</string>
  69. <string>uppayx1</string>
  70. <string>uppayx2</string>
  71. <string>uppayx</string>
  72. </array>
  73. <key>LSRequiresIPhoneOS</key>
  74. <true/>
  75. <key>NSAppTransportSecurity</key>
  76. <dict>
  77. <key>NSAllowsArbitraryLoads</key>
  78. <true/>
  79. </dict>
  80. <key>NSCameraUsageDescription</key>
  81. <string>该App需要访问您的相机权限,用来上传证件照信息审核客户资质信息!</string>
  82. <key>NSMicrophoneUsageDescription</key>
  83. <string>该App需要访问您的麦克风使用权限,用来录制视频上传提升审核客户资质信息!</string>
  84. <key>NSPhotoLibraryUsageDescription</key>
  85. <string>该App需要访问您的相册权限,用来上传证件照信息审核客户资质信息!</string>
  86. <key>UILaunchStoryboardName</key>
  87. <string>LaunchScreen</string>
  88. <key>UIMainStoryboardFile</key>
  89. <string>Main</string>
  90. <key>UIRequiredDeviceCapabilities</key>
  91. <array>
  92. <string>armv7</string>
  93. </array>
  94. <key>UIRequiresFullScreen</key>
  95. <true/>
  96. <key>UIStatusBarHidden</key>
  97. <false/>
  98. <key>UIStatusBarStyle</key>
  99. <string>UIStatusBarStyleDefault</string>
  100. <key>UISupportedInterfaceOrientations</key>
  101. <array>
  102. <string>UIInterfaceOrientationPortrait</string>
  103. </array>
  104. <key>UISupportedInterfaceOrientations~ipad</key>
  105. <array>
  106. <string>UIInterfaceOrientationPortrait</string>
  107. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  108. <string>UIInterfaceOrientationLandscapeLeft</string>
  109. <string>UIInterfaceOrientationLandscapeRight</string>
  110. </array>
  111. </dict>
  112. </plist>