xref: /AOO41X/main/setup_native/source/mac/Info.plist.langpack (revision 41919c97b323a66d7e3a6686c38c568ed6a52cd0)
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<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23<plist version="1.0">
24<dict>
25    <key>LSMinimumSystemVersion</key>
26    <string>10.7.0</string>
27    <key>CFBundleDevelopmentRegion</key>
28    <string>English</string>
29    <!-- UTI declarations for OS X >= 10.4  -->
30    <key>UTExportedTypeDeclarations</key>
31
32    <key>UTImportedTypeDeclarations</key>
33
34    <key>CFBundleExecutable</key>
35    <string>[FULLAPPPRODUCTNAME]</string>
36    <key>CFBundleGetInfoString</key>
37    <string>[FULLAPPPRODUCTNAME]</string>
38    <key>CFBundleIconFile</key>
39    <string>ooo3_installer.icns</string>
40    <key>CFBundleShortVersionString</key>
41    <string>9</string>
42    <key>CFBundleIdentifier</key>
43    <string>org.openoffice.script</string>
44    <key>CFBundleInfoDictionaryVersion</key>
45    <string>6.0</string>
46    <key>CFBundleName</key>
47    <string>[FULLAPPPRODUCTNAME]</string>
48    <key>CFBundlePackageType</key>
49    <string>APPL</string>
50    <key>CFBundleSignature</key>
51    <string>OOo3</string>
52    <key>LSRequiresCarbon</key>
53    <string>1</string>
54    <key>NSPrincipalClass</key>
55    <string>VCL_NSApplication</string>
56</dict>
57</plist>
58
59