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

Fix validation errors in Smoothie's fastlane metadata #6

Open
30 tasks
teolemon opened this issue Jan 23, 2022 · 0 comments
Open
30 tasks

Fix validation errors in Smoothie's fastlane metadata #6

teolemon opened this issue Jan 23, 2022 · 0 comments
Labels
🐛 bug Something isn't working

Comments

@teolemon
Copy link
Member

What

  • Fix validation errors
  • fastlane/metadata/android/en-US/title.txt: content length exceeded: expected=30, got=43
  • failed to read file "fastlane/metadata/android/en-US/full_description.txt": open fastlane/metadata/android/en-US/full_description.txt: no such file or directory
  • fastlane/metadata/android/en-US/images/icon.png: icon must be 512x512: got=1200x1200
  • failed to read image "fastlane/metadata/android/en-US/images/icon.svg": image: unknown format
  • fastlane/metadata/android/en-US/images/phoneScreenshots/1.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/en-US/images/phoneScreenshots/2.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/en-US/images/phoneScreenshots/3.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/en-US/images/phoneScreenshots/4.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/en-US/images/phoneScreenshots/5.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • failed to read file "fastlane/metadata/android/fr-FR/title.txt": open fastlane/metadata/android/fr-FR/title.txt: no such file or directory
  • failed to read file "fastlane/metadata/android/fr-FR/short_description.txt": open fastlane/metadata/android/fr-FR/short_description.txt: no such file or directory
  • failed to read file "fastlane/metadata/android/fr-FR/full_description.txt": open fastlane/metadata/android/fr-FR/full_description.txt: no such file or directory
  • fastlane/metadata/android/fr-FR/images/icon.png: icon must be 512x512: got=1200x1200
  • fastlane/metadata/android/fr-FR/images/phoneScreenshots/1.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/fr-FR/images/phoneScreenshots/2.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/fr-FR/images/phoneScreenshots/3.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/fr-FR/images/phoneScreenshots/4.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • fastlane/metadata/android/fr-FR/images/phoneScreenshots/5.png: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: icon must be 512x512: got=1200x1200
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: icon must be 512x512: got=1200x1200
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16
  • Error: 'max:min' edge radio should be at most 2.0: got=2.16

Part of

@teolemon teolemon changed the title Fix validation errors Fix validation errors in Smoothie's fastlane metadata Apr 22, 2022
@teolemon teolemon added this to the V1 milestone Apr 22, 2022
@teolemon teolemon added the 🐛 bug Something isn't working label Apr 22, 2022
@teolemon teolemon removed this from the V1 milestone Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
Status: To Discuss & Validate
Status: 📋 Todo (ready 2 dev)
Development

No branches or pull requests

1 participant