summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-clang-32/Info.plist.app
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-07-31 10:37:31 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-02 05:42:37 +0200
commite440b35bb34023998f62fd426987c23bd5983f46 (patch)
tree4d7d0c1d63de194c672224bd5c21c122d030e94e /mkspecs/macx-clang-32/Info.plist.app
parent49869f2a7d0e5d33ea2444ea7b35e6f9dc93231e (diff)
Update Info.plist templates to use the current standard plist format.
Change the version number to 1.0, and use the public doctype. Change-Id: I9b071c80c410c31c38813c4447edd7b186226fab Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'mkspecs/macx-clang-32/Info.plist.app')
-rw-r--r--mkspecs/macx-clang-32/Info.plist.app4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/macx-clang-32/Info.plist.app b/mkspecs/macx-clang-32/Info.plist.app
index b822c2851f..187a8e0aa4 100644
--- a/mkspecs/macx-clang-32/Info.plist.app
+++ b/mkspecs/macx-clang-32/Info.plist.app
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>