aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS
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/UI/macOS
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 'WireGuard/WireGuard/UI/macOS')
-rw-r--r--WireGuard/WireGuard/UI/macOS/WireGuard.entitlements2
1 files changed, 1 insertions, 1 deletions
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>