From 0749ba2c5eacc4822cf9c7a31edf8d70c4ef6064 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Mon, 20 Nov 2017 23:49:34 -0800 Subject: Rewrite the Info.plist variable replacement handling This ensures that the same set of variables can be successfully replaced in both the Makefile and Xcode generators. It also switches the default templates to use the Xcode-style ${var} syntax instead of the @var@ syntax for better Info.plist compatibility across generators. Change-Id: Iff330bafd152773aafac9143c4a34e34f92f0ce6 Reviewed-by: Oswald Buddenhagen --- mkspecs/macx-clang/Info.plist.lib | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mkspecs/macx-clang/Info.plist.lib') diff --git a/mkspecs/macx-clang/Info.plist.lib b/mkspecs/macx-clang/Info.plist.lib index 044cbd3393..ce28365500 100644 --- a/mkspecs/macx-clang/Info.plist.lib +++ b/mkspecs/macx-clang/Info.plist.lib @@ -3,19 +3,19 @@ CFBundleExecutable - @LIBRARY@ + ${EXECUTABLE_NAME} CFBundleGetInfoString Created by Qt/QMake CFBundleIdentifier - @BUNDLEIDENTIFIER@ + ${PRODUCT_BUNDLE_IDENTIFIER} CFBundlePackageType FMWK CFBundleShortVersionString - @SHORT_VERSION@ + ${QMAKE_SHORT_VERSION} CFBundleSignature - @TYPEINFO@ + ${QMAKE_PKGINFO_TYPEINFO} CFBundleVersion - @FULL_VERSION@ + ${QMAKE_FULL_VERSION} NOTE Please, do NOT change this file -- It was generated by Qt/QMake. -- cgit v1.2.3