Files @ e53fa6e66029
Branch filter:

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

Jason Maltzen
Add a button for marking a reaction as 'no reaction'
<?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>