Skip to content

Commit

Permalink
updated for MacOS network fix and to change pem file name to match wh…
Browse files Browse the repository at this point in the history
…at app services downloads
  • Loading branch information
biozal committed Feb 9, 2024
1 parent 4470dcc commit 6f38a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/database/replicator_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ReplicatorProvider {
************************************************************************************/

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

// <1>
var url = Uri(scheme: 'wss',
Expand Down
2 changes: 2 additions & 0 deletions src/macos/Runner/DebugProfile.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit 6f38a39

Please sign in to comment.