Skip to content

Commit 1c633de

Browse files
committed
Rename Makefile variable
1 parent 64ddc4b commit 1c633de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
PLATFORM_IOS = iOS Simulator,name=iPhone 15 Pro Max
1+
PLATFORM = iOS Simulator,name=iPhone 15 Pro Max
22

33
test-library:
44
xcodebuild test \
55
-workspace supabase-swift.xcworkspace \
66
-scheme Supabase-Package \
7-
-destination platform="$(PLATFORM_IOS)" || exit 1;
7+
-destination platform="$(PLATFORM)" || exit 1;
88

99
build-example:
1010
xcodebuild build \
1111
-workspace supabase-swift.xcworkspace \
1212
-scheme Examples \
13-
-destination platform="$(PLATFORM_IOS)" || exit 1;
13+
-destination platform="$(PLATFORM)" || exit 1;
1414

1515
format:
1616
@swift format -i -r .

0 commit comments

Comments
 (0)