From 654aa3d81f7485d20e0e543424ae65fd4229788d Mon Sep 17 00:00:00 2001 From: Di Wu Date: Fri, 14 Jun 2024 10:54:09 -0700 Subject: [PATCH] fix(core): remove InternalAmplifyCredentials from products --- Package.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Package.swift b/Package.swift index 0fe21039e6..3a679faade 100644 --- a/Package.swift +++ b/Package.swift @@ -484,10 +484,6 @@ let package = Package( name: "AWSPluginsCore", targets: ["AWSPluginsCore"] ), - .library( - name: "InternalAmplifyCredentials", - targets: ["InternalAmplifyCredentials"] - ), .library( name: "AWSAPIPlugin", targets: ["AWSAPIPlugin"]