Skip to content

Commit 526e62f

Browse files
committed
chore(apple): bump version to 9.4.8 and update CHANGELOG
1 parent 329e42a commit 526e62f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

permission_handler_apple/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 9.4.8
2+
3+
* Adds Swift Package Manager (SPM) support for Flutter 3.24+. Permissions are
4+
enabled automatically based on usage description keys present in `Info.plist`
5+
— no additional configuration required beyond clearing DerivedData once after
6+
changes: `rm -rf ~/Library/Developer/Xcode/DerivedData`.
7+
* Moves ObjC sources to SPM-compatible layout (`Sources/permission_handler_apple/`).
8+
CocoaPods continues to work unchanged.
9+
* Bumps minimum iOS deployment target to 12.0.
10+
111
## 9.4.7
212

313
* Increases minimum supported Flutter version to 3.3.0, and removes code only

permission_handler_apple/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.7
5+
version: 9.4.8
66

77
environment:
88
sdk: ">=2.18.0 <4.0.0"

0 commit comments

Comments
 (0)