<?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>
	<!-- If you change anything in this file, please change QtClient/Mac/InstallerSupport_mac.cpp as well -->
	<key>KeepAlive</key>
	<true/>

	<key>Label</key>
	<string>com.filewave.fwGUI</string>

	<key>LowPriorityIO</key>
	<true/>

	<key>Nice</key>
	<integer>20</integer>

	<key>EnvironmentVariables</key>
	<dict>
		<key>QT_MAC_DISABLE_FOREGROUND_APPLICATION_TRANSFORM</key>
		<string>1</string>
	</dict>

	<key>ProgramArguments</key>
	<array>
		<string>/usr/local/sbin/FileWave.app/Contents/Resources/fwGUI.app/Contents/MacOS/fwGUI</string>
	</array>

	<key>RunAtLoad</key>
	<true/>

	<key>LimitLoadToSessionType</key>
	<array>
		<string>LoginWindow</string>
		<string>Aqua</string>
	</array>

</dict>
</plist>
