Skip to content

Commit a48269c

Browse files
committed
removing dadaism
1 parent 223cacf commit a48269c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commandLine/src/projects/xcodeProject.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ void xcodeProject::addFramework(const fs::path & path, const fs::path & folder,
530530
addCommand("Add :objects:" + c + ":buildSettings:FRAMEWORK_SEARCH_PATHS: string " + parent);
531531
}
532532
if (path.extension() == ".xcframework") {
533-
fp.addToBuildPhase = true;
534533
addCommand("Add :objects:" + c + ":buildSettings:XCFRAMEWORK_SEARCH_PATHS: string " + parent);
535534
}
536535
}

0 commit comments

Comments
 (0)