2 files changed
+1
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
123 | 122 |
| |
124 | 123 |
| |
125 | 124 |
| |
126 | 125 |
| |
127 |
| - | |
128 | 126 |
| |
129 | 127 |
| |
130 | 128 |
| |
|
Submodule projectGenerator updated 42 files
- .github/workflows/build-linux.yml+102-17
- .github/workflows/build-macos.yml+15-10
- .github/workflows/build-vs.yml+5
- README.md+39-6
- commandLine/App.xcconfig+3-2
- commandLine/Project.xcconfig+4-3
- commandLine/bin/data/.gitkeep
- commandLine/commandLine.xcodeproj/project.pbxproj+26-1
- commandLine/config.make+8-4
- commandLine/of.entitlements+13-5
- commandLine/openFrameworks-Info.plist+13
- commandLine/src/addons/ofAddon.cpp+10
- commandLine/src/addons/ofAddon.h+5
- commandLine/src/main.cpp+181-72
- commandLine/src/projects/baseProject.cpp+7-1
- commandLine/src/projects/baseProject.h+47-50
- commandLine/src/projects/visualStudioProject.cpp+11-11
- commandLine/src/projects/xcodeProject.cpp+30-14
- commandLine/src/projects/xcodeProject.h+4
- commandLine/src/utils/Utils.cpp+2-2
- commandLine/src/utils/Utils.h+1
- frontend/app.js+55-9
- frontend/index.html+17
- frontend/index.js+43-1
- frontend/npm-shrinkwrap.json+568-687
- frontend/package.json+15-10
- scripts/ios/build_cmdline.sh
- scripts/ios/test_cmdline.sh+23
- scripts/linux/buildPG.sh-53
- scripts/linux/build_cmdline.sh+30
- scripts/linux/build_frontend.sh+75
- scripts/linux/ci_build_pg.sh+38
- scripts/linux/ci_install_core.sh+96
- scripts/linux/test_cmdline.sh+29
- scripts/osx/PG.entitlements+14
- scripts/osx/build_cmdline.sh+17-1
- scripts/osx/build_dev_frontend.sh+97
- scripts/osx/build_frontend.sh+19-2
- scripts/osx/ci_build_pg.sh+20-10
- scripts/osx/ci_install_core.sh+6-2
- scripts/osx/test_cmdline.sh+41-2
- scripts/vs/test_cmdline.sh+21-2
0 commit comments