Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 239 Bytes

Archive.md

File metadata and controls

13 lines (11 loc) · 239 Bytes

Archive

Create xcarchive

Archive {
    $0.configure(
        projectType: .project("TestApp"),
        scheme: "TestApp",
        archivePath: Directory.downloads.appendingPathComponent("TestApp.xcarchive").path
    )
}