6
0

add new version 20.1.1-SNAPSHOT-1457

This commit is contained in:
mac-mini-003 2025-08-01 15:42:18 +02:00
parent 0fb6789c0d
commit 6376638477

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdEIdentPlugin", name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm",
.exact("20.1.0") .branch("redesign-v4-snapshots")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("20.1.0") .branch("redesign-v4-snapshots")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
.exact("20.1.0") .branch("redesign-v4-snapshots")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm",
.exact("20.1.0") .branch("redesign-v4-snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEIdOnServerProductPlugin", name: "WebIdEIdOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/20.0.5/WebIdEIdOnServerProductPlugin.framework-v20.0.5-SNAPSHOT-1455.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/20.1.1/WebIdEIdOnServerProductPlugin.framework-v20.1.1-SNAPSHOT-1457.zip",
checksum: "5c1f9d04cadaca41b9a06eb9310947534438df285db6d25c770c405816b81642" checksum: "dcebf5b9a0a107da1263b29396037ba07dbf194c61d19a664bb8ebb92c696496"
), ),
.target( .target(
name: "WebIdEIdOnServerProductPluginWrapper", name: "WebIdEIdOnServerProductPluginWrapper",