"Fossies" - the Fresh Open Source Software archive 
Member "darktable-1.2/cmake/macosx/Info.plist.in" of archive darktable-1.2.tar.gz:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>darktable</string>
<key>CFBundleIconFile</key>
<string>darktable.icns</string>
<key>CFBundleIdentifier</key>
<string>net.sourceforge.darktable</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PROJECT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${PROJECT_VERSION}</string>
<key>CFBundleSignature</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>${PROJECT_VERSION}</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
</dict>
</plist>