diff options
author | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2015-12-02 21:34:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-12-03 13:52:09 (GMT) |
commit | e76ee2c006777e268715b39ad71f49e3d18b11a4 (patch) | |
tree | 5c913b087d66d2fa5f25b65635b9b2fb9d562a92 /Help/prop_tgt/MACOSX_BUNDLE.rst | |
parent | 6f6897f1aef884963503d8068707cf27fa7d99e7 (diff) | |
download | CMake-e76ee2c006777e268715b39ad71f49e3d18b11a4.zip CMake-e76ee2c006777e268715b39ad71f49e3d18b11a4.tar.gz CMake-e76ee2c006777e268715b39ad71f49e3d18b11a4.tar.bz2 |
iOS: Fix framework resource directory layout (#15848)
A typical iOS application bundle (also Framework Bundle) contains the
application executable and any resources used by the application (for
instance, the application icon, other images, and localized content) in
the top-level bundle directory. The same rule applies to Framework
Bundles.
Diffstat (limited to 'Help/prop_tgt/MACOSX_BUNDLE.rst')
-rw-r--r-- | Help/prop_tgt/MACOSX_BUNDLE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/MACOSX_BUNDLE.rst b/Help/prop_tgt/MACOSX_BUNDLE.rst index 8d7d914..7cd8046 100644 --- a/Help/prop_tgt/MACOSX_BUNDLE.rst +++ b/Help/prop_tgt/MACOSX_BUNDLE.rst @@ -3,7 +3,7 @@ MACOSX_BUNDLE Build an executable as an Application Bundle on OS X or iOS. -When this property is set to true the executable when built on OS X +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 |