diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2017-02-22 16:51:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-28 14:22:11 (GMT) |
commit | 7238a052b9238dc4405e90389a16a4dc61f848a6 (patch) | |
tree | 99aa156864440032880343389431943af6632c7b /Help/prop_gbl | |
parent | ffb8817b370937b02c384d9d1fd91c4e9d799553 (diff) | |
download | CMake-7238a052b9238dc4405e90389a16a4dc61f848a6.zip CMake-7238a052b9238dc4405e90389a16a4dc61f848a6.tar.gz CMake-7238a052b9238dc4405e90389a16a4dc61f848a6.tar.bz2 |
Xcode: Add documentation for schema generator
Diffstat (limited to 'Help/prop_gbl')
-rw-r--r-- | Help/prop_gbl/XCODE_GENERATE_SCHEME.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/prop_gbl/XCODE_GENERATE_SCHEME.rst b/Help/prop_gbl/XCODE_GENERATE_SCHEME.rst new file mode 100644 index 0000000..be8b5b0 --- /dev/null +++ b/Help/prop_gbl/XCODE_GENERATE_SCHEME.rst @@ -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. |