wxr
2020-06-16 f6fd8acd7c53c44187e70b4709443318a628f4b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?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>