cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / scripts / build / Info.plist
diff --git a/scripts/build/Info.plist b/scripts/build/Info.plist
deleted file mode 100644 (file)
index fbc7ac1..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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>%(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>CSResourcesFileMapped</key>
-       <true/> -->
-  <key>LSRequiresCarbon</key>
-  <true/>
-  <key>NSHumanReadableCopyright</key>
-  <string>© 2005-08, Quassel IRC Team</string>
-</dict>
-</plist>