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

Fix: added entitlements in Release.entitlements for networking and file access for macOS #474

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AryanJumani
Copy link

Description

This PR adds missing macOS entitlements to Release.entitlements that were already present in DebugProfile.entitlements

These entitlements are required for:

  • Allowing users to access/download files and pick directories
  • Syncing over the net

Added:

  • com.apple.security.network.client
  • com.apple.security.network.server
  • com.apple.security.files.user-selected.read-write

Before (Issue Demonstration):

before.mp4

After (Functioning Build):

after.mp4

File picker and network access now function as expected while testing locally using flutter build macos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant