We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8798ee4 commit 7f2daedCopy full SHA for 7f2daed
Makefile
@@ -1,7 +1,7 @@
1
all: framework
2
3
PROJECT=BatchFirebaseDispatcher.xcodeproj
4
-SIMULATOR='platform=iOS Simulator,name=iPhone 11'
+SIMULATOR='platform=iOS Simulator,name=iPhone 15'
5
DERIVED_DATA=$(CURDIR)/DerivedData
6
SONAR_HOME=$(CURDIR)/.sonar
7
SONAR_WORKDIR=$(CURDIR)/.scannerwork/
@@ -40,6 +40,6 @@ remove-package:
40
carthage:
41
carthage bootstrap --platform ios --use-xcframeworks
42
43
-ci: carthage test
+ci: test
44
45
.PHONY: carthage test
0 commit comments