summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-watchos-clang/Info.plist.app
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-03 16:20:29 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-08 21:41:55 +0000
commit3ec3f2a5da0b0c87eed83cd348540a3040ad27a5 (patch)
tree3a06840c0b17255aa8e3f919d5d24a385d65a72b /mkspecs/macx-watchos-clang/Info.plist.app
parent883dfb3d156431eeb3ffc8f02a09c89bb7fa7d46 (diff)
Sort keys in Info.plist templates
This makes editing the templates easier since they can be read alphabetically. Change-Id: I6af5e4f13718ba1145c2dec1f8a05bc600ea937a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'mkspecs/macx-watchos-clang/Info.plist.app')
-rw-r--r--mkspecs/macx-watchos-clang/Info.plist.app20
1 files changed, 10 insertions, 10 deletions
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 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleGetInfoString</key>
- <string>Created by Qt/QMake</string>
- <key>CFBundleSignature</key>
- <string>@TYPEINFO@</string>
+ <key>CFBundleDisplayName</key>
+ <string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Created by Qt/QMake</string>
<key>CFBundleIdentifier</key>
<string>@BUNDLEIDENTIFIER@</string>
- <key>CFBundleDisplayName</key>
- <string>${PRODUCT_NAME}</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>@TYPEINFO@</string>
<key>CFBundleVersion</key>
<string>1.0</string>
+ <key>NOTE</key>
+ <string>This file was generated by Qt/QMake.</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
@@ -29,7 +31,5 @@
</array>
<key>WKWatchKitApp</key>
<true/>
- <key>NOTE</key>
- <string>This file was generated by Qt/QMake.</string>
</dict>
</plist>