I have a use case where I need to "generate" mobile apps with a specific package name (Android) or Bundle Identifier (iOS).
As this should be able to run on all operating systems (macOS, Windows, Linux), just using e.g. the Xcode command line tools is not an option. So I though about using fastlane.
I created template projects with Android Studio and Xcode once, then checked the results in to version control as a "template".
How can I rename those iOS and Android projects using fastlane?