-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathInfo.plist
More file actions
94 lines (94 loc) · 3.63 KB
/
Copy pathInfo.plist
File metadata and controls
94 lines (94 loc) · 3.63 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
<?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>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>com.kellyvv.phoneclaw.liveland-continuation</string>
</array>
<key>CFBundleDisplayName</key>
<string>PhoneClaw</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleName</key>
<string>PhoneClaw</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.kellyvv.phoneclaw</string>
<key>CFBundleURLSchemes</key>
<array>
<string>phoneclaw</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSBonjourServices</key>
<array>
<string>_phoneclaw-llm._tcp</string>
</array>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>PhoneClaw reads calendar events only when you ask for schedule summaries, availability checks, or local planning analysis.</string>
<key>NSCalendarsUsageDescription</key>
<string>PhoneClaw uses Calendar access to create events and read schedules only when you ask for local planning analysis.</string>
<key>NSCalendarsWriteOnlyAccessUsageDescription</key>
<string>PhoneClaw needs to create calendar events</string>
<key>NSCameraUsageDescription</key>
<string>PhoneClaw uses the camera in LIVE mode to perceive your surroundings</string>
<key>NSContactsUsageDescription</key>
<string>PhoneClaw needs to store contact information</string>
<key>NSHealthShareUsageDescription</key>
<string>PhoneClaw reads Health data (steps, distance, active energy, heart rate, sleep, workouts, weight, and HRV) locally to generate summaries and insights. Nothing leaves your device.</string>
<key>NSHealthUpdateUsageDescription</key>
<string>PhoneClaw does not write Health data. This permission description is included because HealthKit access requires a write-purpose string for App Store validation.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>PhoneClaw 在局域网内发现并连接你的 Mac,把推理交给 Mac 上更强的大模型运行。</string>
<key>NSMicrophoneUsageDescription</key>
<string>PhoneClaw uses the microphone for LIVE voice conversations, including an active LIVE session that can continue while the app is in the background.</string>
<key>NSRemindersFullAccessUsageDescription</key>
<string>PhoneClaw needs Reminders access to create reminders</string>
<key>NSRemindersUsageDescription</key>
<string>PhoneClaw needs access to Reminders</string>
<key>NSSupportsLiveActivities</key>
<true/>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchScreen</key>
<dict/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>arm64</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>