MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Xcode 11.2 Support #392

Closed ob closed 4 years ago

ob commented 4 years ago

Bump to support Xcode 11.2.

Fixes #391

ravimandala commented 4 years ago

Triggered the checks again, as GH Actions were stuck.

pattogato commented 4 years ago

@ravimandala Checks has passed

jerrymarino commented 4 years ago

What do you all think about making these variables more dynamic? With Apple's recent Xcode cadence we're having to do a lot of rebuilds / rebasing to update these. I can take a look at adding this in

ravimandala commented 4 years ago

@jerrymarino Is is possible to use arbitrary config values in .yml files in place of these hardcoded values? If so, we can put these configs in one file rather than changing it in multiple files. Even better, since Github supports macOS-latest it should also support something like xcode_latest in .yml configurations. Sorry, I closed the PR before Oscar responded, but please feel free to create an issue if you think that's feasible.

ob commented 4 years ago

@jerrymarino what do you have in mind?