Explorar o código

fix: Connection failed , OS Error: Operation not permitted, errno = 1

appflowy %!s(int64=3) %!d(string=hai) anos
pai
achega
7a38114ba0

+ 5 - 0
app_flowy/README.md

@@ -14,3 +14,8 @@ A few resources to get you started if this is your first Flutter project:
 For help getting started with Flutter, view our
 [online documentation](https://flutter.dev/docs), which offers tutorials,
 samples, guidance on mobile development, and a full API reference.
+
+
+## release check
+1. [entitlements](https://flutter.dev/desktop#setting-up-entitlements)
+2. [symbols stripped](https://flutter.dev/docs/development/platform-integration/c-interop)

+ 2 - 0
app_flowy/macos/Runner/DebugProfile.entitlements

@@ -8,5 +8,7 @@
 	<true/>
 	<key>com.apple.security.network.server</key>
 	<true/>
+    <key>com.apple.security.network.client</key>
+    <true/>
 </dict>
 </plist>

+ 2 - 0
app_flowy/macos/Runner/Release.entitlements

@@ -4,5 +4,7 @@
 <dict>
 	<key>com.apple.security.app-sandbox</key>
 	<true/>
+    <key>com.apple.security.network.client</key>
+    <true/>
 </dict>
 </plist>