[Scummvm-git-logs] scummvm master -> 3d751bece847c790d39d3ab8ae21997cae001c19
bluegr
noreply at scummvm.org
Wed Jun 11 17:20:16 UTC 2025
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
04a7ba6a40 DOCS: Update build instructions for the iOS port
3d751bece8 CI: Update build command for the iOS port
Commit: 04a7ba6a40ee99a34845d3999a797ac23bf0d804
https://github.com/scummvm/scummvm/commit/04a7ba6a40ee99a34845d3999a797ac23bf0d804
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2025-06-11T20:20:12+03:00
Commit Message:
DOCS: Update build instructions for the iOS port
Update the build instructions for the iOS port by pointing to
the new v4 library, which contains the new mpc library.
Add argument to enable mpc when running create_project.
Remove arguments for features that are enabled by default in
create_project.
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..03356c6bc94 100644
--- a/doc/docportal/other_platforms/ios_build.rst
+++ b/doc/docportal/other_platforms/ios_build.rst
@@ -10,7 +10,7 @@ What you'll need
- A Mac computer with Xcode installed. Xcode is a free App, available from the Mac App Store.
- An Apple Developer account. You can sign up for a free account on the `Apple Developer Member Center <https://developer.apple.com/membercenter/>`_ with your Apple ID.
-- The ScummVM `iOS Libraries <https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v3.zip>`_ downloaded, and the zip file extracted.
+- The ScummVM `iOS Libraries <https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v4.zip>`_ downloaded, and the zip file extracted.
.. note::
@@ -37,7 +37,7 @@ Create a new directory called ``build`` at the same level as the repository you
mkdir build
-Move the contents of the ``scummvm-ios7-libs-v3`` folder you extracted earlier into the ``build`` directory, using either the Finder, or the command line as follows:
+Move the contents of the ``scummvm-ios7-libs-v4`` folder you extracted earlier into the ``build`` directory, using either the Finder, or the command line as follows:
.. code-block::
@@ -66,7 +66,7 @@ It's time to generate the Xcode project. Run the following on the command line:
.. code::
- ../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --use-xcframework --enable-faad --enable-fluidsynth --enable-gif --enable-mikmod --enable-mpeg2 --enable-vpx --disable-nasm --disable-taskbar --disable-tts
+ ../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --use-xcframework --enable-faad --enable-gif --enable-mikmod --enable-vpx --enable-mpc --disable-nasm --disable-taskbar --disable-tts
The resulting directory structure looks like this:
@@ -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.
Commit: 3d751bece847c790d39d3ab8ae21997cae001c19
https://github.com/scummvm/scummvm/commit/3d751bece847c790d39d3ab8ae21997cae001c19
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2025-06-11T20:20:12+03:00
Commit Message:
CI: Update build command for the iOS port
Apply the new build instructions for the iOS port.
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 280683b1ae9..a00bd03779e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -132,8 +132,8 @@ jobs:
brewPackages: a52dec faad2 flac fluid-synth freetype fribidi giflib jpeg mad libmikmod libmpeg2 libogg libpng libvorbis libvpx sdl2 sdl2_net theora
- platform: ios7
buildFlags: -scheme ScummVM-iOS CODE_SIGN_IDENTITY="" CODE_SIGNING_ALLOWED=NO
- configFlags: --use-xcframework --enable-faad --enable-gif --enable-mikmod --enable-mpeg2 --enable-vpx --disable-nasm --disable-taskbar --disable-tts
- packagesUrl: https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v3.zip
+ configFlags: --use-xcframework --enable-faad --enable-gif --enable-mikmod --enable-vpx --enable-mpc --disable-nasm --disable-taskbar --disable-tts
+ packagesUrl: https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v4.zip
defaults:
run:
# Must be explicit for proper pipefail support
More information about the Scummvm-git-logs
mailing list