encointer / encointer-wallet-flutter

Encointer mobile wallet flutter implementation

Home Page:https://encointer.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update cocoapod as part of CI

clangenb opened this issue · comments

I can't update the cocoapod as I don't have a macbook, so we should let the CI do that and commit the changes.

Doing a commit with github actions seems fairly simple: https://lannonbr.com/blog/2019-12-09-git-commit-in-actions/

@Eldar2021 can you tell all the steps I need to do for that?

Hi!

  1. run sudo gem install cocoapods
  2. run cd app/ios && arch -x86_64 pod install
  3. run melos run-app

Note: This is how I do it for my m1 mac.