aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-01-04 16:22:51 +0530
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:32 +0530
commitf6ea25573b3463162e0ae08c292a2421b719850d (patch)
tree54a610e5566135ce7121d18824a4d0e8d124dd5a /WireGuard/WireGuard
parentmacOS: Manage tunnels: Select first tunnel on showing the window (diff)
downloadwireguard-apple-f6ea25573b3463162e0ae08c292a2421b719850d.tar.xz
wireguard-apple-f6ea25573b3463162e0ae08c292a2421b719850d.zip
macOS: Xcode: Add ablity to save files
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard.xcodeproj/project.pbxproj3
-rw-r--r--WireGuard/WireGuard/UI/macOS/WireGuard.entitlements2
2 files changed, 4 insertions, 1 deletions
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 @@
<array>
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
</array>
- <key>com.apple.security.files.user-selected.read-only</key>
+ <key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>