summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-pbuilder/Info.plist.app
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-10-12 14:13:21 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-18 23:13:29 +0100
commita0af6c8e4ac3bc45992bebe5ffe5b2daf363d862 (patch)
tree720fdf1ae9c009fac634877911cd31c445f14b32 /mkspecs/macx-pbuilder/Info.plist.app
parent7456562e7f647e7cb2c854c4272c5599b26dbd37 (diff)
Remove obsolete Mac mkspecs.
Project Builder was replaced with Xcode in Mac OS 10.3. The xlc compiler is not in use on OS X any more. Change-Id: Ie9150243cf5594a70f692a6841ee8221a2fa9ddb Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'mkspecs/macx-pbuilder/Info.plist.app')
-rwxr-xr-xmkspecs/macx-pbuilder/Info.plist.app22
1 files changed, 0 insertions, 22 deletions
diff --git a/mkspecs/macx-pbuilder/Info.plist.app b/mkspecs/macx-pbuilder/Info.plist.app
deleted file mode 100755
index b822c2851f..0000000000
--- a/mkspecs/macx-pbuilder/Info.plist.app
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
-<dict>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>CFBundleIconFile</key>
- <string>@ICON@</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleGetInfoString</key>
- <string>Created by Qt/QMake</string>
- <key>CFBundleSignature</key>
- <string>@TYPEINFO@</string>
- <key>CFBundleExecutable</key>
- <string>@EXECUTABLE@</string>
- <key>CFBundleIdentifier</key>
- <string>com.yourcompany.@EXECUTABLE@</string>
- <key>NOTE</key>
- <string>This file was generated by Qt/QMake.</string>
-</dict>
-</plist>