Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed May 3, 2017
1 parent ac2021e commit 1901ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/LicensePlistCore/LicensePlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public final class LicensePlist {
Log.info("# Missing license:")
guard let carthageLibraries = carthageLibraries else {
assert(false)
return
}
let missing = Set(carthageLibraries.map { $0.name }).subtracting(Set(licenses.map { $0.name }))
if missing.isEmpty {
Expand Down

0 comments on commit 1901ab2

Please sign in to comment.