From a5a98d41eb58c96fb86a90940bc2351cf1c04df5 Mon Sep 17 00:00:00 2001 From: Zach FettersMoore <4425109+BobaFetters@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:10:57 -0500 Subject: [PATCH] Updating codegen config test --- .../SPMInXcodeProject/apollo-codegen-config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Tests/TestCodeGenConfigurations/SPMInXcodeProject/apollo-codegen-config.json b/Tests/TestCodeGenConfigurations/SPMInXcodeProject/apollo-codegen-config.json index 256daa6f0..38b6b2848 100644 --- a/Tests/TestCodeGenConfigurations/SPMInXcodeProject/apollo-codegen-config.json +++ b/Tests/TestCodeGenConfigurations/SPMInXcodeProject/apollo-codegen-config.json @@ -56,8 +56,14 @@ "schemaTypes" : { "path" : "./AnimalKingdomAPI", "moduleType" : { - "swiftPackageManager" : { - + "swiftPackage" : { + "apolloSDKDependency" : { + "sdkVersion" : { + "local" : { + "path" : "../../../../apollo-ios" + } + } + } } } },