Skip to content
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

Added initial fastlane structure #265

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

ClockGen
Copy link

@ClockGen ClockGen commented Jan 19, 2024

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:

  • Changelogs should be named as versionCode of each version, right now I named it '32.txt' as of last stable apk, so for new versions new files with corresponding versionCode should be added.
  • If you want to add translations to description, they should be added as separate metadata in their respective folders, right now I only added default 'en_US' locale.
  • full_description.txt can be formatted with html tags, however some tags are forbidden (more info in reference links below).

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

Copy link
Collaborator

@MikuAuahDark MikuAuahDark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge this once I'm done updating the 12.x branch to use the latest upstream.

@MikuAuahDark MikuAuahDark merged commit 10f65a4 into love2d:12.x Jan 26, 2024
@MikuAuahDark MikuAuahDark added this to the 12.0 milestone Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants