Skip to content

Commit

Permalink
update xcodebuild testing option
Browse files Browse the repository at this point in the history
  • Loading branch information
fhisa committed Sep 15, 2016
1 parent 55f6e80 commit 4bb8770
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
Expand Up @@ -14,7 +14,7 @@ test_ios:
$(BUILDCOMMAND) \
-project $(PROJECT) \
-scheme $(SCHEME_IOS) \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 6s' \
-configuration $(CONFIGURATION) \
build \
test \
Expand All @@ -25,7 +25,7 @@ test_macos:
$(BUILDCOMMAND) \
-project $(PROJECT) \
-scheme $(SCHEME_MACOS) \
-sdk macosx \
-destination 'platform=macosx' \
-configuration $(CONFIGURATION) \
build \
test \
Expand Down

0 comments on commit 4bb8770

Please sign in to comment.