From f6ea25573b3463162e0ae08c292a2421b719850d Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Fri, 4 Jan 2019 16:22:51 +0530 Subject: macOS: Xcode: Add ablity to save files Signed-off-by: Roopesh Chander --- WireGuard/WireGuard.xcodeproj/project.pbxproj | 3 +++ WireGuard/WireGuard/UI/macOS/WireGuard.entitlements | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'WireGuard') diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj index c80564b..0ca1d03 100644 --- a/WireGuard/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj @@ -744,6 +744,9 @@ com.apple.NetworkExtensions = { enabled = 1; }; + com.apple.Sandbox = { + enabled = 1; + }; }; }; 6FB1BD9021D4BFE600A991BF = { diff --git a/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements b/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements index fd5bd28..a39ba80 100644 --- a/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements +++ b/WireGuard/WireGuard/UI/macOS/WireGuard.entitlements @@ -12,7 +12,7 @@ $(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS) - com.apple.security.files.user-selected.read-only + com.apple.security.files.user-selected.read-write -- cgit v1.2.3-59-g8ed1b