We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4470dcc commit 6f38a39Copy full SHA for 6f38a39
src/lib/features/database/replicator_provider.dart
@@ -79,7 +79,7 @@ class ReplicatorProvider {
79
************************************************************************************/
80
81
// App Services Users - Uncomment to Load the certificate from the asset folder
82
- //var pem = await rootBundle.load('cert.pem');
+ //var pem = await rootBundle.load('projects.pem');
83
84
// <1>
85
var url = Uri(scheme: 'wss',
src/macos/Runner/DebugProfile.entitlements
@@ -8,5 +8,7 @@
8
<true/>
9
<key>com.apple.security.network.server</key>
10
11
+ <key>com.apple.security.network.client</key>
12
+ <true/>
13
</dict>
14
</plist>
0 commit comments