-
Notifications
You must be signed in to change notification settings - Fork 76
Local addons ok, Recursive projects fix, storyboard added to ios #595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The purpose of this is to be able to have extra information of an addon in the form of a comment and not loosing that. For example, there is a very nice "Package Manager" made by @thomasgeissl which relies on this feature, where it encodes as a comment the version or commit of an addon, so you can then have that. I am not sure if I implemented it all but the idea is that you dont remove the comments from the addons.mk file |
… bundle resources
@danoli3 can you help us checking why macos runner is failing here? |
going over this in the context of #8313 I am new to ProjectGenerator but @dimitre I think you misinterpret the |
@dimitre I'll figure this out now |
Okay lets fix the clean name thing later just add a command to toggle that on or off passed to PG easy with default being on as before but lets merge this I'll fix the rest keep it moving |
I'm now working on this issue #580
I've noticed it is mostly working after @roymacdonald PR,
but it enforces using ./ in the start of the path, like
this PR allows addons to be added like
and also removes the function cleanName.
This function actually parses a commented out line like
#ofxSyphon
, removes the comment and add the addon back which contradicts the person original intention.