Skip to content

Commit

Permalink
Make makefile Xcode agnostic (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon authored Sep 23, 2017
1 parent 128b20f commit b855621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PLATFORM="platform=iOS Simulator,OS=10.2,name=iPhone 7"
SDK="iphonesimulator10.2"
PLATFORM="platform=iOS Simulator,name=iPhone 7"
SDK="iphonesimulator"
SHELL=/bin/bash -o pipefail

.PHONY: all lint test carthage analyze
Expand Down

0 comments on commit b855621

Please sign in to comment.