AusweisApp2/resources/packaging/macos/Info.plist

44 lines
1.3 KiB
Plaintext

<?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>LSEnvironment</key>
<dict>
<key>QT_MAC_DISABLE_FOREGROUND_APPLICATION_TRANSFORM</key>
<string>true</string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>de_DE</string>
<key>CFBundleDisplayName</key>
<string>@CPACK_BUNDLE_NAME@</string>
<key>CFBundleExecutable</key>
<string>@CPACK_BUNDLE_NAME@</string>
<key>CFBundleIconFile</key>
<string>@CPACK_BUNDLE_NAME@.icns</string>
<key>CFBundleIdentifier</key>
<string>com.governikus.@CPACK_BUNDLE_NAME@</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>@CPACK_BUNDLE_NAME@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>@PROJECT_VERSION@</string>
<key>CFBundleShortVersionString</key>
<string>@PROJECT_VERSION@</string>
<key>CFBundleSignature</key>
<string>aaii</string>
<key>NSHumanReadableCopyright</key>
<string>@CPACK_BUNDLE_COPYRIGHT@</string>
<key>LSBackgroundOnly</key>
<string>0</string>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>