summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/MACOSX_BUNDLE.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Replace occurrences of "Mac OS X" with "macOS"Bartosz Kosiorek2018-09-051-2/+2
| | | | | | | | Apple's main Operating system changed their name from OS X to macOS: https://www.engadget.com/2016/06/13/os-x-is-now-macos/ Revise documentation accordingly.
* Help: Fix wrong property reference for an app bundle's Info.plistCraig Scott2017-10-071-1/+1
|
* iOS: Fix framework resource directory layout (#15848)Bartosz Kosiorek2015-12-031-1/+1
| | | | | | | | 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.
* Help: Update documentation to reflect support for iOSBartosz Kosiorek2015-11-231-8/+8
| | | | Many of our interfaces documented for OS X also work for iOS.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+12
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.