6
0

add new version 14.3.0-SNAPSHOT-1358

This commit is contained in:
mac-mini-003 2025-04-23 17:33:59 +02:00
parent f097f6b792
commit 1f00ac89b9

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",
.branch("redesign-v4-snapshots") .exact("6.4.0")
), ),
.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",
.branch("redesign-v4-snapshots") .exact("12.3.0")
), ),
.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",
.branch("redesign-v4-snapshots") .exact("13.4.0")
), ),
.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",
.branch("redesign-v4-snapshots") .exact("13.4.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEIdOnServerProductPlugin", name: "WebIdEIdOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1355.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/14.3.0/WebIdEIdOnServerProductPlugin.framework-v14.3.0-SNAPSHOT-1358.zip",
checksum: "d5f7b396903948b2e86bab0783194e5064cd1395a483c4dcd488e7199dc62c7a" checksum: "cd8d7a6f0acd363941959ab517136bb7e01de50c096320b47de7c2fa1fd3409e"
), ),
.target( .target(
name: "WebIdEIdOnServerProductPluginWrapper", name: "WebIdEIdOnServerProductPluginWrapper",