Skip to content
Snippets Groups Projects
Commit 7238a052 authored by Gregor Jasny's avatar Gregor Jasny Committed by Brad King
Browse files

Xcode: Add documentation for schema generator

parent ffb8817b
No related branches found
No related tags found
No related merge requests found
......@@ -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`:
......
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.
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment