From ea1bc76ef2098aa3f45ae9b82a0a1e920d6598d9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 5 Jan 2022 02:22:47 +0900 Subject: [PATCH] Revert "cmd/ebitenmobile: update gomobile version" This reverts commit f2e19f9fe5c6dc3109e9bb0f8bee1f844c1e74cb and b065b64f4fed1db2a75af40d17c302de357a62b7 Reason: building iOS framework fails Updates #1922 --- .github/workflows/test.yml | 2 +- cmd/ebitenmobile/gomobile.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c7d41e46..7a62d9a99 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,4 +113,4 @@ jobs: if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }} run: | cd /tmp/go-inovation - ebitenmobile bind -target ios -o Inovation.xcframework -v github.com/hajimehoshi/go-inovation/mobile + ebitenmobile bind -target ios -o Inovation.framework -v github.com/hajimehoshi/go-inovation/mobile diff --git a/cmd/ebitenmobile/gomobile.go b/cmd/ebitenmobile/gomobile.go index 099e34741..534e12cef 100644 --- a/cmd/ebitenmobile/gomobile.go +++ b/cmd/ebitenmobile/gomobile.go @@ -23,7 +23,7 @@ import ( "runtime" ) -const gomobileHash = "4e6c2922fdeed32d3596616518aaee7b0d79ce55" +const gomobileHash = "5d9a33257ab559d10fa8c96087aed99bf8b6d868" func runCommand(command string, args []string, env []string) error { if buildX || buildN {