Skip to content

Commit

Permalink
Commit from maps team
Browse files Browse the repository at this point in the history
  • Loading branch information
Marismathan committed Mar 21, 2022
1 parent c830964 commit 04c7373
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macos/Runner/DebugProfile.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<!--The below configuration is added to access the network for Maps samples-->
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>
5 changes: 5 additions & 0 deletions macos/Runner/Release.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<!--The below configuration is added to access the network for Maps samples-->
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit 04c7373

Please sign in to comment.