lss
2020-09-28 919317aa27e2a35a18b5773dbe7d8eb48d3150cd
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?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>