itunes_transporter_generator icon indicating copy to clipboard operation
itunes_transporter_generator copied to clipboard

CLI for generating and packaging app store assets for Game Center and In-App Purchases

Results 7 itunes_transporter_generator issues
Sort by recently updated
recently updated
newest added

Added new target 'watch', which matches with 'iOS-Apple-Watch' platform name

there is a new "App Metadata Specification" named 5.2 that we should conform to link: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/resources/download/AppMetadataSpecification/pdf

I'd love to be able to generate the initial YAML file from my existing metadata.xml.

For example, if we set an english screenshot with filename "en/screenshot.png" and a german screenshot named "de/screenshot.png", in the resulting .itmsp only 1 image file will exist "1.png", even if...

Hey, when I create the yaml file and enter content for the fi-fi localization, this data does not show up in the itmsp file. Instead for the fi-fi localization the...

We allow people to translate our App Store listing into their local language via Transifex: https://www.transifex.com/projects/p/chatsecure/ It looks like we will need to write another script that pulls in the...

It would be nice if you could format this into a standard i18n yaml strings file, and then export to itunes xml style. That way, for people using translation services,...