Warning, /rolisteam/rolisteam/resources/install/macos/MacOSBundleInfo.plist.in is written in an unsupported language. File is not indexed.

0001 <!--
0002 SPDX-FileCopyrightText: 2022-2023 Renaud Guezennec <renaud@rolisteam.org>
0003 
0004 SPDX-License-Identifier: GPL-3.0-or-later
0005 -->
0006 
0007 <?xml version="1.0" encoding="UTF-8"?>
0008 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0009 <plist version="1.0">
0010 <dict>
0011     <key>NSPrincipalClass</key>
0012     <string>NSApplication</string>
0013     <key>NSHighResolutionCapable</key>
0014     <string>True</string>
0015     <key>CFBundleDevelopmentRegion</key>
0016     <string>English</string>
0017     <key>CFBundleInfoDictionaryVersion</key>
0018     <string>6.0</string>
0019     <key>CFBundleIconFile</key>
0020     <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0021     <key>CFBundlePackageType</key>
0022     <string>APPL</string>
0023     <key>CFBundleSignature</key>
0024     <string>????</string>
0025     <key>CFBundleExecutable</key>
0026     <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
0027     <key>CFBundleIdentifier</key>
0028     <string>org.rolisteam.www</string>
0029     <key>CFBundleShortVersionString</key>
0030     <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
0031     <key>CFBundleVersion</key>
0032     <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
0033     <key>CFBundleGetInfoString</key>
0034     <string>${MACOSX_BUNDLE_INFO_STRING}</string>
0035     <key>CFBundleName</key>
0036     <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
0037     <key>NSHumanReadableCopyright</key>
0038     <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
0039     <key>CFBundleDocumentTypes</key>
0040     <array>
0041         <dict>
0042             <key>LSItemContentTypes</key>
0043             <array>
0044                 <string>public.text</string>
0045                 <string>public.plain-text</string>
0046                 <string>public.markdown</string>
0047             </array>
0048             <key>CFBundleTypeName</key>
0049             <string>NSStringPboardType</string>
0050             <key>CFBundleTypeRole</key>
0051             <string>Editor</string>
0052             <key>CFBundleTypeExtensions</key>
0053             <array>
0054                 <string>md</string>
0055                 <string>vmap</string>
0056                 <string>rmap</string>
0057                 <string>rcs</string>
0058                 <string>html</string>
0059                 <string>txt</string>
0060                 <string>jpg</string>
0061                 <string>png</string>
0062             </array>
0063             <key>CFBundleTypeMIMETypes</key>
0064             <array>
0065                 <string>text/x-markdown</string>
0066                 <string>text/markdown</string>
0067             </array>
0068             <key>CFBundleTypeIconFile</key>
0069             <string>txt.icns</string>
0070         </dict>
0071     </array>
0072 </dict>
0073 </plist>
0074