From e498c4f1474a8c7ea20a84225a56e27aa736eedc Mon Sep 17 00:00:00 2001 From: Ravi Kumar Mandala Date: Thu, 26 Aug 2021 09:34:30 -0700 Subject: [PATCH] Updating README for Xcode 12.5 support (#507) Signed-off-by: Ravi Mandala --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1cd8b46..e663f6e9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The exit code of Bluepill uses bit indicators which could represent multiple exi ## Requirements -Bluepill officially supports **Xcode 12.4**. If you're looking for old Xcode support, please checkout the following branches: +Bluepill officially supports **Xcode 12.5**. If you're looking for old Xcode support, please checkout the following branches: * [Xcode-10.0](https://github.com/linkedin/bluepill/tree/xcode-10.0) | [Xcode-10.1](https://github.com/linkedin/bluepill/tree/xcode-10.1) | [Xcode-10.2](https://github.com/linkedin/bluepill/tree/xcode-10.2) | [Xcode-10.3](https://github.com/linkedin/bluepill/tree/xcode-10.3) * [Xcode-11.0](https://github.com/linkedin/bluepill/tree/xcode-11.0) | [Xcode-11.1](https://github.com/linkedin/bluepill/tree/xcode-11.1) | [Xcode-11.2](https://github.com/linkedin/bluepill/tree/xcode-11.2) | [Xcode-11.3](https://github.com/linkedin/bluepill/tree/xcode-11.3) | [Xcode-11.4](https://github.com/linkedin/bluepill/tree/xcode-11.4) | [Xcode-11.5](https://github.com/linkedin/bluepill/tree/xcode-11.5) @@ -125,7 +125,7 @@ If you're using [Fastlane](https://github.com/fastlane/fastlane) to run your tes - [fastlane-plugin-bluepill](https://github.com/tbrand/fastlane-plugin-bluepill) - Last updated Nov. 7th, offers basic support for working with the Bluepill binary. - [Bluepillar](https://github.com/Shashikant86/fastlane-plugin-bluepillar) - Last updated May 29th, it's the original fastlane plugin for working with Bluepill. It was inspired by [this blog post](https://medium.com/@shashikant.jagtap/running-xcuitests-in-parallel-with-fastlane-and-bluepill-370e8ba90958). - [XBluepill](https://github.com/kisialiu/fastlane-plugin-xbluepill) - Last updated Jan 27th. It supports all Bluepill options. Thera are some differences from other plugins: - - Support XCode 9.2 + - Support Xcode 9.2 - No need to build your project before using the plugin. Builds you project by itself and put xctestrun file automatically; - Can reset all simulators if needed (removes all current simulators and recreates default from scratch);