Skip to content

Commit

Permalink
remove pgVersion from json
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre authored Aug 21, 2024
1 parent dec6429 commit 00ff713
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions commandLine/src/projects/xcodeProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,7 @@ bool xcodeProject::saveProjectFile(){
contents.close();


// json jversion = { "_OFProjectGeneratorVersion", getPGVersion() };
// j.update(jversion);
// json jversion = getPGVersion();
j["_OFProjectGeneratorVersion"] = getPGVersion();
// j["_OFProjectGeneratorVersion"] = getPGVersion();


for (auto & c : commands) {
Expand Down

0 comments on commit 00ff713

Please sign in to comment.