projectGeneratorSimple
projectGeneratorSimple copied to clipboard
[ofxSyphon](https://github.com/astellato/ofxSyphon) includes Syphon.framework in libs/Syphon/lib/osx For addons which have a framework in their lib folder, the framework needs to be added to the Xcode project's Copy Files build phase (which...
[ofxSyphon](https://github.com/astellato/ofxSyphon) includes Syphon.framework in libs/Syphon/lib/osx For addons which have a framework in their lib folder, the path to the framework needs to be added to FRAMEWORK_SEARCH_PATHS for generated Xcode projects....
I don't know where you are heading with the projectGeneratorSimple. (if you want to add more project templates or not) But for my personal use I added a codelite project...
I am merging all the PGs here and cleaning them up alot on this PR (more changes coming). Not all platform files will be updated on this branch / I'm...
This should simplify path splitting in ofAddon. In the Visual Studio Project, I reverted all paths back to backslashes instead of handling it in various parts of the project.
refactors common parts of old and new PG so we can have a command line tool and maintain the common parts
I just tested the included project generator on the latest download (OSX) and it isn't adding some addons that were previously added (e.g. ofxJSON). This seems to be an issue...
this solves the issue where addons for iOS could be included twice in the PG resulting in linking errors. Addresses final issue in #3028
created new project files for PG using 0.8.1's internal PG. this PR isn't ready yet since there's small compile issues with ofApp vs testApp, etc... this should solve @kcimc's request...
I'm seeing an issue where frameworks I've specified via ADDON_FRAMEWORKS in addon_config.mk are added to the project but not to the "Link binary with libraries" build phase. Replicate: - clone...