Skip to content

Commit

Permalink
[Makefile] [DEVICE_HOST] Update OS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Sep 20, 2018
1 parent 96541fc commit 94be151
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='11.1',name='iPhone 7'
DEVICE_HOST = platform='iOS Simulator',OS='12.0',name='iPhone 7'

.PHONY: all build ci clean test lint

Expand Down

0 comments on commit 94be151

Please sign in to comment.