diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 19:06:47 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 19:11:04 (GMT) |
commit | eb77695e25cd039ddf5ec86f00e437cba992a39a (patch) | |
tree | 4a10c31dd4ff8b82cfc8a3cb1c4eb404c1826931 /Help | |
parent | c36910476a9c41c22b0abaa028b0dd2a8f7d7e40 (diff) | |
download | CMake-eb77695e25cd039ddf5ec86f00e437cba992a39a.zip CMake-eb77695e25cd039ddf5ec86f00e437cba992a39a.tar.gz CMake-eb77695e25cd039ddf5ec86f00e437cba992a39a.tar.bz2 |
Help: clean up some minor typos
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 2 | ||||
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 07e55cf..0990320 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -99,7 +99,7 @@ target property to create an macOS or iOS Framework Bundle. A library with the ``FRAMEWORK`` target property should also set the :prop_tgt:`FRAMEWORK_VERSION` target property. This property is typically set to the value of "A" by macOS conventions. -The ``MACOSX_FRAMEWORK_IDENTIFIER`` sets ``CFBundleIdentifier`` key +The ``MACOSX_FRAMEWORK_IDENTIFIER`` sets the ``CFBundleIdentifier`` key and it uniquely identifies the bundle. .. code-block:: cmake diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 65c5239..cdc86ec 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -371,7 +371,7 @@ v1 Reply Files Reply files containing specific `Object Kinds`_ are written by CMake. The names of these files are unspecified and must not be interpreted by clients. Clients must first read the `v1 Reply Index File`_ and -and follow references to the names of the desired response objects. +follow references to the names of the desired response objects. Reply files (including the index file) will never be replaced by files of the same name but different content. This allows a client |