]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
macOS: Xcode: Add ablity to save files
authorRoopesh Chander <roop@roopc.net>
Fri, 4 Jan 2019 10:52:51 +0000 (16:22 +0530)
committerRoopesh Chander <roop@roopc.net>
Mon, 14 Jan 2019 09:22:32 +0000 (14:52 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard.xcodeproj/project.pbxproj
WireGuard/WireGuard/UI/macOS/WireGuard.entitlements

index c80564bf660b33eb839e804c3c9ac80775b279c4..0ca1d03d512fc874b9f94df330e6437cdcb304b2 100644 (file)
                                                        com.apple.NetworkExtensions = {
                                                                enabled = 1;
                                                        };
+                                                       com.apple.Sandbox = {
+                                                               enabled = 1;
+                                                       };
                                                };
                                        };
                                        6FB1BD9021D4BFE600A991BF = {
index fd5bd283cbee1c64b3244e84c9a0e5dc6518d5f8..a39ba80448c7c537307ec21874780262c853c4c5 100644 (file)
@@ -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>