mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 21:05:09 -04:00
Remove download and network capabilities from custom apps
This commit is contained in:
parent
1dd07e7ee6
commit
8c5c66c41c
@ -65,9 +65,7 @@ targetTemplates:
|
|||||||
path: Support/Kiwix.entitlements
|
path: Support/Kiwix.entitlements
|
||||||
properties:
|
properties:
|
||||||
com.apple.security.app-sandbox: true
|
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.files.user-selected.read-only: true
|
||||||
com.apple.security.network.client: true
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- framework: CoreKiwix.xcframework
|
- framework: CoreKiwix.xcframework
|
||||||
embed: false
|
embed: false
|
||||||
@ -92,6 +90,12 @@ targets:
|
|||||||
Kiwix:
|
Kiwix:
|
||||||
templates:
|
templates:
|
||||||
- ApplicationTemplate
|
- 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:
|
settings:
|
||||||
base:
|
base:
|
||||||
MARKETING_VERSION: "3.3.0"
|
MARKETING_VERSION: "3.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user