This repository was archived by the owner on Mar 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import SwiftUI
22import UniformTypeIdentifiers
33import ZIPFoundation // ZipFoundation
4- import Zsign // your Swift package that exports `Zsign`
4+ import ZsignSwift
55
66struct FileItem {
77 var url : URL ?
@@ -132,7 +132,7 @@ struct ContentView: View {
132132 DispatchQueue . main. async { message = " Signing \( appName) ... " }
133133
134134 // NOTE: match your Zsign API exactly. This call mirrors the wrapper you posted earlier:
135- let ok = Zsign . sign (
135+ let ok = ZsignSwift . sign (
136136 appPath: appDir. path,
137137 provisionPath: localProv. path,
138138 p12Path: localP12. path,
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ targets:
4545 - package : ProSourceManager
4646 product : ProSourceManager
4747 - package : ZsignPackage
48- product : Zsign
48+ product : ZsignSwift
4949 - package : ZIPFoundation
5050 product : ZIPFoundation
You can’t perform that action at this time.
0 commit comments