2 files changed
+2
-2
lines changedSubmodule projectGenerator updated 26 files
- .github/workflows/build-linux.yml+26
- .github/workflows/build-macos.yml+34
- commandLine/Project.xcconfig+1-1
- commandLine/commandLine.cbp+2-2
- commandLine/commandLine.xcodeproj/project.pbxproj+4.3k-645
- commandLine/openFrameworks-Info.plist+5-1
- commandLine/src/defines.h+4
- commandLine/src/main.cpp+29-2
- frontend/app.js+56-5
- frontend/index.html+9
- frontend/index.js+74-2
- frontend/npm-shrinkwrap.json+624-435
- frontend/package.json+6-6
- ofxProjectGenerator/src/addons/ofAddon.cpp+11-2
- ofxProjectGenerator/src/addons/ofAddon.h+2-1
- ofxProjectGenerator/src/projects/baseProject.cpp+158-10
- ofxProjectGenerator/src/projects/baseProject.h+6
- ofxProjectGenerator/src/projects/visualStudioProject.cpp+1
- ofxProjectGenerator/src/projects/xcodeProject.cpp+32-16
- ofxProjectGenerator/src/projects/xcodeProject.h+1
- ofxProjectGenerator/src/utils/Utils.cpp+7-3
- ofxProjectGenerator/src/utils/Utils.h+1-1
- scripts/githubactions-id_rsa.enc+71
- scripts/linux/buildPG.sh+21-9
- scripts/osx/_macOSTranslocationFix.command-3
- scripts/osx/buildPG.sh+74-32
Submodule apothecary updated 50 files
- .appveyor.yml+7-2
- .github/workflows/build-android.yml+33
- .github/workflows/build-emscripten.yml+27
- .github/workflows/build-linux-arm.yml+48
- .github/workflows/build-linux64.yml+33
- .github/workflows/build-macos.yml+45
- .travis.yml+25-18
- README.md+10-16
- apothecary/PROGRESS.md+1-1
- apothecary/apothecary+1-1
- apothecary/formulas/FreeImage/Makefile.osx+7-7
- apothecary/formulas/_depends/pixman.sh+3-2
- apothecary/formulas/assimp.sh+3-2
- apothecary/formulas/boost/boost.sh+16-9
- apothecary/formulas/cairo.sh+15-4
- apothecary/formulas/curl/curl.sh+34-12
- apothecary/formulas/fmod.sh+59
- apothecary/formulas/freetype/freetype.sh+5-3
- apothecary/formulas/glew.sh+5-5
- apothecary/formulas/glfw.sh+4-3
- apothecary/formulas/glm/glm.sh+1-6
- apothecary/formulas/kiss/kiss.sh+4-6
- apothecary/formulas/libpng/libpng.sh+7-4
- apothecary/formulas/libusb.sh+1-1
- apothecary/formulas/libxml2/libxml2.sh+5-5
- apothecary/formulas/opencv/opencv.sh+30-16
- apothecary/formulas/openssl/13-macos-arm.conf+15
- apothecary/formulas/openssl/openssl.sh+50-30
- apothecary/formulas/poco/AppleTVSimulator+1-1
- apothecary/formulas/poco/poco.sh+429-435
- apothecary/formulas/pugixml.sh+2-2
- apothecary/formulas/rtAudio/rtAudio.sh+1-1
- apothecary/formulas/svgtiny/libparseutils.patch+10-168
- apothecary/formulas/svgtiny/svgtiny.sh+33-31
- apothecary/formulas/svgtiny/vs2015/vs2015.vcxproj+19-1
- apothecary/formulas/svgtiny/vs2017/vs2017.vcxproj+19-1
- apothecary/formulas/tess2/tess2.sh+13-16
- apothecary/formulas/uri/uri.sh+2-2
- apothecary/formulas/uriparser/uriparser.sh+2-2
- apothecary/formulas/videoInput.sh+4-3
- scripts/android/install.sh+1
- scripts/build.sh+34-11
- scripts/calculate_formulas.sh+2-2
- scripts/emscripten/install.sh+6-6
- scripts/githubactions-id_rsa.enc+71
- scripts/ios/install.sh+3-2
- scripts/linux/install.sh+9
- scripts/linuxarmv7l/install.sh+5-5
- scripts/osx/install.sh+3-1
- scripts/tvOS/install.sh+3-2
0 commit comments