From 3ec3f2a5da0b0c87eed83cd348540a3040ad27a5 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Thu, 3 Aug 2017 16:20:29 -0700 Subject: Sort keys in Info.plist templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes editing the templates easier since they can be read alphabetically. Change-Id: I6af5e4f13718ba1145c2dec1f8a05bc600ea937a Reviewed-by: Tor Arne Vestbø --- mkspecs/macx-watchos-clang/Info.plist.app | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'mkspecs/macx-watchos-clang/Info.plist.app') diff --git a/mkspecs/macx-watchos-clang/Info.plist.app b/mkspecs/macx-watchos-clang/Info.plist.app index cceb9c5b5a..d918704491 100644 --- a/mkspecs/macx-watchos-clang/Info.plist.app +++ b/mkspecs/macx-watchos-clang/Info.plist.app @@ -4,24 +4,26 @@ CFBundleDevelopmentRegion en - CFBundlePackageType - APPL - CFBundleGetInfoString - Created by Qt/QMake - CFBundleSignature - @TYPEINFO@ + CFBundleDisplayName + ${PRODUCT_NAME} CFBundleExecutable @EXECUTABLE@ + CFBundleGetInfoString + Created by Qt/QMake CFBundleIdentifier @BUNDLEIDENTIFIER@ - CFBundleDisplayName - ${PRODUCT_NAME} CFBundleName ${PRODUCT_NAME} + CFBundlePackageType + APPL CFBundleShortVersionString 1.0 + CFBundleSignature + @TYPEINFO@ CFBundleVersion 1.0 + NOTE + This file was generated by Qt/QMake. UISupportedInterfaceOrientations UIInterfaceOrientationPortrait @@ -29,7 +31,5 @@ WKWatchKitApp - NOTE - This file was generated by Qt/QMake. -- cgit v1.2.3