Files @ 4a851acc4491
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/mac/Info.plist

Jason Maltzen
Fixed finding the paint bench interface with UI updates adding more shading along the borders of the color bars. Need to verify bar widths on larger interface settings, as the change to Falcon's Bait may make them wider. Also should speed up finding the paint bench, since it no longer searches every pixel on the screen one at a time until it finds the interface.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>launcher.sh</string>
	<key>CFBundleIconFile</key>
	<string>DesertPaintLab.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.malkyne.desert-paint-lab</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Desert Paint Lab</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.7.4</string>
	<key>CFBundleSignature</key>
	<string>xmmd</string>
	<key>CFBundleVersion</key>
	<string>1.7.4</string>
	<key>NSAppleScriptEnabled</key>
	<string>NO</string>
</dict>
</plist>