Skip to content

Commit

Permalink
Update package and library name to SnapSDK to avoid naming collision …
Browse files Browse the repository at this point in the history
…with SnapKit
  • Loading branch information
driefler committed Jul 18, 2022
1 parent da65f0c commit 329d361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 329d361

Please sign in to comment.