Skip to content

Commit

Permalink
ci: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Sep 3, 2024
1 parent 8798ee4 commit 7f2daed
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,7 +1,7 @@
all: framework

PROJECT=BatchFirebaseDispatcher.xcodeproj
SIMULATOR='platform=iOS Simulator,name=iPhone 11'
SIMULATOR='platform=iOS Simulator,name=iPhone 15'
DERIVED_DATA=$(CURDIR)/DerivedData
SONAR_HOME=$(CURDIR)/.sonar
SONAR_WORKDIR=$(CURDIR)/.scannerwork/
Expand Down Expand Up @@ -40,6 +40,6 @@ remove-package:
carthage:
carthage bootstrap --platform ios --use-xcframeworks

ci: carthage test
ci: test

.PHONY: carthage test

0 comments on commit 7f2daed

Please sign in to comment.