[feature request] Create a full path to deploy screenshots to App Store Connect
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?
@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.