Core/Resources/GrowlHelperApp-Info.plist
author Peter Hosey <hg@boredzo.org>
Sat Jul 04 06:25:56 2009 -0700 (2009-07-04)
changeset 4232 89fe0aa56dd8
parent 4231 0b99b7b82529
child 4234 200f18cd7a9a
permissions -rw-r--r--
Update LSMinimumSystemVersion. GrowlHelperApp requires 10.4 now.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     3 <plist version="1.0">
     4 <dict>
     5 	<key>CFBundleDevelopmentRegion</key>
     6 	<string>English</string>
     7 	<key>CFBundleDocumentTypes</key>
     8 	<array>
     9 		<dict>
    10 			<key>CFBundleTypeExtensions</key>
    11 			<array>
    12 				<string>growlTicket</string>
    13 			</array>
    14 			<key>CFBundleTypeIconFile</key>
    15 			<string>growl-icon</string>
    16 			<key>CFBundleTypeName</key>
    17 			<string>Growl Application Ticket</string>
    18 			<key>CFBundleTypeRole</key>
    19 			<string>None</string>
    20 		</dict>
    21 		<dict>
    22 			<key>CFBundleTypeExtensions</key>
    23 			<array>
    24 				<string>growlView</string>
    25 			</array>
    26 			<key>CFBundleTypeIconFile</key>
    27 			<string>growl-icon</string>
    28 			<key>CFBundleTypeName</key>
    29 			<string>Growl Display Plugin</string>
    30 			<key>CFBundleTypeOSTypes</key>
    31 			<array>
    32 				<string>DISP</string>
    33 			</array>
    34 			<key>CFBundleTypeRole</key>
    35 			<string>Viewer</string>
    36 			<key>LSTypeIsPackage</key>
    37 			<true/>
    38 		</dict>
    39 		<dict>
    40 			<key>CFBundleTypeExtensions</key>
    41 			<array>
    42 				<string>growlStyle</string>
    43 			</array>
    44 			<key>CFBundleTypeIconFile</key>
    45 			<string>growl-icon</string>
    46 			<key>CFBundleTypeName</key>
    47 			<string>Growl WebKit Style</string>
    48 			<key>CFBundleTypeOSTypes</key>
    49 			<array>
    50 				<string>GWKS</string>
    51 			</array>
    52 			<key>CFBundleTypeRole</key>
    53 			<string>Viewer</string>
    54 			<key>LSTypeIsPackage</key>
    55 			<true/>
    56 		</dict>
    57 	</array>
    58 	<key>CFBundleExecutable</key>
    59 	<string>GrowlHelperApp</string>
    60 	<key>CFBundleGetInfoString</key>
    61 	<string></string>
    62 	<key>CFBundleIconFile</key>
    63 	<string>growl-icon</string>
    64 	<key>CFBundleIdentifier</key>
    65 	<string>com.Growl.GrowlHelperApp</string>
    66 	<key>CFBundleInfoDictionaryVersion</key>
    67 	<string>6.0</string>
    68 	<key>CFBundlePackageType</key>
    69 	<string>APPL</string>
    70 	<key>CFBundleShortVersionString</key>
    71 	<string>1.1.6b1</string>
    72 	<key>CFBundleSignature</key>
    73 	<string>GRRR</string>
    74 	<key>CFBundleVersion</key>
    75 	<string>1.1.6b1</string>
    76 	<key>LSMinimumSystemVersion</key>
    77 	<string>10.4.0</string>
    78 	<key>LSUIElement</key>
    79 	<integer>1</integer>
    80 	<key>NSAppleScriptEnabled</key>
    81 	<string>YES</string>
    82 	<key>NSMainNibFile</key>
    83 	<string>MainMenu</string>
    84 	<key>NSPrincipalClass</key>
    85 	<string>GrowlApplication</string>
    86 	<key>UTExportedTypeDeclarations</key>
    87 	<array>
    88 		<dict>
    89 			<key>UTTypeConformsTo</key>
    90 			<array>
    91 				<string>public.data</string>
    92 			</array>
    93 			<key>UTTypeDescription</key>
    94 			<string>Growl Application Ticket</string>
    95 			<key>UTTypeIdentifier</key>
    96 			<string>com.growl.ticket</string>
    97 			<key>UTTypeReferenceURL</key>
    98 			<string>http://growl.info</string>
    99 			<key>UTTypeTagSpecification</key>
   100 			<dict>
   101 				<key>public.filename-extension</key>
   102 				<array>
   103 					<string>growlTicket</string>
   104 				</array>
   105 			</dict>
   106 		</dict>
   107 	</array>
   108 </dict>
   109 </plist>