diff options
| author | ruki <[email protected]> | 2020-04-05 22:42:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-05 22:42:54 +0800 |
| commit | 6a67eb4ca0b1b8f375b0aa190fb85bca8477b595 (patch) | |
| tree | 61f75d988896f12096490e6c79d5146c27dfa5be /tests/projects/objc/macapp/src/test.entitlements | |
| parent | 52086e64f363bfefc91688efa09ad20f485bcbea (diff) | |
update macapp tests
Diffstat (limited to 'tests/projects/objc/macapp/src/test.entitlements')
| -rw-r--r-- | tests/projects/objc/macapp/src/test.entitlements | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/projects/objc/macapp/src/test.entitlements b/tests/projects/objc/macapp/src/test.entitlements new file mode 100644 index 000000000..f2ef3ae02 --- /dev/null +++ b/tests/projects/objc/macapp/src/test.entitlements @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>com.apple.security.app-sandbox</key> + <true/> + <key>com.apple.security.files.user-selected.read-only</key> + <true/> +</dict> +</plist> |
