Info.plist
2.36 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
<?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>CFBundleDisplayName</key>
<string>DoubleFeel</string>
<key>CFBundleName</key>
<string>DoubleFeel</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.518385058395-ja7eugmdu7ar8m8juddn7qjkqvjh5hp6</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.luiz.doublefeel</string>
<key>CFBundleURLSchemes</key>
<array>
<string>doublefeel</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.luiz.doublefeel.wechat</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wx42b603acf3dd68f5</string>
</array>
</dict>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>googlegmail</string>
<string>ms-outlook</string>
<string>ymail</string>
<string>readdle-spark</string>
<string>mqqapi</string>
<string>weixin</string>
<string>weixinULAPI</string>
<string>weixinURLParamsAPI</string>
</array>
<key>WXAppID</key>
<string>wx42b603acf3dd68f5</string>
<key>NSHealthShareUsageDescription</key>
<string>需要读取 Apple Health 中的心率、HRV、睡眠、步数、活动能量等数据,用于展示健康状态并同步到 Apple Watch。</string>
<key>NSHealthUpdateUsageDescription</key>
<string>需要写入少量健康数据权限以保持与旧版 Apple Health 同步流程兼容。</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>需要从系统相册选择图片,用于创建自定义 Apple Watch 表盘主题。</string>
<key>UIDesignRequiresCompatibility</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>需要相机拍摄用户头像</string>
<key>GIDClientID</key>
<string>518385058395-ja7eugmdu7ar8m8juddn7qjkqvjh5hp6.apps.googleusercontent.com</string>
<key>NSMicrophoneUsageDescription</key>
<string>需要相机拍摄用户头像</string>
</dict>
</plist>