You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

75 lines
3.1 KiB

<?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>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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSAppleMusicUsageDescription</key>
<string>FireBoltt需要您的同意,才能访问媒体资料库</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>FireBoltt需要您的同意,才能使用蓝牙连接穿戴设备实现数据传输功能</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>FireBoltt需要您的同意,才能使用蓝牙连接穿戴设备实现数据传输功能</string>
<key>NSCameraUsageDescription</key>
<string>FireBoltt需要您的同意,才能使用相机进行拍照作为头像</string>
<key>NSContactsUsageDescription</key>
<string>FireBoltt需要您的同意,才能访问通讯录信息</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>FireBoltt需要您的同意,才能使用定位获取当前天气信息</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>FireBoltt需要您的同意,才能使用定位获取当前天气信息</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>FireBoltt需要您的同意,才能使用定位获取当前天气信息</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>开启后,FireBoltt才能添加图片到相册</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>开启后,FireBoltt才能获取相册的照片</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
<string>bluetooth-peripheral</string>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<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>UIUserInterfaceStyle</key>
<string>Light</string>
<key>bluetooth-central</key>
<string>FireBoltt需要使用核心蓝牙框架与蓝牙低功耗外围设备进行通信</string>
<key>bluetooth-peripheral</key>
<string>FireBoltt需要使用 Core Bluetooth 框架共享数据</string>
</dict>
</plist>