<?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>YES</string>
|
<key>NSLocationAlwaysUsageDescription</key>
|
<string>YES</string>
|
<key>CFBundleIdentifier</key>
|
<string>com.hdl.SimpleControl</string>
|
<key>CFBundleShortVersionString</key>
|
<string>1.0</string>
|
<key>LSRequiresIPhoneOS</key>
|
<true/>
|
<key>MinimumOSVersion</key>
|
<string>9.2</string>
|
<key>UIDeviceFamily</key>
|
<array>
|
<integer>1</integer>
|
<integer>2</integer>
|
</array>
|
<key>UILaunchStoryboardName</key>
|
<string>LaunchScreen</string>
|
<key>UIRequiredDeviceCapabilities</key>
|
<array>
|
<string>armv7</string>
|
</array>
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
<array>
|
<string>UIInterfaceOrientationPortrait</string>
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
</array>
|
<key>XSAppIconAssets</key>
|
<string>Assets.xcassets/AppIcons.appiconset</string>
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
<false/>
|
<key>CFBundleName</key>
|
<string>我家智能</string>
|
<key>NSPhotoLibraryUsageDescription</key>
|
<string>App needs your permission to visit the album</string>
|
<key>NSCameraUsageDescription</key>
|
<string>App needs your permission to access the camera</string>
|
<key>UISupportedInterfaceOrientations</key>
|
<array>
|
<string>UIInterfaceOrientationPortrait</string>
|
</array>
|
<key>UIAppFonts</key>
|
<array>
|
<string>MyFont.ttf</string>
|
<string>TITILLIUMTEXT25L_1.OTF</string>
|
<string>HELVETICA LT 45 LIGHT_1.TTF</string>
|
<string>titilliumtext25l005.otf</string>
|
</array>
|
<key>UIRequiresFullScreen</key>
|
<true/>
|
<key>Custom Property</key>
|
<string></string>
|
<key>UIStatusBarStyle</key>
|
<string>UIStatusBarStyleLightContent</string>
|
<key>kTCCServiceMediaLibrary</key>
|
<string>lllll</string>
|
<key>NSAppleMusicUsageDescription</key>
|
<string>khklkjlkl</string>
|
<key>UIRequiresPersistentWiFi</key>
|
<true/>
|
<key>CFBundleVersion</key>
|
<string></string>
|
<key>App Transport Security Settings</key>
|
<dict>
|
<key>Allow Arbitrary Loads</key>
|
<true/>
|
</dict>
|
<key>UIBackgroundModes</key>
|
<array>
|
<string>location</string>
|
</array>
|
<key>CFBundleAllowMixedLocalizations</key>
|
<true/>
|
</dict>
|
</plist>
|