Skip to content

Commit 9ea2f2a

Browse files
authored
xcframework add to build phase (#611)
1 parent f84c674 commit 9ea2f2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

commandLine/src/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define OFPROJECTGENERATOR_MAJOR_VERSION "0"
2-
#define OFPROJECTGENERATOR_MINOR_VERSION "90"
2+
#define OFPROJECTGENERATOR_MINOR_VERSION "91"
33
#define OFPROJECTGENERATOR_PATCH_VERSION "0"
44

55
#define PG_VERSION (OFPROJECTGENERATOR_MAJOR_VERSION "." OFPROJECTGENERATOR_MINOR_VERSION "." OFPROJECTGENERATOR_PATCH_VERSION)

commandLine/src/projects/xcodeProject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ void xcodeProject::addFramework(const fs::path & path, const fs::path & folder,
568568
addCommand("Add :objects:" + c + ":buildSettings:FRAMEWORK_SEARCH_PATHS: string " + parent);
569569
}
570570
if (path.extension() == ".xcframework") {
571+
fp.addToBuildPhase = true;
571572
addCommand("Add :objects:" + c + ":buildSettings:XCFRAMEWORK_SEARCH_PATHS: string " + parent);
572573
}
573574
}

0 commit comments

Comments
 (0)