Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

60 Options

DrTeej edited this page Nov 6, 2017 · 9 revisions

Options

Continue Action (1.1+)

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

Example for Continue Action: (from io.fti.SplashBuddy.plist)

    <dict>
	<key>assetPath</key>
	<string>/Library/Application Support/SplashBuddy</string>
	<key>continueAction</key>
	<string>Restart</string>
	<key>applicationsArray</key>
	<array>

Hide Sidebar (1.1+)

You can hide the sidebar by setting hideSidebar to true

Hide Background (1.1+)

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
Clone this wiki locally