Skip to content

Commit

Permalink
Add pgVersion here
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dimitre authored Sep 11, 2024
1 parent c00e730 commit d2043db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commandLine/src/projects/xcodeProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit d2043db

Please sign in to comment.