Release/Uninstall GrowlMail.app/Contents/Info.plist
author Peter Hosey <hg@boredzo.org>
Fri Sep 11 10:50:56 2009 -0700 (2009-09-11)
changeset 4394 6e6d39bbec43
permissions -rw-r--r--
Added an uninstaller for GrowlMail, based off of the one for Growl.
hg@4394
     1
<?xml version="1.0" encoding="UTF-8"?>
hg@4394
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
hg@4394
     3
<plist version="1.0">
hg@4394
     4
<dict>
hg@4394
     5
	<key>CFBundleAllowMixedLocalizations</key>
hg@4394
     6
	<true/>
hg@4394
     7
	<key>CFBundleDevelopmentRegion</key>
hg@4394
     8
	<string>English</string>
hg@4394
     9
	<key>CFBundleExecutable</key>
hg@4394
    10
	<string>applet</string>
hg@4394
    11
	<key>CFBundleIconFile</key>
hg@4394
    12
	<string>applet</string>
hg@4394
    13
	<key>CFBundleInfoDictionaryVersion</key>
hg@4394
    14
	<string>6.0</string>
hg@4394
    15
	<key>CFBundleName</key>
hg@4394
    16
	<string>Uninstall GrowlMail</string>
hg@4394
    17
	<key>CFBundlePackageType</key>
hg@4394
    18
	<string>APPL</string>
hg@4394
    19
	<key>CFBundleSignature</key>
hg@4394
    20
	<string>aplt</string>
hg@4394
    21
	<key>LSMinimumSystemVersionByArchitecture</key>
hg@4394
    22
	<dict>
hg@4394
    23
		<key>x86_64</key>
hg@4394
    24
		<string>10.6</string>
hg@4394
    25
	</dict>
hg@4394
    26
	<key>LSRequiresCarbon</key>
hg@4394
    27
	<true/>
hg@4394
    28
	<key>WindowState</key>
hg@4394
    29
	<dict>
hg@4394
    30
		<key>dividerCollapsed</key>
hg@4394
    31
		<false/>
hg@4394
    32
		<key>eventLogLevel</key>
hg@4394
    33
		<integer>-1</integer>
hg@4394
    34
		<key>name</key>
hg@4394
    35
		<string>ScriptWindowState</string>
hg@4394
    36
		<key>positionOfDivider</key>
hg@4394
    37
		<real>308</real>
hg@4394
    38
		<key>savedFrame</key>
hg@4394
    39
		<string>360 508 644 494 0 0 1280 1002 </string>
hg@4394
    40
		<key>selectedTabView</key>
hg@4394
    41
		<string>event log</string>
hg@4394
    42
	</dict>
hg@4394
    43
</dict>
hg@4394
    44
</plist>