mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-11-10 06:14:38 +03:00
add "$(inherited)" when setting automatic carthage FRAMEWORK_SEARCH_PATHS
This commit is contained in:
parent
4d802cf2e8
commit
67c9626d98
@ -194,7 +194,7 @@ public class PBXProjGenerator {
|
||||
} else if let string = buildSettings[frameworkSearchPaths] as? String {
|
||||
buildSettings[frameworkSearchPaths] = [string, carthagePlatformBuildPath]
|
||||
} else {
|
||||
buildSettings[frameworkSearchPaths] = carthagePlatformBuildPath
|
||||
buildSettings[frameworkSearchPaths] = ["$(inherited)", carthagePlatformBuildPath]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user