From 8c5c66c41c743aa9163b38b0fa2ffa8f955f6b65 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sat, 23 Mar 2024 23:08:02 +0100 Subject: [PATCH] Remove download and network capabilities from custom apps --- project.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index 89281f3e..29dc83a8 100644 --- a/project.yml +++ b/project.yml @@ -65,9 +65,7 @@ targetTemplates: path: Support/Kiwix.entitlements properties: com.apple.security.app-sandbox: true - com.apple.security.files.downloads.read-write: true com.apple.security.files.user-selected.read-only: true - com.apple.security.network.client: true dependencies: - framework: CoreKiwix.xcframework embed: false @@ -92,6 +90,12 @@ targets: Kiwix: templates: - ApplicationTemplate + entitlements: + properties: + com.apple.security.files.downloads.read-write: true + com.apple.security.app-sandbox: true + com.apple.security.files.user-selected.read-only: true + com.apple.security.network.client: true settings: base: MARKETING_VERSION: "3.3.0"