1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*cdf0e10cSrcweir<plist version="1.0">
4*cdf0e10cSrcweir<dict>
5*cdf0e10cSrcweir	<key>CFBundleDevelopmentRegion</key>
6*cdf0e10cSrcweir	<string>English</string>
7*cdf0e10cSrcweir	<!-- UTI declarations for OS X >= 10.4	-->
8*cdf0e10cSrcweir	<key>UTExportedTypeDeclarations</key>
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir	<key>UTImportedTypeDeclarations</key>
11*cdf0e10cSrcweir
12*cdf0e10cSrcweir	<key>CFBundleExecutable</key>
13*cdf0e10cSrcweir	<string>[FULLAPPPRODUCTNAME]</string>
14*cdf0e10cSrcweir	<key>CFBundleGetInfoString</key>
15*cdf0e10cSrcweir	<string>[FULLAPPPRODUCTNAME]</string>
16*cdf0e10cSrcweir	<key>CFBundleIconFile</key>
17*cdf0e10cSrcweir	<string>ooo3_installer.icns</string>
18*cdf0e10cSrcweir	<key>CFBundleShortVersionString</key>
19*cdf0e10cSrcweir	<string>9</string>
20*cdf0e10cSrcweir	<key>CFBundleIdentifier</key>
21*cdf0e10cSrcweir	<string>org.openoffice.script</string>
22*cdf0e10cSrcweir	<key>CFBundleInfoDictionaryVersion</key>
23*cdf0e10cSrcweir	<string>6.0</string>
24*cdf0e10cSrcweir	<key>CFBundleName</key>
25*cdf0e10cSrcweir	<string>[FULLAPPPRODUCTNAME]</string>
26*cdf0e10cSrcweir	<key>CFBundlePackageType</key>
27*cdf0e10cSrcweir	<string>APPL</string>
28*cdf0e10cSrcweir	<key>CFBundleSignature</key>
29*cdf0e10cSrcweir	<string>OOo3</string>
30*cdf0e10cSrcweir	<key>LSRequiresCarbon</key>
31*cdf0e10cSrcweir	<string>1</string>
32*cdf0e10cSrcweir	<key>NSPrincipalClass</key>
33*cdf0e10cSrcweir	<string>VCL_NSApplication</string>
34*cdf0e10cSrcweir</dict>
35*cdf0e10cSrcweir</plist>
36*cdf0e10cSrcweir
37