File tree Expand file tree Collapse file tree
ofxProjectGenerator/src/projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,6 +258,9 @@ void xcodeProject::saveScheme(){
258258 ofFile::copyFromTo (ofFilePath::join (templatePath, " emptyExample.xcodeproj/xcshareddata/xcschemes/emptyExample Release.xcscheme" ), schemeToR);
259259 findandreplaceInTexfile (schemeToD, " emptyExample" , projectName);
260260 findandreplaceInTexfile (schemeToR, " emptyExample" , projectName);
261+
262+ std::string workspaceTo = projectDir + projectName + " .xcodeproj/project.xcworkspace" ;
263+ ofFile::copyFromTo (ofFilePath::join (templatePath, " emptyExample.xcodeproj/project.xcworkspace" ), schemeTo);
261264 }else {
262265 std::string schemeTo = projectDir + projectName + " .xcodeproj" + " /xcshareddata/xcschemes/" + projectName + " .xcscheme" ;
263266 ofFile::copyFromTo (ofFilePath::join (templatePath, " emptyExample.xcodeproj/xcshareddata/xcschemes/emptyExample.xcscheme" ), schemeTo);
You can’t perform that action at this time.
0 commit comments