<?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>NSContactsUsageDescription</key>
|
<string>需要读取通讯录,用于添加胁迫联系人</string>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
<string>使用期间需要使用地理位置,以便提供服务,如天气</string>
|
<key>NSLocationAlwaysUsageDescription</key>
|
<string>应用在后台运行,定时上报位置,执行自动化逻辑功能</string>
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
<false/>
|
<key>NSPhotoLibraryUsageDescription</key>
|
<string>需要读取相册,用于房间背景图片</string>
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
<string>需要使用相册,用于房间背景图片</string>
|
<key>NSCameraUsageDescription</key>
|
<string>需要使用相机权限,用于拍摄房间背景图片</string>
|
<key>NSAppTransportSecurity</key>
|
<dict>
|
<key>NSAllowsArbitraryLoads</key>
|
<true/>
|
</dict>
|
<key>LSRequiresIPhoneOS</key>
|
<true/>
|
<key>MinimumOSVersion</key>
|
<string>9.0</string>
|
<key>UIDeviceFamily</key>
|
<array>
|
<integer>1</integer>
|
</array>
|
<key>UIMainStoryboardFile</key>
|
<string>Main</string>
|
<key>UIRequiredDeviceCapabilities</key>
|
<array>
|
<string>armv7</string>
|
</array>
|
<key>UISupportedInterfaceOrientations</key>
|
<array>
|
<string>UIInterfaceOrientationPortrait</string>
|
</array>
|
<key>XSAppIconAssets</key>
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
<key>CFBundleIdentifier</key>
|
<string>com.evoyo.home</string>
|
<key>Custom Property</key>
|
<string></string>
|
<key>CFBundleName</key>
|
<string>Evoyo Home</string>
|
<key>XSLaunchImageAssets</key>
|
<string>Assets.xcassets/LaunchImage.launchimage</string>
|
<key>NSAppleMusicUsageDescription</key>
|
<string>需要使用多媒体权限,以便提供更多的多媒体服务</string>
|
<key>aps-environment</key>
|
<string>development</string>
|
<key>CFBundleShortVersionString</key>
|
<string>1.1.0120091701</string>
|
<key>CFBundleVersion</key>
|
<string>2020091701</string>
|
<key>CFBundleURLTypes</key>
|
<array>
|
<dict>
|
<key>CFBundleURLSchemes</key>
|
<array>
|
<string></string>
|
</array>
|
<key>CFBundleTypeRole</key>
|
<string>Editor</string>
|
</dict>
|
<dict>
|
<key>CFBundleURLName</key>
|
<string>xiaoduapp</string>
|
</dict>
|
<dict>
|
<key>CFBundleURLName</key>
|
<string>AispeechMobile</string>
|
</dict>
|
<dict>
|
<key>CFBundleURLName</key>
|
<string>weixin</string>
|
<key>CFBundleURLSchemes</key>
|
<array>
|
<string>wx2ec8f53f6fa36e82</string>
|
</array>
|
</dict>
|
</array>
|
<key>LSApplicationQueriesSchemes</key>
|
<array>
|
<string>xiaoduapp</string>
|
<string>AispeechMobile</string>
|
<string>weixin</string>
|
<string>weixinULAPI</string>
|
</array>
|
<key>CFBundleDevelopmentRegion</key>
|
<string>zh_CN</string>
|
<key>UIBackgroundModes</key>
|
<array>
|
<string>location</string>
|
<string>remote-notification</string>
|
</array>
|
<key>NSMicrophoneUsageDescription</key>
|
<string>需要使用麦克风,用于可视对讲</string>
|
</dict>
|
</plist>
|