Skip to content

Commit

Permalink
Fix Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
fastred committed Aug 31, 2019
1 parent ce95a98 commit a789361
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,9 +4,9 @@ import PackageDescription
let package = Package(
name: "DeallocationChecker",
products: [
.library(name: "DeallocationChecker", targets: ["DeallocationChecker-iOS"])
.library(name: "DeallocationChecker", targets: ["DeallocationChecker"])
],
targets: [
.target(name: "DeallocationChecker-iOS", dependencies: [], path: "Sources")
.target(name: "DeallocationChecker", dependencies: [], path: "Sources")
]
)

0 comments on commit a789361

Please sign in to comment.