-
-
Notifications
You must be signed in to change notification settings - Fork 253
Description
Discussed in #2464
Originally posted by paulocoutinhox March 18, 2025
Hi,
I’m currently facing an issue (and I believe others might too) where I have multiple Axmol projects to maintain. Every time I want to update or sync with the latest Axmol template changes, I need to manually update the proj.ios, proj.android, or other platform-specific folders across all projects:
https://github.com/paulocoutinhox?tab=repositories&q=axmol&type=&language=&sort=
Would it be possible to create a command that automatically regenerates the missing proj.xyz directories based on the latest templates?
This would significantly simplify the maintenance process. We could focus solely on keeping the Content and Source folders, while the platform-specific projects could be recreated as needed with the command.
For reference, Flutter has a similar behavior: when you run the flutter create command, it checks if the lib (source) folder and platform folders exist, and only creates the missing ones without overwriting existing content.
It would be great to have something similar in Axmol!
Thanks.