-
-
Notifications
You must be signed in to change notification settings - Fork 877
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Calendar Access Levels (iOS17+) (#1151)
* - Split iOS calendar permission into write only and full access * - Fixes + adjust readme and bump versions * - Adjust Changelog.md * - Support iOS 17+ calendar permissions * - Update README.md to reflect iOS 17+ calendar permissions * - Fix PermissionManager.m issue * - Fix dependencies * #1108 Adjusted for calendarReadOnly and calendarFullAccess * #1108 Remove breaking change annotation from changelog * Switch calendarReadOnly to calendarWriteOnly * Update permission_handler/CHANGELOG.md Co-authored-by: TimHoogstrate <[email protected]> * - Adjusted iOS EventPermissionStrategy.m after review * Added NSCalendarsFullAccessUsageDescription to apple example .plist and podfile * Fix deprecated calendar permission logic * Update EventPermissionStrategy.m * Make small adjustments * Make small touch-ups * Updates `Runner.xcodeproj` files * Update permission_handler/README.md Co-authored-by: TimHoogstrate <[email protected]> * Update permission_handler/README.md Co-authored-by: TimHoogstrate <[email protected]> * Replace `calendar` with `contacts` in tests * Update permission_handler_apple.yaml * Update permission_handler.yaml * Update permission_handler.yaml * Update permission_handler_apple.yaml --------- Co-authored-by: milosKarakas <[email protected]> Co-authored-by: TimHoogstrate <[email protected]> Co-authored-by: Jeroen Weener <[email protected]> Co-authored-by: Maurits van Beusekom <[email protected]>
- Loading branch information
1 parent
5b4a5c4
commit e3c92e3
Showing
10 changed files
with
81 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
permission_handler/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters