fix(macos,ios): use regular shared prefs

This commit is contained in:
Kingkor Roy Tirtho
2023-04-27 09:57:04 +06:00
parent f1f60b9ad4
commit 1b5bfec27f
3 changed files with 31 additions and 11 deletions

View File

@@ -10,7 +10,8 @@
<true />
<key>com.apple.security.network.server</key>
<true />
<key>keychain-access-groups</key>
<array />
<!-- Requires Certification -->
<!-- <key>keychain-access-groups</key>
<array /> -->
</dict>
</plist>

View File

@@ -8,7 +8,8 @@
<true />
<key>com.apple.security.network.server</key>
<true />
<key>keychain-access-groups</key>
<array />
<!-- Requires Certification -->
<!-- <key>keychain-access-groups</key>
<array /> -->
</dict>
</plist>