love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
207 stars 72 forks source link

Added initial fastlane structure #265

Closed ClockGen closed 9 months ago

ClockGen commented 9 months ago

Continuing from #220.

I added a template fastlane structure, filled out some things I could, however there's still the need to replace screenshots and featureGraphic.png with normal ones, so far I simply added blank images of needed resolution. FeatureGraphic is sort of 'banner' that's displayed on app's page. Full description is also nominal and could be improved.

Some things to consider:

More info and reference about fastlane: https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots/#fastlane-structure
https://gitlab.com/-/snippets/1895688