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">
330cfceefSAndrew Rist<!--***********************************************************
430cfceefSAndrew Rist *
530cfceefSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
630cfceefSAndrew Rist * or more contributor license agreements.  See the NOTICE file
730cfceefSAndrew Rist * distributed with this work for additional information
830cfceefSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
930cfceefSAndrew Rist * to you under the Apache License, Version 2.0 (the
1030cfceefSAndrew Rist * "License"); you may not use this file except in compliance
1130cfceefSAndrew Rist * with the License.  You may obtain a copy of the License at
1230cfceefSAndrew Rist *
1330cfceefSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1430cfceefSAndrew Rist *
1530cfceefSAndrew Rist * Unless required by applicable law or agreed to in writing,
1630cfceefSAndrew Rist * software distributed under the License is distributed on an
1730cfceefSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1830cfceefSAndrew Rist * KIND, either express or implied.  See the License for the
1930cfceefSAndrew Rist * specific language governing permissions and limitations
2030cfceefSAndrew Rist * under the License.
2130cfceefSAndrew Rist *
2230cfceefSAndrew Rist ***********************************************************-->
23cdf0e10cSrcweir<plist version="1.0">
24cdf0e10cSrcweir<dict>
25*ec4d4524SHerbert Dürr	<key>LSMinimumSystemVersion</key>
26*ec4d4524SHerbert Dürr	<string>10.7.0</string>
27cdf0e10cSrcweir	<key>CFBundleDevelopmentRegion</key>
28cdf0e10cSrcweir	<string>English</string>
29cdf0e10cSrcweir	<!-- UTI declarations for OS X >= 10.4	-->
30cdf0e10cSrcweir	<key>UTExportedTypeDeclarations</key>
31cdf0e10cSrcweir
32cdf0e10cSrcweir	<key>UTImportedTypeDeclarations</key>
33cdf0e10cSrcweir
34cdf0e10cSrcweir	<key>CFBundleExecutable</key>
35cdf0e10cSrcweir	<string>[FULLAPPPRODUCTNAME]</string>
36cdf0e10cSrcweir	<key>CFBundleGetInfoString</key>
37cdf0e10cSrcweir	<string>[FULLAPPPRODUCTNAME]</string>
38cdf0e10cSrcweir	<key>CFBundleIconFile</key>
39cdf0e10cSrcweir	<string>ooo3_installer.icns</string>
40cdf0e10cSrcweir	<key>CFBundleShortVersionString</key>
41cdf0e10cSrcweir	<string>9</string>
42cdf0e10cSrcweir	<key>CFBundleIdentifier</key>
43cdf0e10cSrcweir	<string>org.openoffice.script</string>
44cdf0e10cSrcweir	<key>CFBundleInfoDictionaryVersion</key>
45cdf0e10cSrcweir	<string>6.0</string>
46cdf0e10cSrcweir	<key>CFBundleName</key>
47cdf0e10cSrcweir	<string>[FULLAPPPRODUCTNAME]</string>
48cdf0e10cSrcweir	<key>CFBundlePackageType</key>
49cdf0e10cSrcweir	<string>APPL</string>
50cdf0e10cSrcweir	<key>CFBundleSignature</key>
51cdf0e10cSrcweir	<string>OOo3</string>
52cdf0e10cSrcweir	<key>LSRequiresCarbon</key>
53cdf0e10cSrcweir	<string>1</string>
54cdf0e10cSrcweir	<key>NSPrincipalClass</key>
55cdf0e10cSrcweir	<string>VCL_NSApplication</string>
56cdf0e10cSrcweir</dict>
57cdf0e10cSrcweir</plist>
58cdf0e10cSrcweir
59