123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?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>CADisableMinimumFrameDurationOnPhone</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>YYBusiness</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</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>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wx3449abcf85910464</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>tencent102019408</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>qqmap</string>
- <string>mqqopensdknopasteboard</string>
- <string>mqqopensdkapiV2</string>
- <string>mqq</string>
- <string>tim</string>
- <string>baidumap</string>
- <string>iosamap</string>
- <string>whatsapp</string>
- <string>https</string>
- <string>http</string>
- <string>wechat</string>
- <string>weixin</string>
- <string>weixinULAPI</string>
- <string>weixinURLParamsAPI</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>“YYBusiness”申请调用您的相机权限 用于使用拍摄头像,视频上传,图片上传保存,实名认证等功能</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>“YYBusiness”需要获取您的位置来推荐附近工作</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>“YYBusiness”需要获取您的位置来推荐附近工作</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>请求录音权限</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>“YYBusiness”想访问你的照片 用于图片上传,图片保存等功能,请允许我获取您的权限</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>“YYBusiness”想访问你的照片 用于图片上传,图片保存等功能,请允许我获取您的权限</string>
- <key>NSUserTrackingUsageDescription</key>
- <string>为了优化您的使用体验与确保账户安全,需要您允许 YYBusiness 使用相关权限</string>
- <key>UIApplicationSupportsIndirectInputEvents</key>
- <true/>
- <key>UIBackgroundModes</key>
- <array>
- <string>remote-notification</string>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- </dict>
- </plist>
|