From d2043dbf36dae81ba250fc8fb154fb09311fb614 Mon Sep 17 00:00:00 2001 From: Dimitre Date: Wed, 11 Sep 2024 08:50:19 -0300 Subject: [PATCH] Add pgVersion here I'll be adding a commit to the bleeding branch. if it triggers any action it will probably fail because OF Core changed in the meantime --- commandLine/src/projects/xcodeProject.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commandLine/src/projects/xcodeProject.cpp b/commandLine/src/projects/xcodeProject.cpp index bb7dd7e8..b03f722d 100644 --- a/commandLine/src/projects/xcodeProject.cpp +++ b/commandLine/src/projects/xcodeProject.cpp @@ -68,6 +68,8 @@ xcodeProject::xcodeProject(const string & target) : baseProject(target){ bool xcodeProject::createProjectFile(){ fs::path xcodeProject = projectDir / ( projectName + ".xcodeproj" ); + addCommand("Add :_OFProjectGeneratorVersion string " + getPGVersion()); + // alert ("createProjectFile " + ofPathToString(xcodeProject), 35); if (fs::exists(xcodeProject)) {