-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Variables Removal #195
base: develop
Are you sure you want to change the base?
Variables Removal #195
Conversation
Added Discord button
Update README.md
added support to remove variables
Hey @Vukiz, thanks for the PR! There're 2 things we need to address before merging:
|
6e2b127
to
15d17f3
Compare
added interface implementation to failed test
15d17f3
to
0fb86a0
Compare
Hey, @weeeBox! Finally won in a battle of me vs syntax. |
@Vukiz, cool - thanks! Things are a bit busy on my end right now - I'll try to review and merge until the end of the week! |
@Vukiz, why do we need a |
Seems like I'm using XUPorter(https://github.com/onevcat/XUPorter) without knowing it. Without .projmods file after build xcode project I need to manually add Lunar lib to xcode project or to write a postprocessor so this files would be linked. |
There's a build post-processor already. I think we can delete the |
Yeah, for some reason that didn't work in my projects. Removed this file anyways. |
added support to remove variables
It can be used to create dynamic menus in plugin - so you can add or remove variables on button clicked.