Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 421 Bytes

DownloadMetadata.md

File metadata and controls

9 lines (7 loc) · 421 Bytes

Download metadata for an app from AppStore Connect

This task use a script from Transporter, you should download it from AppStore first.

DownloadMetadata(appSKU: "com.onmyway133.KeyFighter", saveDirectory: Directory.downloads.path)
    .username(ProcessInfo().environment["username"]!)
    .password(ProcessInfo().environment["password"]!)