123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?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>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleDisplayName</key>
- <string>畅翔蔚蓝</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>ysairplane2</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>CFBundleURLName</key>
- <string>weixin</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wx7e62294a5bf6e206</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>zhifubao</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>feijizhifubao</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSApplicationCategoryType</key>
- <string></string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>weixin</string>
- <string>wechat</string>
- <string>weixinULAPI</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppleMusicUsageDescription</key>
- <string>是否允许App访问您的媒体资料库</string>
- <key>NSCalendarsUsageDescription</key>
- <string>提交资料时上传时间</string>
- <key>NSCameraUsageDescription</key>
- <string>获取相机权限以拍摄作品封面或个人头像</string>
- <key>NSContactsUsageDescription</key>
- <string>遇到问题联系客服</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string> 获取附近机场位置</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string> 获取附近机场位置</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string> 获取附近机场位置</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>获取麦克风权限以拍摄视频作品</string>
- <key>NSMotionUsageDescription</key>
- <string>是否允许App访问您的运动与健身</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>获取本地相册图片以上传作品封面或个人头像</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>获取语音识别权限</string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</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>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- </dict>
- </plist>
|