<?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>Label</key>
	<string>com.paceap.eden.licensed</string>
	<key>KeepAlive</key>
	<true/>
	<key>RunAtLoad</key>
	<true/>
	<key>ProgramArguments</key>
	<array>
		<string>/Library/PrivilegedHelperTools/licenseDaemon.app/Contents/MacOS/licenseDaemon</string>
		<string>--launchd</string>
		<string>--backurl</string>
		<string>https://activation.paceap.com/InitiateActivation</string>
	</array>
	<key>Sockets</key>
	<dict>
		<key>Authorization</key>
		<dict>
			<key>SockFamily</key>
			<string>Unix</string>
			<key>SockType</key>
			<string>Stream</string>
			<key>SockPathName</key>
			<string>/var/tmp/com.paceap.eden.licensed/authorization</string>
		</dict>
		<key>Activation</key>
		<dict>
			<key>SockFamily</key>
			<string>Unix</string>
			<key>SockType</key>
			<string>Stream</string>
			<key>SockPathName</key>
			<string>/var/tmp/com.paceap.eden.licensed/activationfrontend</string>
		</dict>
	</dict>
	<key>MachServices</key>
	<dict>
		<key>com.paceap.eden.licensed.xpc</key>
		<true/>
	</dict>
	<key>AssociatedBundleIdentifiers</key>
	<string>com.paceap.eden.iLokLicenseManager</string>
</dict>
</plist>
