Gimp/build/macos/Info.plist
Bruno Lopes e8987fc26b gitlab-ci, build/macos: Bump Orka image to macOS 26
This is needed to generate Liquid Glass icons (#15023) and
was made possible thanks to Infrastructure/Infrastructure#2159
2026-03-08 10:44:56 -03:00

70 lines
2.2 KiB
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>gimp%MUTEX_SUFFIX%</string>
<key>CFBundleIconFile</key>
<string>AppIcon.icns</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>%BUNDLE_IDENTIFIER%</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>%BUNDLE_NAME%</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleShortVersionString</key>
<string>%GIMP_VERSION%</string>
<key>CFBundleSignature</key>
<string>GIMP</string>
<key>CFBundleVersion</key>
<string>%GIMP_VERSION%</string>
<key>NSHumanReadableCopyright</key>
<string>© The GIMP Team</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.photography</string>
<!--keep LSMinimumSystemVersion consistent with devel-docs/os-support.txt-->
<key>LSMinimumSystemVersion</key>
<string>11.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<key>NLSRequiresNativeExecution</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xcf</string>
<string>XCF</string>
</array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>image/x-xcf</string>
</array>
<key>CFBundleTypeIconFiles</key>
<array>
<string>fileicon-xcf.icns</string>
</array>
<key>CFBundleTypeName</key>
<string>eXperimental Computing Facility file</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Default</string>
</dict>
%FILE_TYPES%
</array>
</dict>
</plist>