From 91ab98f8e16a2ac7e68ab563d0905d9afbdad140 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 22 May 2020 05:19:03 +0300 Subject: [PATCH] Test on iOS 13.5 emulator by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6544ff72..f00ffd1d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -iOS_VERSION := 13.4.1 +iOS_VERSION := 13.5 SCHEME := "RMQClient"