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

Archive.md

File metadata and controls

9 lines (7 loc) · 199 Bytes

Archive

Create xcarchive

Archive()
    .projectType(.project("TestApp"), archivePath: Directory.downloads.appendingPathComponent("TestApp.xcarchive").path)
    .scheme("TestApp")