File tree
3 files changed
+4
-4
lines changed- .github/workflows
- apps
- scripts
3 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
|
Submodule projectGenerator updated 67 files
- .github/workflows/build-linux.yml+102-17
- .github/workflows/build-macos.yml+15-10
- .github/workflows/build-vs.yml+5
- .gitignore+2
- README.md+39-6
- commandLine/App.xcconfig+3-2
- commandLine/Project.xcconfig+5-5
- commandLine/bin/data/.gitkeep
- commandLine/commandLine.xcodeproj/project.pbxproj+68-18
- commandLine/config.make+8-4
- commandLine/of.entitlements+13-5
- commandLine/openFrameworks-Info.plist+13
- commandLine/src/addons/ofAddon.cpp+335-103
- commandLine/src/addons/ofAddon.h+57-23
- commandLine/src/defines.h+2
- commandLine/src/main.cpp+241-82
- commandLine/src/optionparser.h+1.3k-1.2k
- commandLine/src/projects/CBLinuxProject.cpp+1-1
- commandLine/src/projects/CBLinuxProject.h+1-1
- commandLine/src/projects/CBWinProject.cpp+5-5
- commandLine/src/projects/CBWinProject.h+1-1
- commandLine/src/projects/VSCodeProject.cpp+25-23
- commandLine/src/projects/VSCodeProject.h+1-1
- commandLine/src/projects/android2024.cpp+6-4
- commandLine/src/projects/android2024.h+1-1
- commandLine/src/projects/androidStudioProject.h+1-1
- commandLine/src/projects/baseProject.cpp+118-79
- commandLine/src/projects/baseProject.h+61-55
- commandLine/src/projects/qtcreatorproject.cpp+1-1
- commandLine/src/projects/qtcreatorproject.h+1-1
- commandLine/src/projects/visualStudioProject.cpp+147-80
- commandLine/src/projects/visualStudioProject.h+1-1
- commandLine/src/projects/xcodeProject.cpp+138-75
- commandLine/src/projects/xcodeProject.h+6-2
- commandLine/src/utils/LibraryBinary.h+9-4
- commandLine/src/utils/Utils.cpp+149-13
- commandLine/src/utils/Utils.h+17-1
- commandLine/src/uuidxx/src/uuidxx.cpp+7-2
- frontend/app.js+55-9
- frontend/index.html+17
- frontend/index.js+46-4
- frontend/npm-shrinkwrap.json+1.0k-740
- 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+77
- scripts/linux/ci_build_pg.sh+38
- scripts/linux/ci_install_core.sh+96
- scripts/linux/test_cmdline.sh+48
- scripts/osx/PG.entitlements+14
- scripts/osx/build_cmdline.sh+18-1
- scripts/osx/build_dev_frontend.sh+98
- scripts/osx/build_frontend.sh+31-9
- scripts/osx/build_frontend_64.sh+19
- scripts/osx/build_frontend_arm64.sh+19
- scripts/osx/ci_build_pg.sh+43-22
- scripts/osx/ci_install_core.sh+6-2
- scripts/osx/test_cmdline.sh+64-2
- scripts/secure.sh+73-36
- scripts/vs/build_dev_frontend.sh+2
- scripts/vs/build_frontend.sh+5
- scripts/vs/ci_cmd_package.sh+2
- scripts/vs/ci_frontend_package.sh+2-2
- scripts/vs/setup_environment.sh+1
- scripts/vs/test_cmdline.sh+41-2
Submodule apothecary updated 228 files
0 commit comments