Skip to content

Commit f694143

Browse files
committed
Clean up
1 parent add9cee commit f694143

File tree

9 files changed

+61
-343
lines changed

9 files changed

+61
-343
lines changed

.swiftpm/xcode/xcshareddata/xcschemes/Supabase-Package.xcscheme

Lines changed: 0 additions & 127 deletions
This file was deleted.

.swiftpm/xcode/xcshareddata/xcschemes/Supabase.xcscheme

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,66 @@
3838
ReferencedContainer = "container:">
3939
</BuildableReference>
4040
</TestableReference>
41+
<TestableReference
42+
skipped = "NO">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "FunctionsTests"
46+
BuildableName = "FunctionsTests"
47+
BlueprintName = "FunctionsTests"
48+
ReferencedContainer = "container:">
49+
</BuildableReference>
50+
</TestableReference>
51+
<TestableReference
52+
skipped = "NO">
53+
<BuildableReference
54+
BuildableIdentifier = "primary"
55+
BlueprintIdentifier = "GoTrueTests"
56+
BuildableName = "GoTrueTests"
57+
BlueprintName = "GoTrueTests"
58+
ReferencedContainer = "container:">
59+
</BuildableReference>
60+
</TestableReference>
61+
<TestableReference
62+
skipped = "NO">
63+
<BuildableReference
64+
BuildableIdentifier = "primary"
65+
BlueprintIdentifier = "PostgRESTIntegrationTests"
66+
BuildableName = "PostgRESTIntegrationTests"
67+
BlueprintName = "PostgRESTIntegrationTests"
68+
ReferencedContainer = "container:">
69+
</BuildableReference>
70+
</TestableReference>
71+
<TestableReference
72+
skipped = "NO">
73+
<BuildableReference
74+
BuildableIdentifier = "primary"
75+
BlueprintIdentifier = "PostgRESTTests"
76+
BuildableName = "PostgRESTTests"
77+
BlueprintName = "PostgRESTTests"
78+
ReferencedContainer = "container:">
79+
</BuildableReference>
80+
</TestableReference>
81+
<TestableReference
82+
skipped = "NO">
83+
<BuildableReference
84+
BuildableIdentifier = "primary"
85+
BlueprintIdentifier = "RealtimeTests"
86+
BuildableName = "RealtimeTests"
87+
BlueprintName = "RealtimeTests"
88+
ReferencedContainer = "container:">
89+
</BuildableReference>
90+
</TestableReference>
91+
<TestableReference
92+
skipped = "NO">
93+
<BuildableReference
94+
BuildableIdentifier = "primary"
95+
BlueprintIdentifier = "StorageTests"
96+
BuildableName = "StorageTests"
97+
BlueprintName = "StorageTests"
98+
ReferencedContainer = "container:">
99+
</BuildableReference>
100+
</TestableReference>
41101
</Testables>
42102
</TestAction>
43103
<LaunchAction

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test-library:
99
for platform in "$(PLATFORM_IOS)" "$(PLATFORM_MACOS)" "$(PLATFORM_MAC_CATALYST)" "$(PLATFORM_TVOS)" "$(PLATFORM_WATCHOS)"; do \
1010
xcodebuild test \
1111
-workspace supabase-swift.xcworkspace \
12-
-scheme Supabase-Package \
12+
-scheme Supabase \
1313
-destination platform="$$platform" || exit 1; \
1414
done;
1515

Supabase.xctestplan

Lines changed: 0 additions & 66 deletions
This file was deleted.

supabase-swift.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supabase/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)