6
0

add new version 15.0.2-SNAPSHOT-1316

This commit is contained in:
mac-mini-003 2025-09-26 10:12:09 +02:00
parent 91948f40ef
commit d35c09b012

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("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("12.6.0") .branch("legacy-snapshots")
), ),
.package( .package(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm",
.exact("12.6.0") .branch("legacy-snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnDeviceProductPlugin", name: "WebIdAutoIdentOnDeviceProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.7.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.4.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip",
checksum: "5738e4322d4c3e86ae5595a63cea9f955818c38bafb4c2cbaad67795a7a02f77" checksum: "9f2619e5be950d7b16006473fff4c3e861efffe278ae3a0bbfde55e76710e227"
), ),
.target( .target(
name: "WebIdAutoIdentOnDeviceProductPluginWrapper", name: "WebIdAutoIdentOnDeviceProductPluginWrapper",