Info.plist 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>CFBundleDisplayName</key>
  8. <string>廣陈优品</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleGetInfoString</key>
  12. <string></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. </dict>
  35. <dict>
  36. <key>CFBundleTypeRole</key>
  37. <string>Editor</string>
  38. <key>CFBundleURLIconFile</key>
  39. <string></string>
  40. <key>CFBundleURLName</key>
  41. <string>alipayShare</string>
  42. <key>CFBundleURLSchemes</key>
  43. <array>
  44. <string>qyyfg.alipay</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>qyyfgpay</string>
  57. </array>
  58. </dict>
  59. </array>
  60. <key>CFBundleVersion</key>
  61. <string>$(CURRENT_PROJECT_VERSION)</string>
  62. <key>LSApplicationCategoryType</key>
  63. <string></string>
  64. <key>LSApplicationQueriesSchemes</key>
  65. <array>
  66. <string>weixin</string>
  67. </array>
  68. <key>LSRequiresIPhoneOS</key>
  69. <true/>
  70. <key>NSAppTransportSecurity</key>
  71. <dict>
  72. <key>NSAllowsArbitraryLoads</key>
  73. <true/>
  74. </dict>
  75. <key>NSCameraUsageDescription</key>
  76. <string>允许 "App" 使用您的相机权限,用来上传证件照信息审核客户资质信息!</string>
  77. <key>NSLocationAlwaysUsageDescription</key>
  78. <string>允许 "App" 在您使用该应用时访问您的位置吗? 根据证监会加强期货市场监管的要求,"App"需要在接入交易时采集您的位置信息,可以选择允许或不允许</string>
  79. <key>NSLocationWhenInUseUsageDescription</key>
  80. <string>允许 "App" 在您使用该应用时访问您的位置吗? 根据证监会加强期货市场监管的要求,"App"需要在接入交易时采集您的位置信息,可以选择允许或不允许</string>
  81. <key>NSMicrophoneUsageDescription</key>
  82. <string>允许 "App" 使用您的麦克风使用权限,用来录制视频上传提升审核客户资质信息!</string>
  83. <key>NSPhotoLibraryUsageDescription</key>
  84. <string>允许 "App" 使用并访问您的相册权限,用来上传证件照信息审核客户资质信息!</string>
  85. <key>UIApplicationSceneManifest</key>
  86. <dict>
  87. <key>UIApplicationSupportsMultipleScenes</key>
  88. <false/>
  89. </dict>
  90. <key>UIApplicationSupportsIndirectInputEvents</key>
  91. <true/>
  92. <key>UIBackgroundModes</key>
  93. <array>
  94. <string>fetch</string>
  95. </array>
  96. <key>UILaunchStoryboardName</key>
  97. <string>Launch Screen</string>
  98. <key>UIMainStoryboardFile</key>
  99. <string>Main</string>
  100. <key>UIRequiredDeviceCapabilities</key>
  101. <array>
  102. <string>armv7</string>
  103. </array>
  104. <key>UIRequiresFullScreen</key>
  105. <true/>
  106. <key>UIStatusBarHidden</key>
  107. <false/>
  108. <key>UIStatusBarStyle</key>
  109. <string>UIStatusBarStyleLightContent</string>
  110. <key>UISupportedInterfaceOrientations</key>
  111. <array>
  112. <string>UIInterfaceOrientationPortrait</string>
  113. <string>UIInterfaceOrientationLandscapeLeft</string>
  114. <string>UIInterfaceOrientationLandscapeRight</string>
  115. </array>
  116. <key>UISupportedInterfaceOrientations~ipad</key>
  117. <array>
  118. <string>UIInterfaceOrientationPortrait</string>
  119. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  120. <string>UIInterfaceOrientationLandscapeLeft</string>
  121. <string>UIInterfaceOrientationLandscapeRight</string>
  122. </array>
  123. <key>UIUserInterfaceStyle</key>
  124. <string>Light</string>
  125. </dict>
  126. </plist>