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