Skip to content

Commit 0ce5b3f

Browse files
Fix typo in comment for full calendar access (#1285)
* Update PermissionHandlerEnums.h * Update CHANGELOG.md * Update pubspec.yaml --------- Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
1 parent 59fee21 commit 0ce5b3f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

permission_handler_apple/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 9.4.4
2+
3+
* Fixes typo in comment for full calendar access.
4+
15
## 9.4.3
26

37
* Adds the `PERMISSION_LOCATION_WHENINUSE` macro, which can be used instead of

permission_handler_apple/ios/Classes/PermissionHandlerEnums.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
#endif
118118

119119
// ios: PermissionGroupCalendarFullAccess
120-
// Info.plist: [NSCalendarFullAccessUsageDescription]
120+
// Info.plist: [NSCalendarsFullAccessUsageDescription]
121121
// dart: PermissionGroup.calendarFullAccess
122122
#ifndef PERMISSION_EVENTS_FULL_ACCESS
123123
#define PERMISSION_EVENTS_FULL_ACCESS 0

permission_handler_apple/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: permission_handler_apple
22
description: Permission plugin for Flutter. This plugin provides the iOS API to request and check permissions.
33
repository: https://github.com/baseflow/flutter-permission-handler
44
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
5-
version: 9.4.3
6-
5+
version: 9.4.4
76

87
environment:
98
sdk: ">=2.15.0 <4.0.0"

0 commit comments

Comments
 (0)