summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-clang-32/Info.plist.dSYM.in
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-09-20 13:18:08 -0700
committerJake Petroules <jake.petroules@qt.io>2016-09-21 23:06:20 +0000
commit87ae0bc169149be2688f8cdd1f302eba200ae143 (patch)
tree61b196d66577b810571dc7cc33f56a5117c3510f /mkspecs/macx-clang-32/Info.plist.dSYM.in
parent8f06124b70bad709b2f99789f2416529db5f153d (diff)
Remove macx-clang-32 and macx-g++-32 mkspecs
32-bit Qt for macOS is now deprecated. Change-Id: Idda4f4b3d48c58afae3932e7802bcf82cc75d3aa Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Diffstat (limited to 'mkspecs/macx-clang-32/Info.plist.dSYM.in')
-rw-r--r--mkspecs/macx-clang-32/Info.plist.dSYM.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/mkspecs/macx-clang-32/Info.plist.dSYM.in b/mkspecs/macx-clang-32/Info.plist.dSYM.in
deleted file mode 100644
index a8c8d0d4fb..0000000000
--- a/mkspecs/macx-clang-32/Info.plist.dSYM.in
+++ /dev/null
@@ -1,18 +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>CFBundleIdentifier</key>
- <string>com.apple.xcode.dsym.$${BUNDLEIDENTIFIER}</string>
- <key>CFBundlePackageType</key>
- <string>dSYM</string>
- <key>CFBundleSignature</key>
- <string>????</string>
-!!IF !isEmpty(VERSION)
- <key>CFBundleShortVersionString</key>
- <string>$${VER_MAJ}.$${VER_MIN}</string>
- <key>CFBundleVersion</key>
- <string>$${VER_MAJ}.$${VER_MIN}.$${VER_PAT}</string>
-!!ENDIF
- </dict>
-</plist>