Xcode: Add documentation for schema generator

This commit is contained in:
Gregor Jasny 2017-02-22 17:51:41 +01:00 committed by Brad King
parent ffb8817b37
commit 7238a052b9
3 changed files with 18 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Properties of Global Scope
/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS
/prop_gbl/USE_FOLDERS
/prop_gbl/XCODE_EMIT_EFFECTIVE_PLATFORM_NAME
/prop_gbl/XCODE_GENERATE_SCHEME
.. _`Directory Properties`:

View File

@ -0,0 +1,11 @@
XCODE_GENERATE_SCHEME
---------------------
If enabled, the Xcode generator will generate schema files. Those are
are useful to invoke analyze, archive, build-for-testing and test
actions from the command line.
.. note::
The Xcode Schema Generator is still experimental and subject to
change.

View File

@ -0,0 +1,6 @@
cmake-xcode-schemes
-------------------
* The :generator:`Xcode` generator got the ability to create schema files.
This is still an experimental feature and can be activated by setting the
:prop_gbl:`XCODE_GENERATE_SCHEME` global property to a ``TRUE`` value.