From 50d452ca8dd2aa99c2704bca89216f6e62942d6e Mon Sep 17 00:00:00 2001
From: Oliver Wiese <oliver.wiese@fu-berlin.de>
Date: Fri, 18 Oct 2019 08:48:57 +0200
Subject: [PATCH] add data protection

---
 enzevalos_iphone/PLists/enzevalos_iphone.entitlements | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/enzevalos_iphone/PLists/enzevalos_iphone.entitlements b/enzevalos_iphone/PLists/enzevalos_iphone.entitlements
index e4181902..96ad06d1 100644
--- a/enzevalos_iphone/PLists/enzevalos_iphone.entitlements
+++ b/enzevalos_iphone/PLists/enzevalos_iphone.entitlements
@@ -4,6 +4,8 @@
 <dict>
 	<key>aps-environment</key>
 	<string>development</string>
+	<key>com.apple.developer.default-data-protection</key>
+	<string>NSFileProtectionComplete</string>
 	<key>keychain-access-groups</key>
 	<array>
 		<string>$(AppIdentifierPrefix)fu-berlin.enzevalos-iphone</string>
-- 
GitLab