-
Notifications
You must be signed in to change notification settings - Fork 176
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
Updated Authenticator to v5.0.0 #147
Conversation
Unfortunately, at the moment .fals are not supported by app delivery system. |
Is it planned to implement? |
Yes, in long-term plans. |
Okay, how would you like this PR to be handled?
|
We'll come back after discussing that later today. |
OK - so we decided to add an option to the build system to allow packaging .fal files as resources, in order to keep current app distribution scheme in form of a single file. That will require some changes on apps' side - .fals that are packaged that way will be extracted to Build system changes are in the works. |
So just to make sure I understand correctly:
|
Nope. Plugins will be getting a new |
Please check out the initial implementation of the feature in flipperdevices/flipperzero-firmware#3083 tldr: mark your plugins with |
Thanks for the implementation. |
Nope, we are expecting all firmware versions to maintain same set of basic build system capabilities. |
I understand that you have already developed an advanced scripting system around full firmware sources for building your app - but, I suggest you switch to ufbt and using SDKs for different firmwares. That would reduce complexity of your builds, provide significant speed-ups and make them easier to maintain. If you need any extra features from the build system, feel free to request them. |
I was thinking about switching to uFBT, but what was really stopped me is that it was pretty unclear from uFBT docs how to:
So I just postponed it for some time. If you have some good examples or good explanations how to achieve two goals above - I'm all in to move to uFBT and actually simplify my custom build scripts |
|
Yeah, it does help. Will try again with uFBT and will definitely come back if any questions. Thanks |
May I request a few help\clarification here?
Attaching buildlog.txt |
Application Submission
Updated Authenticator app to v5.0.0
Extra Requirements
Authenticator CLI was extracted into separate FAL plugins which are getting loaded on demand. So please make sure that your bundles and installers do care about putting not just FAP but also all the FAL files when app is installing to the device
Author Checklist (Fill this out)
Reviewer Checklist (Don't fill this out)