summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-12-11 14:47:18 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-12-11 14:47:18 (GMT)
commita680211ca782751159d70464e51eac812d8db8f1 (patch)
treed57c34d44ed8b5a31be0bcab37a8c5b23bf20ced /Help/release/dev
parent53930877b3e8ae356a6b1dfbb1c63c92e7383465 (diff)
parent565d080a9a1e133bda868e905226181b60e90356 (diff)
downloadCMake-a680211ca782751159d70464e51eac812d8db8f1.zip
CMake-a680211ca782751159d70464e51eac812d8db8f1.tar.gz
CMake-a680211ca782751159d70464e51eac812d8db8f1.tar.bz2
Merge topic 'ios-universal'
565d080a Xcode: Add support for combined install on iOS 34f5ef56 iOS: Fix App Bundle layout
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/ios-universal.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/ios-universal.rst b/Help/release/dev/ios-universal.rst
new file mode 100644
index 0000000..f96abed
--- /dev/null
+++ b/Help/release/dev/ios-universal.rst
@@ -0,0 +1,7 @@
+ios-universal
+-------------
+
+* When building for embedded Apple platforms like iOS CMake learned to build and
+ install combined targets which contain both a device and a simulator build.
+ This behavior can be enabled by setting the :prop_tgt:`IOS_INSTALL_COMBINED`
+ target property.