New file |
| | |
| | | <?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>NSLocationWhenInUseUsageDescription</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.hdl.home</string> |
| | | <key>Custom Property</key> |
| | | <string></string> |
| | | <key>CFBundleName</key> |
| | | <string> HDL Home</string> |
| | | <key>XSLaunchImageAssets</key> |
| | | <string>Assets.xcassets/LaunchImage.launchimage</string> |
| | | <key>NSAppleMusicUsageDescription</key> |
| | | <string>需要使用多媒体权限,以便提供更多的多媒体服务</string> |
| | | <key>aps-environment</key> |
| | | <string>development</string> |
| | | <key>UIBackgroundModes</key> |
| | | <array> |
| | | <string>location</string> |
| | | <string>remote-notification</string> |
| | | </array> |
| | | <key>CFBundleShortVersionString</key> |
| | | <string>1.0.19080501</string> |
| | | <key>CFBundleVersion</key> |
| | | <string>2</string> |
| | | </dict> |
| | | </plist> |