summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/RESOURCE.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Remove empty literal block markup in RESOURCE target propertyBrad King2019-04-051-1/+1
| | | | | This was added accidentally by commit 456e0fb64f (Help: Improve documentation formating, 2019-04-01).
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-9/+6
|
* Help: Replace occurrences of "Mac OS X" with "macOS"Bartosz Kosiorek2018-09-051-3/+3
| | | | | | | | 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.
* iOS: Fix framework resource directory layout (#15848)Bartosz Kosiorek2015-12-031-8/+58
| | | | | | | | 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-6/+6
| | | | Many of our interfaces documented for OS X also work for iOS.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+11
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.