Dimitre
Dimitre
I was hardcoding PG_MODE_CREATE until yesterday but it resulted in issues with recursive scripts. so I wonder if this PG_MODE is relevant at all. will read more code later today
@2bbb it can be done like this: ```c++ if (!ofFile::doesFileExist(ofFilePath::join(projectDir, "openFrameworks-Info.plist"))) { ``` but maybe as an optional parameter of projectGenerator because sometimes info.plist get updated with most modern settings...
ProjectGenerator template has Release Debug and AppStore xcschemes files, but only make copies of the Debug and Release. Should we copy AppStore too or it is a leftover? ```c++ void...
@2bbb I like a lot the idea of keeping some info untouched by project generator. In fact it would be GREAT to have a recipe to build the project, something...
It is super useful. for team work or project archival. I think PG is so outdated that lots of things needs a rewrite.
I've made this tool a while ago to get reproduceable projectGenerator settings https://github.com/dimitre/ofbuild it uses a file ```of.yml``` in project folder to act as a guide usage example: ```yml name:...
@icq4ever can you please check it again if the issue still persists?
Please report the errors. I think PG is bundled correctly in OF nightly, just not working if you download directly from this repo
@moebiussurfing open one issue describing what is happening, or steps to reproduce
Now 0.12.0 is out I think it is a good time to reavail the need of using projectGenerator (and maybe apothecary) as submodules. They can be cloned on demand via...