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 64ddc4b commit 1c633deCopy full SHA for 1c633de
Makefile
@@ -1,16 +1,16 @@
1
-PLATFORM_IOS = iOS Simulator,name=iPhone 15 Pro Max
+PLATFORM = iOS Simulator,name=iPhone 15 Pro Max
2
3
test-library:
4
xcodebuild test \
5
-workspace supabase-swift.xcworkspace \
6
-scheme Supabase-Package \
7
- -destination platform="$(PLATFORM_IOS)" || exit 1;
+ -destination platform="$(PLATFORM)" || exit 1;
8
9
build-example:
10
xcodebuild build \
11
12
-scheme Examples \
13
14
15
format:
16
@swift format -i -r .
0 commit comments