Skip to content

Commit 6f38a39

Browse files
committed
updated for MacOS network fix and to change pem file name to match what app services downloads
1 parent 4470dcc commit 6f38a39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/lib/features/database/replicator_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ReplicatorProvider {
7979
************************************************************************************/
8080

8181
// App Services Users - Uncomment to Load the certificate from the asset folder
82-
//var pem = await rootBundle.load('cert.pem');
82+
//var pem = await rootBundle.load('projects.pem');
8383

8484
// <1>
8585
var url = Uri(scheme: 'wss',

src/macos/Runner/DebugProfile.entitlements

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
<true/>
99
<key>com.apple.security.network.server</key>
1010
<true/>
11+
<key>com.apple.security.network.client</key>
12+
<true/>
1113
</dict>
1214
</plist>

0 commit comments

Comments
 (0)