From 5b798099ed42c88523216e0ae7eb74c3de478f19 Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Tue, 28 May 2024 17:59:18 -0300 Subject: [PATCH] chore: fix Makefile --- Makefile | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 9b7e5c798..2f0c535e1 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ test-all: dot-env -skipMacroValidation \ -workspace supabase-swift.xcworkspace \ -scheme "$(SCHEME)" \ - -testPlan TestPlans/AllTests \ + -testPlan AllTests \ -destination platform="$(PLATFORM)" | xcpretty test-library: dot-env @@ -46,7 +46,7 @@ test-integration: dot-env -skipMacroValidation \ -workspace supabase-swift.xcworkspace \ -scheme Supabase \ - -testPlan TestPlans/IntegrationTests \ + -testPlan IntegrationTests \ -destination platform="$(PLATFORM_IOS)" | xcpretty diff --git a/supabase-swift.xcworkspace/xcshareddata/swiftpm/Package.resolved b/supabase-swift.xcworkspace/xcshareddata/swiftpm/Package.resolved index 62754b644..5ac9b2e65 100644 --- a/supabase-swift.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/supabase-swift.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -36,15 +36,6 @@ "version" : "4.1.1" } }, - { - "identity" : "keychainaccess", - "kind" : "remoteSourceControl", - "location" : "https://github.com/kishikawakatsumi/KeychainAccess", - "state" : { - "revision" : "84e546727d66f1adc5439debad16270d0fdd04e7", - "version" : "4.2.2" - } - }, { "identity" : "svgview", "kind" : "remoteSourceControl",