Skip to content

Commit

Permalink
Merge pull request #4 from Snapchat/update-package-name
Browse files Browse the repository at this point in the history
Update package and library name to SnapSDK
  • Loading branch information
driefler authored Jul 18, 2022
2 parents da65f0c + 329d361 commit e0cab78
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 e0cab78

Please sign in to comment.