From: Kevin Worth Date: Fri, 15 May 2020 13:03:32 +0000 (-0400) Subject: Enable network requests in mac os app X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=66115014b5cb34bf68739b0e111db07dca7879b3;hp=079468378db28039089e64469f9fc50dd4bb04e0 Enable network requests in mac os app According to documentation here: https://flutter.dev/desktop#setting-up-entitlements this change is needed so that the app can send network requests --- diff --git a/flutterempires/macos/Runner/DebugProfile.entitlements b/flutterempires/macos/Runner/DebugProfile.entitlements index dddb8a3..08c3ab1 100644 --- a/flutterempires/macos/Runner/DebugProfile.entitlements +++ b/flutterempires/macos/Runner/DebugProfile.entitlements @@ -8,5 +8,7 @@ com.apple.security.network.server + com.apple.security.network.client +