Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Breaking Change for macOS Entitlement Requirement #1707

Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
## 8.3.0
### Desktop (macOS) && iOS
- Adds support for Swift Package Manager for compatibility with new projects [#1582](https://github.com/miguelpruivo/flutter_file_picker/issues/1582)
### macOS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added on the Wiki: https://github.com/miguelpruivo/flutter_file_picker/wiki/Setup#macos

Maybe add a See also: https://github.com/miguelpruivo/flutter_file_picker/wiki/Setup#macos instead of pointing to the linked PR ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! I didn't see it. On its way

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vicajilau Apologies, but due to the other change that just landed, this is now in the wrong place.

Can you put it at the bottom of

## 8.2.0
### Desktop (macOS)
- Reimplement macOS file picker using method channels ...

Copy link
Collaborator Author

@vicajilau vicajilau Feb 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@navaronbracke Fixed 💪

- BREAKING CHANGE: `pickFiles()` now requires the `com.apple.security.files.user-selected.read-only` entitlement on macOS. Without this entitlement, the file picker will not open, and the method will return `null`. [WIKI](https://github.com/miguelpruivo/flutter_file_picker/wiki/Setup#macos)

## 8.2.0
### Desktop (macOS)
Expand Down