summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-xcode/Info.plist.lib
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-07-08 14:11:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-15 12:39:58 +0200
commit02a2c91e24462df6cf6a8521c9af77421544d7b6 (patch)
tree549b556ea8f97c761aa9b00fd9a0b970032cabea /mkspecs/macx-xcode/Info.plist.lib
parentb460decdfab02c7d57bb673e583185d52cfc464f (diff)
macx-xcode: Use Info.plist templates from original makespec
Change-Id: I178f1ce7cea1228d3d38b3517f9dcecc3c2d4c6f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Diffstat (limited to 'mkspecs/macx-xcode/Info.plist.lib')
-rw-r--r--mkspecs/macx-xcode/Info.plist.lib18
1 files changed, 0 insertions, 18 deletions
diff --git a/mkspecs/macx-xcode/Info.plist.lib b/mkspecs/macx-xcode/Info.plist.lib
deleted file mode 100644
index 97609ed0ce..0000000000
--- a/mkspecs/macx-xcode/Info.plist.lib
+++ /dev/null
@@ -1,18 +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>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>@SHORT_VERSION@</string>
- <key>CFBundleGetInfoString</key>
- <string>Created by Qt/QMake</string>
- <key>CFBundleSignature</key>
- <string>@TYPEINFO@</string>
- <key>CFBundleExecutable</key>
- <string>@LIBRARY@</string>
- <key>NOTE</key>
- <string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
-</dict>
-</plist>