Xcode: Add documentation for schema generator
This commit is contained in:
parent
ffb8817b37
commit
7238a052b9
@ -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`:
|
||||
|
||||
|
11
Help/prop_gbl/XCODE_GENERATE_SCHEME.rst
Normal file
11
Help/prop_gbl/XCODE_GENERATE_SCHEME.rst
Normal 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.
|
6
Help/release/dev/cmake-xcode-schemes.rst
Normal file
6
Help/release/dev/cmake-xcode-schemes.rst
Normal 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.
|
Loading…
Reference in New Issue
Block a user