diff options
Diffstat (limited to '')
-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> + |