6
0

add new version 15.0.0-SNAPSHOT-1290

This commit is contained in:
mac-mini-003 2025-06-18 17:47:09 +02:00
parent fbf179c403
commit 6b10b470fa

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",
.exact("11.4.2") .branch("snapshots")
), ),
.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",
.exact("12.6.0") .branch("snapshots")
), ),
.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",
.exact("12.6.0") .branch("snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnServerProductPlugin", name: "WebIdAutoIdentOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.7.2/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.2-SNAPSHOT-1285.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.0-SNAPSHOT-1290.zip",
checksum: "9d322d8b3022e2beed48da86a97ebffe8b37ab9d7717a7465b48809531ee6b39" checksum: "ee00d39a6793019053b1a00ae2e8bb9fd9e4001228046d3539cd7eb7f888f058"
), ),
.target( .target(
name: "WebIdAutoIdentOnServerProductPluginWrapper", name: "WebIdAutoIdentOnServerProductPluginWrapper",