xref: /trunk/main/setup_native/source/mac/Info.plist.langpack (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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    <!-- UTI declarations for OS X >= 10.4  -->
8    <key>UTExportedTypeDeclarations</key>
9
10    <key>UTImportedTypeDeclarations</key>
11
12    <key>CFBundleExecutable</key>
13    <string>[FULLAPPPRODUCTNAME]</string>
14    <key>CFBundleGetInfoString</key>
15    <string>[FULLAPPPRODUCTNAME]</string>
16    <key>CFBundleIconFile</key>
17    <string>ooo3_installer.icns</string>
18    <key>CFBundleShortVersionString</key>
19    <string>9</string>
20    <key>CFBundleIdentifier</key>
21    <string>org.openoffice.script</string>
22    <key>CFBundleInfoDictionaryVersion</key>
23    <string>6.0</string>
24    <key>CFBundleName</key>
25    <string>[FULLAPPPRODUCTNAME]</string>
26    <key>CFBundlePackageType</key>
27    <string>APPL</string>
28    <key>CFBundleSignature</key>
29    <string>OOo3</string>
30    <key>LSRequiresCarbon</key>
31    <string>1</string>
32    <key>NSPrincipalClass</key>
33    <string>VCL_NSApplication</string>
34</dict>
35</plist>
36
37