Skip to content

Commit

Permalink
Support LicensePlist 2.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano committed Jan 17, 2020
1 parent 43f8965 commit 5994dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LicensePlistViewController/LicensePlistParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ internal class LicensePlistParser {

return preferenceSpecifiers
.compactMap { $0 as? Dictionary<String, Any> }
.filter { $0["Type"] as? String == "PSChildPaneSpecifier" }
.map { v -> Item in
let title = v["Title"] as? String
let file = v["File"] as? String
Expand Down

0 comments on commit 5994dc5

Please sign in to comment.