This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
60 Options
DrTeej edited this page Nov 6, 2017
·
9 revisions
The continue action will be added to the configuration plist for SplashBuddy. One of these items will be placed above the <applicationArray>
(see the example below.)
Restart
Shutdown
Logout
- Launch Application by setting a path, for example
/Applications/Enterprise Connect.app
Hidden
Quit
<dict>
<key>assetPath</key>
<string>/Library/Application Support/SplashBuddy</string>
<key>continueAction</key>
<string>Restart</string>
<key>applicationsArray</key>
<array>
You can hide the sidebar by setting hideSidebar
to true
For debug purposes, you can hide the background by setting hideBackground
to true.
You set it in the plist
or use use it as a flag while launching the app:
SplashBuddy.app/Contents/MacOS/SplashBuddy -hideBackground true
## Other Options
- Quit SplashBuddy and set
.SplashBuddyDone
by using CMD+ALT+CTRL+Q
If you can, please contribute.
You can also freely edit the wiki, every little bit helps!
Thank you 🌈