Skip to content

Commit

Permalink
Add iOS17 calendar keys. (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch authored Jan 18, 2024
1 parent 16cb982 commit 81df36b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
<string>Camera Photos</string>
<key>NSCalendarsUsageDescription</key>
<string>Calendar Access</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>Full access to the Calendar is needed to sign you up for parties!</string>
<key>NSCalendarsWriteOnlyAccessUsageDescription</key>
<string>Just writing events to the Calendar, nothing to see here.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Get Location</string>
<key>NSLocationAlwaysUsageDescription</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<string>Camera Photos</string>
<key>NSCalendarsUsageDescription</key>
<string>Calendar Access</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>Full access to the Calendar is needed to sign you up for parties!</string>
<key>NSCalendarsWriteOnlyAccessUsageDescription</key>
<string>Just writing events to the Calendar, nothing to see here.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Get Location</string>
<key>NSLocationAlwaysUsageDescription</key>
Expand Down

0 comments on commit 81df36b

Please sign in to comment.