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) · 273 Bytes

UploadApp.md

File metadata and controls

9 lines (7 loc) · 273 Bytes

Upload app to AppStore Connect

Upload ipa file to AppStore Connect

UploadApp(path: Directory.downloads.appendingPathComponent("TestApp.ipa").path)
    .username(ProcessInfo().environment["username"]!)
    .password(ProcessInfo().environment["password"]!)