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

[feature request] Create a full path to deploy screenshots to App Store Connect #49

Open
Sparklydust opened this issue Jul 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Sparklydust
Copy link

It would be a good feature if xcparse could deploy to App Store Connect screenshots in every language used within one's Xcode project as well as on every device available via Bitrise.

Can we have documentation on every step that is necessary to accomplish this feature?

Could it be done without using fastlane and avoiding to have more layers in one's project?

@Sparklydust Sparklydust added the bug Something isn't working label Jul 23, 2020
@abotkin-cpi abotkin-cpi added enhancement New feature or request and removed bug Something isn't working labels Jul 27, 2020
@abotkin-cpi abotkin-cpi self-assigned this Jul 27, 2020
@abotkin-cpi abotkin-cpi added this to the 2.2 milestone Jul 27, 2020
@abotkin-cpi
Copy link
Collaborator

@rsukumar-cpi This is the ticket I was talking about, if you want to take this on. xcparse will need to be able to take an argument that passes a fastlane directory (an option for the screenshots command only). From the fastlane directory, should go to the screenshots directory and then follow the advice found in the README.txt fastlane puts there

Put all screenshots you want to use inside the folder of its language (e.g. en-US).
The device type will automatically be recognized using the image resolution. Apple TV screenshots
should be stored in a subdirectory named appleTV with language folders inside of it. iMessage
screenshots, like Apple TV screenshots, should also be stored in a subdirectory named iMessage
with language folders inside of it.

The screenshots can be named whatever you want, but keep in mind they are sorted alphabetically.

Looking in the CP iOS app source repo, you'll find this in ./fastlane/screenshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants