Skip to content

Commit 04c7373

Browse files
committed
Commit from maps team
1 parent c830964 commit 04c7373

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

macos/Runner/DebugProfile.entitlements

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
<true/>
99
<key>com.apple.security.network.server</key>
1010
<true/>
11+
<!--The below configuration is added to access the network for Maps samples-->
12+
<key>com.apple.security.network.client</key>
13+
<true/>
1114
</dict>
1215
</plist>

macos/Runner/Release.entitlements

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7+
<!--The below configuration is added to access the network for Maps samples-->
8+
<key>com.apple.security.network.server</key>
9+
<true/>
10+
<key>com.apple.security.network.client</key>
11+
<true/>
712
</dict>
813
</plist>

0 commit comments

Comments
 (0)