Skip to content

Commit 92c6f53

Browse files
Merge pull request #901 from Yuvaraj-Gajaraj/master
FLUT-988135 - [Others] Provided a server permission in macOS platform in debug mode
2 parents 5c6926d + f3c04d9 commit 92c6f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/Runner/DebugProfile.entitlements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<key>com.apple.security.network.client</key>
1111
<true/>
1212
<!--The below configuration is added to access the network for Maps samples-->
13-
<key>com.apple.security.network.client</key>
13+
<key>com.apple.security.network.server</key>
1414
<true/>
1515
</dict>
1616
</plist>

0 commit comments

Comments
 (0)