[Scummvm-git-logs] scummvm branch-3-0 -> c445e68b5ace636a56e1827261c80a1e1e04b63d
sev-
noreply at scummvm.org
Fri Nov 14 20:58:45 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
c445e68b5a DOC: Update iOS clone command for 3.0 branch
Commit: c445e68b5ace636a56e1827261c80a1e1e04b63d
https://github.com/scummvm/scummvm/commit/c445e68b5ace636a56e1827261c80a1e1e04b63d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-11-14T21:58:35+01:00
Commit Message:
DOC: Update iOS clone command for 3.0 branch
Changed paths:
doc/docportal/other_platforms/ios_build.rst
diff --git a/doc/docportal/other_platforms/ios_build.rst b/doc/docportal/other_platforms/ios_build.rst
index 03356c6bc94..4187b32ce64 100644
--- a/doc/docportal/other_platforms/ios_build.rst
+++ b/doc/docportal/other_platforms/ios_build.rst
@@ -23,7 +23,7 @@ The first step is to download the repository containing the code required to bui
.. code-block:: bash
- git clone https://github.com/scummvm/scummvm.git
+ git clone --depth 1 -b branch-3-0 https://github.com/scummvm/scummvm.git
.. tip::
More information about the Scummvm-git-logs
mailing list