tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / setup_native / source / mac / Info.plist.langpack
blob2847040e3bbc94c9c4772659b3ba763f2c3e7ea3
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 * This file is part of the LibreOffice project.
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 * This file incorporates work covered by the following license notice:
12 * Licensed to the Apache Software Foundation (ASF) under one or more
13 * contributor license agreements. See the NOTICE file distributed
14 * with this work for additional information regarding copyright
15 * ownership. The ASF licenses this file to you under the Apache
16 * License, Version 2.0 (the "License"); you may not use this file
17 * except in compliance with the License. You may obtain a copy of
18 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 -->
20 <plist version="1.0">
21 <dict>
22 <key>CFBundleDevelopmentRegion</key>
23 <string>English</string>
24 <!-- UTI declarations for macOS >= 10.4 -->
25 <key>UTExportedTypeDeclarations</key>
27 <key>UTImportedTypeDeclarations</key>
29 <key>CFBundleExecutable</key>
30 <string>[FULLAPPPRODUCTNAME]</string>
31 <key>CFBundleGetInfoString</key>
32 <string>[FULLAPPPRODUCTNAME]</string>
33 <key>CFBundleIconFile</key>
34 <string>ooo3_installer.icns</string>
35 <key>CFBundleShortVersionString</key>
36 <string>9</string>
37 <key>CFBundleIdentifier</key>
38 <string>[BUNDLEIDENTIFIER].langpack</string>
39 <key>CFBundleInfoDictionaryVersion</key>
40 <string>6.0</string>
41 <key>CFBundleName</key>
42 <string>[FULLAPPPRODUCTNAME]</string>
43 <key>CFBundlePackageType</key>
44 <string>APPL</string>
45 <key>CFBundleSignature</key>
46 <string>OOo3</string>
47 <key>LSRequiresCarbon</key>
48 <string>1</string>
49 <key>NSPrincipalClass</key>
50 <string>VCL_NSApplication</string>
51 </dict>
52 </plist>