diff options
author | Damiano Galassi <[email protected]> | 2017-01-20 18:52:22 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-01-20 18:52:22 +0100 |
commit | a3d00959f42f940e8d3c2b73fb92a951cbf94472 (patch) | |
tree | 7085331974860d7771a3f6adaf1694383a1f064a /macosx/container-migration.plist | |
parent | 40ec4ebaa2958b2549125dd525b6fcb2bd595d69 (diff) |
MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEBUG-SANDBOX to build HandBrake with sandbox enabled.
Diffstat (limited to 'macosx/container-migration.plist')
-rw-r--r-- | macosx/container-migration.plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/macosx/container-migration.plist b/macosx/container-migration.plist new file mode 100644 index 000000000..24c6d42a5 --- /dev/null +++ b/macosx/container-migration.plist @@ -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>Move</key> + <array> + <string>${ApplicationSupport}/HandBrake</string> + </array> +</dict> +</plist> |