Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/projectGenerator
Submodule projectGenerator updated 32 files
+4 −0 commandLine/App.xcconfig
+4 −8 commandLine/Project.xcconfig
+3 −3 commandLine/commandLine.vcxproj
+27 −90 commandLine/commandLine.vcxproj.filters
+178 −284 commandLine/commandLine.xcodeproj/project.pbxproj
+1 −11 commandLine/commandLine.xcodeproj/xcshareddata/xcschemes/commandLine Debug.xcscheme
+2 −12 commandLine/commandLine.xcodeproj/xcshareddata/xcschemes/commandLine Release.xcscheme
+9 −2 commandLine/config.make
+24 −0 commandLine/of.entitlements
+98 −110 commandLine/src/addons/ofAddon.cpp
+78 −76 commandLine/src/addons/ofAddon.h
+109 −92 commandLine/src/main.cpp
+35 −59 commandLine/src/projects/CBLinuxProject.cpp
+1 −5 commandLine/src/projects/CBLinuxProject.h
+41 −39 commandLine/src/projects/CBWinProject.cpp
+4 −7 commandLine/src/projects/CBWinProject.h
+33 −60 commandLine/src/projects/androidStudioProject.cpp
+2 −1 commandLine/src/projects/androidStudioProject.h
+247 −271 commandLine/src/projects/baseProject.cpp
+25 −25 commandLine/src/projects/baseProject.h
+52 −53 commandLine/src/projects/qtcreatorproject.cpp
+2 −1 commandLine/src/projects/qtcreatorproject.h
+271 −186 commandLine/src/projects/visualStudioProject.cpp
+5 −5 commandLine/src/projects/visualStudioProject.h
+307 −264 commandLine/src/projects/xcodeProject.cpp
+10 −9 commandLine/src/projects/xcodeProject.h
+4 −0 commandLine/src/utils/LibraryBinary.h
+176 −174 commandLine/src/utils/Utils.cpp
+34 −28 commandLine/src/utils/Utils.h
+1 −1 frontend/app.js
+3 −3 frontend/index.js
+19 −10 scripts/osx/buildPG.sh