summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/MACOSX_BUNDLE.rst
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2015-11-11 04:37:15 (GMT)
committerBrad King <brad.king@kitware.com>2015-11-23 15:04:10 (GMT)
commit5d74c870d907eed9afc9c544e7e6786fd1ea53c8 (patch)
tree8d100076f15b2f656f0cc28a27d110bab00b9d22 /Help/prop_tgt/MACOSX_BUNDLE.rst
parentdbef2244f97e266896f71729d0de5eeb80c1c5f9 (diff)
downloadCMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.zip
CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.gz
CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.bz2
Help: Update documentation to reflect support for iOS
Many of our interfaces documented for OS X also work for iOS.
Diffstat (limited to 'Help/prop_tgt/MACOSX_BUNDLE.rst')
-rw-r--r--Help/prop_tgt/MACOSX_BUNDLE.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/Help/prop_tgt/MACOSX_BUNDLE.rst b/Help/prop_tgt/MACOSX_BUNDLE.rst
index ff21e61..8d7d914 100644
--- a/Help/prop_tgt/MACOSX_BUNDLE.rst
+++ b/Help/prop_tgt/MACOSX_BUNDLE.rst
@@ -1,12 +1,12 @@
MACOSX_BUNDLE
-------------
-Build an executable as an application bundle on Mac OS X.
+Build an executable as an Application Bundle on OS X or iOS.
-When this property is set to true the executable when built on Mac OS
-X will be created as an application bundle. This makes it a GUI
-executable that can be launched from the Finder. See the
-MACOSX_BUNDLE_INFO_PLIST target property for information about
-creation of the Info.plist file for the application bundle. This
-property is initialized by the value of the variable
-CMAKE_MACOSX_BUNDLE if it is set when a target is created.
+When this property is set to true the executable when built on OS X
+or iOS will be created as an application bundle. This makes it
+a GUI executable that can be launched from the Finder. See the
+:prop_tgt:`MACOSX_FRAMEWORK_INFO_PLIST` target property for information about
+creation of the ``Info.plist`` file for the application bundle.
+This property is initialized by the value of the variable
+:variable:`CMAKE_MACOSX_BUNDLE` if it is set when a target is created.