Merge pull request #712 from kiwix/710-custom-apps-should-only-request-necessary-permissions

710 custom apps should only request necessary permissions
This commit is contained in:
Kelson 2024-03-25 05:11:39 +01:00 committed by GitHub
commit 84893eacf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,6 @@ 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:
@ -92,6 +91,9 @@ targets:
Kiwix:
templates:
- ApplicationTemplate
entitlements:
properties:
com.apple.security.files.downloads.read-write: true
settings:
base:
MARKETING_VERSION: "3.3.0"