calabash / run_loop

The bridge between Calabash iOS and Xcode command-line tools like instruments and simctl.
Other
32 stars 41 forks source link

Fix run-loop to work with iOS 14 and Xcode 12 #757

Closed AndreyMaslennikov closed 3 years ago

AndreyMaslennikov commented 4 years ago

This PR contains: 1) Fixes of localization 2) Update for ADO CI to add Xcode 11.7 and 12 beta and remove older version in test matrix 3) Skip tests for i386 simulators, because Xcode 12 beta is not supports 10.3.1 simulator runtime (it might be fixed in next beta versions. If so, we should revert this fix)