From 329d36148b34424138c7894a4699f77c16416b9f Mon Sep 17 00:00:00 2001 From: Duncan Riefler Date: Mon, 18 Jul 2022 16:09:28 -0700 Subject: [PATCH] Update package and library name to SnapSDK to avoid naming collision with SnapKit --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 5061b00..9c96554 100644 --- a/Package.swift +++ b/Package.swift @@ -4,14 +4,14 @@ import PackageDescription let package = Package( - name: "SnapKit", + name: "SnapSDK", platforms: [ .iOS(.v11) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( - name: "SnapKit", + name: "SnapSDK", targets: ["SCSDKCoreKit", "SCSDKLoginKit", "SCSDKCreativeKit"]) ], targets: [