macOS: Xcode: Add ablity to save files

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-01-04 16:22:51 +05:30
parent de12c27d5b
commit f6ea25573b
2 changed files with 4 additions and 1 deletions

View File

@ -744,6 +744,9 @@
com.apple.NetworkExtensions = {
enabled = 1;
};
com.apple.Sandbox = {
enabled = 1;
};
};
};
6FB1BD9021D4BFE600A991BF = {

View 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>