mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
* Revert "Change FRAMEWORK_SEARCH_PATH for xcframeworks (#1015)"
This reverts commit 7b8f5a117f.
* Don't actually revert the changelog entry
* ProjectSpec.md: document how to link an xcframework
* Update CHANGELOG.md
This commit is contained in:
@@ -769,19 +769,9 @@ public class PBXProjGenerator {
|
||||
|
||||
case .framework:
|
||||
if !dependency.implicit {
|
||||
let buildPath = Path(dependency.reference)
|
||||
let buildPathString: String
|
||||
|
||||
if buildPath.extension == "xcframework" {
|
||||
buildPathString = """
|
||||
"\(Path(dependency.reference).string)/**"
|
||||
"""
|
||||
} else {
|
||||
buildPathString = buildPath.parent().string.quoted
|
||||
}
|
||||
frameworkBuildPaths.insert(buildPathString)
|
||||
let buildPath = Path(dependency.reference).parent().string.quoted
|
||||
frameworkBuildPaths.insert(buildPath)
|
||||
}
|
||||
|
||||
|
||||
let fileReference: PBXFileElement
|
||||
if dependency.implicit {
|
||||
|
||||
Reference in New Issue
Block a user