mozilla-mobile / focus-ios

⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
Mozilla Public License 2.0
1.26k stars 263 forks source link

Build on latest xcode available on Bitrise #1967

Open isabelrios opened 3 years ago

isabelrios commented 3 years ago

There is a way to update bitrise.yml file automatically via github action so that it uses the very latest Xcode version available in Bitrise and then build the project. We can also create a PR with that change. Something similar was implemented before for Firefox-iOS. See info:

┆Issue is synchronized with this Jira Task

irios3 commented 2 years ago

This is working, as you can see in a [draft PR] (https://github.com/isabelrios/focus-ios/pull/13)created automatically with the newest xcode available in Bitrise. But, we can not query the Focus bitrise stack on Bitrise since it is a private app. The PR works using Firefox-ios stack query instead. While we find another solution that could work.