From 11302caf660609463a896929b0ae926d6612b5c4 Mon Sep 17 00:00:00 2001 From: Di Wu Date: Fri, 14 Jun 2024 14:53:26 -0700 Subject: [PATCH] fix(core): remove InternalAmplifyCredentials from products (#3750) --- 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"]