<?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>items</key>
	<array>
		<dict>
			<key>cell</key>
			<string>PSGroupCell</string>
			<key>label</key>
			<string>Options</string>
			<key>footerText</key>
			<string>Delay is used whenever notifications are disabled to adjust when the sound should play after the current notification</string>
		</dict>

		<dict>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>label</key>
			<string>Enabled</string>
			<key>key</key>
			<string>kEnabled</string>
			<key>default</key>
			<true/>
			<key>defaults</key>
			<string>com.wrp1002.notiflives</string>
			<key>PostNotification</key>
			<string>com.wrp1002.notiflives/ReloadPrefs</string>
		</dict>

		<dict>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>label</key>
			<string>Show Notifications</string>
			<key>key</key>
			<string>kNotifications</string>
			<key>default</key>
			<true/>
			<key>defaults</key>
			<string>com.wrp1002.notiflives</string>
			<key>PostNotification</key>
			<string>com.wrp1002.notiflives/ReloadPrefs</string>
		</dict>

		<dict>
			<key>cell</key>
			<string>PSSwitchCell</string>
			<key>label</key>
			<string>Max Notifications</string>
			<key>key</key>
			<string>kMaxCount</string>
			<key>default</key>
			<true/>
			<key>defaults</key>
			<string>com.wrp1002.notiflives</string>
			<key>PostNotification</key>
			<string>com.wrp1002.notiflives/ReloadPrefs</string>
		</dict>

		<dict>
			<key>cell</key>
			<string>PSSliderCell</string>
			<key>key</key>
			<string>kMaxCount</string>
			<key>min</key>
			<integer>10</integer>
			<key>max</key>
			<integer>100</integer>
			<key>showValue</key>
			<true/>
			<key>isSegmented</key>
			<true/>
			<key>segmentCount</key>
			<integer>10</integer>
			<key>default</key>
			<integer>100</integer>
			<key>defaults</key>
			<string>com.wrp1002.notiflives</string>
			<key>PostNotification</key>
			<string>com.wrp1002.notiflives/ReloadPrefs</string>
		</dict>

		<dict>
			<key>cell</key>
			<string>PSSliderCell</string>
			<key>key</key>
			<string>kDelay</string>
			<key>max</key>
			<real>5.0</real>
			<key>showValue</key>
			<true/>
			<key>isSegmented</key>
			<false/>
			<key>default</key>
			<real>1.0</real>
			<key>defaults</key>
			<string>com.wrp1002.notiflives</string>
			<key>PostNotification</key>
			<string>com.wrp1002.notiflives/ReloadPrefs</string>
		</dict>


	</array>

	<key>title</key>
	<string>NotifLives</string>
</dict>
</plist>
