Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sosnovsky authored Oct 14, 2021
1 parent 9c8f17d commit c41674d
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,13 +4,13 @@
import PackageDescription

let package = Package(
name: "MailCore2",
name: "MailCore",
platforms: [
.iOS(.v12)
],
products: [
.library(
name: "MailCore2",
name: "MailCore",
targets: ["MailCore"]),
],
targets: [
Expand Down

0 comments on commit c41674d

Please sign in to comment.