| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleAllowMixedLocalizations</key>
- <true/>
- <key>CFBundleDisplayName</key>
- <string>廣陈优品</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleGetInfoString</key>
- <string></string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLIconFile</key>
- <string></string>
- <key>CFBundleURLName</key>
- <string>weixin</string>
- <key>CFBundleURLSchemes</key>
- <array/>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLIconFile</key>
- <string></string>
- <key>CFBundleURLName</key>
- <string>alipayShare</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>qyyfg.alipay</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLIconFile</key>
- <string></string>
- <key>CFBundleURLName</key>
- <string>unifyPay</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>qyyfgpay</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSApplicationCategoryType</key>
- <string></string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>weixin</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>允许 "App" 使用您的相机权限,用来上传证件照信息审核客户资质信息!</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>允许 "App" 在您使用该应用时访问您的位置吗? 根据证监会加强期货市场监管的要求,"App"需要在接入交易时采集您的位置信息,可以选择允许或不允许</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>允许 "App" 在您使用该应用时访问您的位置吗? 根据证监会加强期货市场监管的要求,"App"需要在接入交易时采集您的位置信息,可以选择允许或不允许</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>允许 "App" 使用您的麦克风使用权限,用来录制视频上传提升审核客户资质信息!</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>允许 "App" 使用并访问您的相册权限,用来上传证件照信息审核客户资质信息!</string>
- <key>UIApplicationSceneManifest</key>
- <dict>
- <key>UIApplicationSupportsMultipleScenes</key>
- <false/>
- </dict>
- <key>UIApplicationSupportsIndirectInputEvents</key>
- <true/>
- <key>UIBackgroundModes</key>
- <array>
- <string>fetch</string>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>Launch Screen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>UIStatusBarHidden</key>
- <false/>
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleLightContent</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIUserInterfaceStyle</key>
- <string>Light</string>
- </dict>
- </plist>
|