Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: invertase/react-native-firebase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf23593dd306ff30ec446449acb0c5a51bf27297
Choose a base ref
...
head repository: invertase/react-native-firebase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b225fcd10b75298250faaecb915d660226808df
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Sep 19, 2023

  1. test(deps): adopt Xcode 15 / iOS 17 in CI

    - update our device type / os definitions to be iOS 17.0
    
    This is to match with the current new installation values you get when installing
    Xcode 15 - iOS 16.4 is not available by default and you have to install
    them manually (taking a lot of disk space...) to use it. You will still need to
    manually create an iPhone 14 device though
    
    - update CI xcode from xcode-current to 15
    
    - update Detox with patch to handle slightly different error message for terminateApp
      when app was not running - Xcode 15 apparently changed it
    mikehardy committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0b225fc View commit details
    Browse the repository at this point in the history
Loading