We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c7376 commit 5cd3d8dCopy full SHA for 5cd3d8d
1 file changed
commandLine/src/projects/xcodeProject.cpp
@@ -680,7 +680,7 @@ void xcodeProject::addCommand(const string & command) {
680
}
681
682
string xcodeProject::addFile(const fs::path & path, const fs::path & folder, const fileProperties & fp) {
683
- alert("addFile " + ofPathToString(path) + " : " + ofPathToString(folder) , 31);
+ //alert("addFile " + ofPathToString(path) + " : " + ofPathToString(folder) , 31);
684
685
string UUID = "";
686
std::map<fs::path, string> extensionToFileType {
0 commit comments