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 Jan 28, 2017
1 parent 0e2228d commit de8d2d8
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='10.0',name='iPhone 7'
DEVICE_HOST = platform='iOS Simulator',OS='10.1',name='iPhone 7'

.PHONY: all build ci clean test lint

Expand Down

0 comments on commit de8d2d8

Please sign in to comment.