Merge branch 'master' into use_relative_path_for_XcodeProj

This commit is contained in:
Kamil Pyć
2020-01-12 18:22:41 +01:00
committed by GitHub
3 changed files with 12 additions and 2 deletions
+4 -2
View File
@@ -534,8 +534,10 @@ public class PBXProjGenerator {
}
case .framework:
let buildPath = Path(dependency.reference).parent().string.quoted
frameworkBuildPaths.insert(buildPath)
if !dependency.implicit {
let buildPath = Path(dependency.reference).parent().string.quoted
frameworkBuildPaths.insert(buildPath)
}
let fileReference: PBXFileElement
if dependency.implicit {