cmake: Modernize (and fix) deployment on macOS
[quassel.git] / scripts / build / Info.plist
diff --git a/scripts/build/Info.plist b/scripts/build/Info.plist
deleted file mode 100644 (file)
index c773a3f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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>English</string>
-       <key>CFBundleExecutable</key>
-       <string>%(BUNDLE_NAME)s</string>
-       <key>CFBundleGetInfoString</key>
-       <string>Quassel IRC Client</string>
-       <key>CFBundleIconFile</key>
-       <string>%(ICON_FILE)s</string>
-       <key>CFBundleIdentifier</key>
-       <string>org.quassel-irc.client</string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundleName</key>
-       <string>Quassel IRC Client</string>
-       <key>CFBundlePackageType</key>
-       <string>APPL</string>
-       <key>CFBundleShortVersionString</key>
-       <string>%(BUNDLE_VERSION)s</string>
-       <key>CFBundleSignature</key>
-       <string>????</string>
-       <key>CFBundleVersion</key>
-       <string>%(BUNDLE_VERSION)s</string>
-       <key>LSRequiresCarbon</key>
-       <true/>
-       <key>NSPrincipalClass</key>
-       <string>NSApplication</string>
-       <key>NSHighResolutionCapable</key>
-       <true/>
-       <key>NSHumanReadableCopyright</key>
-       <string>© 2005-2020, Quassel IRC Team</string>
-       <key>NSSupportsAutomaticGraphicsSwitching</key>
-       <true/>
-       <key>LSMinimumSystemVersion</key>
-       <string>%(QT_MACOSX_DEPLOYMENT_TARGET)s</string>
-</dict>
-</plist>