[Scummvm-git-logs] scummvm branch-2-8 -> 9a98e1dcb35701e1036cf71dbeee32f2edfa05f2
sev-
noreply at scummvm.org
Sun Dec 3 21:08:42 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9a98e1dcb3 DOC: Update iOS clone command for 2.8 branch
Commit: 9a98e1dcb35701e1036cf71dbeee32f2edfa05f2
https://github.com/scummvm/scummvm/commit/9a98e1dcb35701e1036cf71dbeee32f2edfa05f2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-03T22:08:30+01:00
Commit Message:
DOC: Update iOS clone command for 2.8 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 02dfe9ee083..ffcaa62fac4 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-2-8 https://github.com/scummvm/scummvm.git
.. tip::
@@ -132,4 +132,4 @@ When the build is finished, ScummVM launches on your connected device.
Using ScummVM
==============
-See the See the :doc:`ios` page.
\ No newline at end of file
+See the See the :doc:`ios` page.
More information about the Scummvm-git-logs
mailing list