Warning, /graphics/digikam/core/cmake/templates/DigikamInfo.plist.cmake.in is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"> 0003 <plist version="1.0"> 0004 <dict> 0005 <key>NSPrincipalClass</key> 0006 <string>NSApplication</string> 0007 <key>CFBundleDevelopmentRegion</key> 0008 <string>English</string> 0009 <key>CFBundleExecutable</key> 0010 <string>${BUNDLE_APP_NAME_STRING}</string> 0011 <key>CFBundleGetInfoString</key> 0012 <string>${BUNDLE_APP_DESCRIPTION_STRING}</string> 0013 <key>CFBundleIconFile</key> 0014 <string>${BUNDLE_APP_NAME_STRING}_SRCS.icns</string> 0015 <key>CFBundleIdentifier</key> 0016 <string>org.digiKam</string> 0017 <key>CFBundleInfoDictionaryVersion</key> 0018 <string>6.0</string> 0019 <key>CFBundleLongVersionString</key> 0020 <string>${BUNDLE_LONG_VERSION_STRING}</string> 0021 <key>CFBundleName</key> 0022 <string>${BUNDLE_APP_NAME_STRING}</string> 0023 <key>CFBundlePackageType</key> 0024 <string>APPL</string> 0025 <key>CFBundleShortVersionString</key> 0026 <string>${BUNDLE_SHORT_VERSION_STRING}</string> 0027 <key>CFBundleSignature</key> 0028 <string>DGKM</string> 0029 <key>CFBundleVersion</key> 0030 <string>${BUNDLE_VERSION_STRING}</string> 0031 <key>CSResourcesFileMapped</key> 0032 <true/> 0033 <key>LSRequiresCarbon</key> 0034 <true/> 0035 <key>LSMinimumSystemVersion</key> 0036 <string>10.15.0</string> 0037 <key>LSApplicationCategoryType</key> 0038 <string>public.app-category.photography</string> 0039 <key>NSHumanReadableCopyright</key> 0040 <string>${BUNDLE_LEGAL_COPYRIGHT_STRING}</string> 0041 <key>LSExecutableArchitectures</key> 0042 <array> 0043 <string>x86_64</string> 0044 </array> 0045 <key>LSEnvironment</key> 0046 <dict> 0047 <key>RasterOff</key> 0048 <string>yes</string> 0049 </dict> 0050 </dict> 0051 </plist>