6
0

add new version 13.4.0-SNAPSHOT-1259

This commit is contained in:
mac-mini-003 2025-01-28 15:43:42 +01:00
parent 4f57c262ab
commit 0ff792f72f

View File

@ -17,24 +17,24 @@ let package = Package(
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.branch("snapshots") .exact("11.2.0")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.branch("snapshots") .exact("12.3.0")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.branch("snapshots") .exact("12.3.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnServerProductPlugin", name: "WebIdAutoIdentOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.0/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.0-SNAPSHOT-1247.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.0/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.0-SNAPSHOT-1259.zip",
checksum: "ecad018fdb90b05b9f969c8ac52a9759a945af76ef29bd7ccae6a1ac0f89adf4" checksum: "4af9bdad97cdc47fda32185ef35d551a03b092ded5900293fe1628e0c3067d5e"
), ),
.target( .target(
name: "WebIdAutoIdentOnServerProductPluginWrapper", name: "WebIdAutoIdentOnServerProductPluginWrapper",