[Scummvm-git-logs] scummvm branch-2-9 -> 84c967e27ba6d5a0f74cc756ea088248e4c1a1d9
sev-
noreply at scummvm.org
Fri Nov 15 21:32:03 UTC 2024
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:
84c967e27b DOC: Update iOS clone command for 2.9 branch
Commit: 84c967e27ba6d5a0f74cc756ea088248e4c1a1d9
https://github.com/scummvm/scummvm/commit/84c967e27ba6d5a0f74cc756ea088248e4c1a1d9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-15T22:31:54+01:00
Commit Message:
DOC: Update iOS clone command for 2.9 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..0644604f3cd 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-9 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