-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apothecary Update / Project Generator Update (#8068)
* Apothecary Update / Project Generator Update - osx libraries now using /macos/ folder * macos make file fix * macos paths * fmod off default * ofAppNoWindow macOS has issue converting pixels without GL context - io test use window for now - * cURL debugging * embedded curl test * cURL Tests macOS fixes * ofURLFileLoader - OpenSSL Local cert when targeting macOS * Tests - test no window again * Tests - io loadImage changes reset * FMOD Re-enabled for default
- Loading branch information
Showing
10 changed files
with
204 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule projectGenerator
updated
13 files
+1 −1 | .github/workflows/build-linux.yml | |
+7 −1 | commandLine/src/addons/ofAddon.cpp | |
+3 −3 | commandLine/src/defines.h | |
+29 −29 | commandLine/src/main.cpp | |
+1 −0 | commandLine/src/projects/xcodeProject.cpp | |
+1 −1 | commandLine/src/utils/Utils.cpp | |
+204 −39 | frontend/app.js | |
+22 −5 | frontend/index.html | |
+326 −125 | frontend/index.js | |
+11 −11 | frontend/npm-shrinkwrap.json | |
+1 −1 | frontend/package.json | |
+22 −17 | frontend/preload.js | |
+16 −27 | scripts/osx/ci_build_pg.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.