diff options
author | comex | 2015-02-28 21:23:36 -0500 |
---|---|---|
committer | comex | 2015-02-28 21:23:36 -0500 |
commit | 3295b45d5fc2a1288aeca7e744d7bc003fa7a5a1 (patch) | |
tree | 8b03bfff67d8dc7664391451a8874fe0cb004900 /darwin-bootstrap/com.ex.substituted.plist | |
parent | Add substituted and fix things up to use it. Still untested. (diff) | |
download | substitute-3295b45d5fc2a1288aeca7e744d7bc003fa7a5a1.tar.gz |
add substituted launchd plist; move helpers to separate directory
Diffstat (limited to 'darwin-bootstrap/com.ex.substituted.plist')
-rw-r--r-- | darwin-bootstrap/com.ex.substituted.plist | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/darwin-bootstrap/com.ex.substituted.plist b/darwin-bootstrap/com.ex.substituted.plist new file mode 100644 index 0000000..4f30051 --- /dev/null +++ b/darwin-bootstrap/com.ex.substituted.plist @@ -0,0 +1,18 @@ +<?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>ProcessType</key> + <string>Interactive</string> + <key>MachServices</key> + <dict> + <key>com.ex.substituted</key> + <true/> + </dict> + <key>Label</key> + <string>com.ex.substituted</string> + <key>Program</key> + <string>/Library/Substitute/Helpers/substituted</string> +</dict> +</plist> + |