From 46421ec16cdc7aa3b07c3a067d4ae028a10a5ae3 Mon Sep 17 00:00:00 2001 From: Ruslan Skorb Date: Sat, 6 Apr 2024 15:10:18 +0300 Subject: [PATCH] [Makefile] [DEVICE_HOST] [OS] Use `17.0.1` instead of `17.0`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a04444b..fe175ed 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ WORKSPACE = Example/RSKImageCropperExample.xcworkspace SCHEME = RSKImageCropperExample CONFIGURATION = Release -DEVICE_HOST = platform='iOS Simulator',OS='17.0',name='iPhone 15 Pro' +DEVICE_HOST = platform='iOS Simulator',OS='17.0.1',name='iPhone 15 Pro' .PHONY: all build ci clean test lint