Skip to content

Commit

Permalink
[Makefile] [DEVICE_HOST] [OS] Use 17.0 instead of 17.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Apr 6, 2024
1 parent 6201a1f commit 3e4bdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WORKSPACE = Example/RSKImageCropperExample.xcworkspace
SCHEME = RSKImageCropperExample
CONFIGURATION = Release
DEVICE_HOST = platform='iOS Simulator',OS='17.2',name='iPhone 15 Pro'
DEVICE_HOST = platform='iOS Simulator',OS='17.0',name='iPhone 15 Pro'

.PHONY: all build ci clean test lint

Expand Down

0 comments on commit 3e4bdfb

Please sign in to comment.