| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?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>bbyyy</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>bbyyy</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>com.bh.bbyyy</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>weixin</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wxbf2180b47169d83a</string>
- </array>
- </dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>alipay</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>tobiasexample</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>iosamap</string>
- <string>qqmap</string>
- <string>baidumap</string>
- <string>com.bh.bbyyy</string>
- <string>bbyyy</string>
- <string>wechat</string>
- <string>weixin</string>
- <string>weixinulapi</string>
- <string>weixinULAPI</string>
- <string>itms-beta</string>
- <string>itms</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>AllowsBackgroundLocationUpdates</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSAppleMusicUsageDescription</key>
- <string>是否允许App访问您的媒体资料库</string>
- <key>NSBluetoothAlwaysUsageDescription</key>
- <string>是否许允此App使用蓝牙?</string>
- <key>NSBluetoothPeripheralUsageDescription</key>
- <string>是否许允此App使用蓝牙?</string>
- <key>NSCalendarsUsageDescription</key>
- <string>是否允许此App使用日历?</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>pp需要您的同意,才能访问语音</string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- <key>io.flutter.embedded_views_preview</key>
- <true/>
- </dict>
- </plist>
|