Added missing network entitlement to FileProviderExt
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Fri, 27 Jan 2023 00:49:49 +0000 (01:49 +0100)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Fri, 12 May 2023 05:21:15 +0000 (13:21 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
shell_integration/MacOSX/NextcloudIntegration/FileProviderExt/FileProviderExt.entitlements

index 5d2a36d31b72d0073fc9b8b96b9ca66f7a499976..eab912dc496006c673c332f74dddb02f09b327eb 100644 (file)
@@ -8,5 +8,9 @@
        <array>
                <string>$(OC_SOCKETAPI_TEAM_IDENTIFIER_PREFIX)$(OC_APPLICATION_REV_DOMAIN)</string>
        </array>
+       <key>com.apple.security.network.client</key>
+       <true/>
+       <key>com.apple.security.network.server</key>
+       <true/>
 </dict>
 </plist>