6
0

add new version 15.1.5-SNAPSHOT-1343

This commit is contained in:
mac-mini-003 2025-12-04 18:40:50 +01:00
parent e5ace892a4
commit 7a45cecad5

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("15.0.2") .branch("legacy-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("15.0.2") .branch("legacy-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("15.0.2") .branch("legacy-snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnServerProductPlugin", name: "WebIdAutoIdentOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.3/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.3-SNAPSHOT-1341.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.5/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1343.zip",
checksum: "f07784ec6903a6dc738227d5b30cdc9b11b3e1182bc42ba25d225ae3d893304e" checksum: "20f769081e1e4827a6fdff2885a7676c03cd41d778f43f9c23fb521626774a51"
), ),
.target( .target(
name: "WebIdAutoIdentOnServerProductPluginWrapper", name: "WebIdAutoIdentOnServerProductPluginWrapper",