aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--GnuPG.entitlements10
-rw-r--r--resource/entitlements/GpgFrontend.entitlements (renamed from GpgFrontend.entitlements)0
-rw-r--r--src/CMakeLists.txt2
3 files changed, 1 insertions, 11 deletions
diff --git a/GnuPG.entitlements b/GnuPG.entitlements
deleted file mode 100644
index 794eada1..00000000
--- a/GnuPG.entitlements
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>com.apple.security.app-sandbox</key>
- <true/>
- <key>com.apple.security.inherit</key>
- <true/>
-</dict>
-</plist>
diff --git a/GpgFrontend.entitlements b/resource/entitlements/GpgFrontend.entitlements
index 637aa6f1..637aa6f1 100644
--- a/GpgFrontend.entitlements
+++ b/resource/entitlements/GpgFrontend.entitlements
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e16d40e4..2ecc8cb6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -428,7 +428,7 @@ if (APPLICATION_BUILD)
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
COMMENT "Copying Buddled GnuPG into App Bundle Resource")
set_target_properties(${AppName} PROPERTIES
- XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_SOURCE_DIR}/GpgFrontend.entitlements"
+ XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS "${CMAKE_SOURCE_DIR}/resource/entitlements/GpgFrontend.entitlements"
)
else()
message(STATUS "Build Application Without App Sandbox")