forked from schappim/ekctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
24 lines (24 loc) · 1.11 KB
/
Info.plist
File metadata and controls
24 lines (24 loc) · 1.11 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
<?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>CFBundleIdentifier</key>
<string>com.ekctl.cli</string>
<key>CFBundleName</key>
<string>ekctl</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleExecutable</key>
<string>ekctl</string>
<key>NSCalendarsUsageDescription</key>
<string>ekctl needs access to your calendars to list, create, modify, and delete calendar events.</string>
<key>NSRemindersUsageDescription</key>
<string>ekctl needs access to your reminders to list, create, modify, and delete reminders.</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>ekctl needs full access to your calendars to list, create, modify, and delete calendar events.</string>
<key>NSRemindersFullAccessUsageDescription</key>
<string>ekctl needs full access to your reminders to list, create, modify, and delete reminders.</string>
</dict>
</plist>