Skip to content

Commit

Permalink
Setup the configuration for image_picker on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jul 29, 2023
1 parent a08a2f9 commit c64220f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions packages/smooth_app/macos/Runner/DebugProfile.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>keychain-access-groups</key>
<array/>
<true/>
<key>keychain-access-groups</key>
<array/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>
6 changes: 4 additions & 2 deletions packages/smooth_app/macos/Runner/Release.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>keychain-access-groups</key>
<array/>
<key>keychain-access-groups</key>
<array/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>

0 comments on commit c64220f

Please sign in to comment.