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 {