aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-06-18 12:05:42 -0400
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-06-19 12:09:59 +0200
commit6453e0f32a5e14246428ea6faff47149650792a5 (patch)
treec4cd00c8ef01b61fc4b2460d657ce4921e7ee0d8
parent7519f2b8c34740549635ccd3641a260403a2f67a (diff)
Update processInfoPlist docs to reflect reality.
The functionality in question was implemented by 4d3373d04abbccb7fc5bb743eaf75b9c9199313c. Change-Id: I5b475bd34222674b10637ec9498df6088bc76908 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--doc/qbs.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 99a1abb24..98a5f9929 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1322,7 +1322,7 @@
First, values from a list of defaults will be added to the dictionary if they were not already
present. Then, values from the AdditionalInfo key of the platform SDK's Info.plist file will be
added to the dictionary if they were not already present, as well as some other miscellaneous
- keys, such as BuildMachineOSBuild and UIDeviceFamily (on iOS). \b{(not yet implemented)}
+ keys, such as BuildMachineOSBuild and UIDeviceFamily (on iOS).
Finally, variable expansions will be performed such that substrings of the form ${VAR} will be
replaced with their corresponding environment variables.