Info.plist
3.83 KB
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>CFBundleAllowMixedLocalizations</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>平安地铁</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>subwayEscort</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array/>
</dict>
</array>
<key>CFBundleVersion</key>
<string>2021033001</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSLocationTemporaryUsageDescriptionDictionary</key>
<dict>
<key>AnotherUsageDescription</key>
<string>若不允许,应用将无法判断您当前是否位于地铁站内</string>
<key>ExampleUsageDescription</key>
<string>若不允许,应用将无法判断您当前是否位于地铁站内</string>
</dict>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>APP需要访问您的蓝牙模块,只有您允许开启蓝牙功能才能够正常使用室内定位功能</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>APP需要访问您的蓝牙模块,只有您允许开启蓝牙功能才能够正常使用室内定位功能</string>
<key>NSCameraUsageDescription</key>
<string>APP需要访问您的照相机,只有您允许开启相机功能才能够进行实时的图片上传功能</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>APP需要持续访问您的当前位置,只有您允许开启定位功能才能够正常使用室内定位功能以及显示站点功能</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>APP需要持续访问您的当前位置,只有您允许开启定位功能才能够正常使用室内定位功能以及显示站点功能</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>APP需要访问您的当前位置,只有您允许开启定位功能才能够正常使用室内定位功能以及显示站点功能</string>
<key>NSMicrophoneUsageDescription</key>
<string>APP需要访问您的麦克风,只有您允许开启麦克风功能才能够正常的进行视频拍摄功能</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>APP需要保存到您的相册,只有您允许开启写入权限才能够进行拍照功能</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>APP需要访问您的相册,只有您允许开启相册功能才能进行本地照片文件的上传</string>
<key>UIBackgroundModes</key>
<array/>
<key>UILaunchStoryboardName</key>
<string>Launch Screen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
<string>gamekit</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarHidden~ipad</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>
</plist>