We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c830964 commit 04c7373Copy full SHA for 04c7373
macos/Runner/DebugProfile.entitlements
@@ -8,5 +8,8 @@
8
<true/>
9
<key>com.apple.security.network.server</key>
10
11
+ <!--The below configuration is added to access the network for Maps samples-->
12
+ <key>com.apple.security.network.client</key>
13
+ <true/>
14
</dict>
15
</plist>
macos/Runner/Release.entitlements
@@ -4,5 +4,10 @@
4
<dict>
5
<key>com.apple.security.app-sandbox</key>
6
7
+ <key>com.apple.security.network.server</key>
0 commit comments