Exempt PRODUCT_NAME from build setting restriction

This commit is contained in:
Olof Hellman
2019-07-28 19:09:20 -07:00
parent 5d4727b14a
commit 1809ad94e1
6 changed files with 19 additions and 10 deletions

View File

@@ -41,6 +41,8 @@ public func processXcodeprojAt(url: URL) -> ProcessXcodeprojResult {
inBuildSettingsBlock = false
} else if let _ = nthLine.range(of:"CODE_SIGN_IDENTITY") {
} else if let _ = nthLine.range(of:"PRODUCT_NAME") {
} else {
badLines.append(nthLine)
}