diff options
author | comex | 2015-07-13 14:53:46 -0400 |
---|---|---|
committer | comex | 2015-07-13 14:53:46 -0400 |
commit | ddedbe0891c756e7fc60a02a94eae6e8e72e24b3 (patch) | |
tree | 28904ed746496295038a177d1d3e52758468a49e | |
parent | sort of works, but marking it as setup is causing problems - probably better ... (diff) | |
download | substitute-ddedbe0891c756e7fc60a02a94eae6e8e72e24b3.tar.gz |
...this should have been committed
-rw-r--r-- | darwin-bootstrap/safemode-ui-hook.plist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/darwin-bootstrap/safemode-ui-hook.plist b/darwin-bootstrap/safemode-ui-hook.plist new file mode 100644 index 0000000..3a0e3a6 --- /dev/null +++ b/darwin-bootstrap/safemode-ui-hook.plist @@ -0,0 +1,15 @@ +<plist> +<dict> + <key>Filter</key> + <dict> + <key>Executables</key> + <array> + <string>/System/Library/CoreServices/SpringBoard.app/SpringBoard</string> + </array> + <!-- + <key>SafeMode</key> + <true/> + --> + </dict> +</dict> +</plist> |