7
0

add new version 15.3.1-SNAPSHOT-1359

This commit is contained in:
mac-mini-003 2026-03-09 14:38:23 +01:00
parent 4f43d34a3d
commit 9478575d6b

View File

@ -17,29 +17,29 @@ let package = Package(
.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",
.branch("legacy-snapshots") .exact("15.1.2")
), ),
.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",
.branch("legacy-snapshots") .exact("15.1.2")
), ),
.package( .package(
name: "WebIdEIdentPlugin", name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.branch("legacy-snapshots") .exact("15.1.1")
), ),
.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",
.branch("legacy-snapshots") .exact("15.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEIdProductPlugin", name: "WebIdEIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.3.1/WebIdEIdProductPlugin.framework-v15.3.1-SNAPSHOT-1358.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.3.1/WebIdEIdProductPlugin.framework-v15.3.1-SNAPSHOT-1359.zip",
checksum: "0c5ae7ebb8a45f6bb8d8129c77b09403cf6db00409777cba2e5f7242c8722ba4" checksum: "0c40facbb064be660456893171738f887c3e44b8959b23254947d9e5fc1a5071"
), ),
.target( .target(
name: "WebIdEIdProductPluginWrapper", name: "WebIdEIdProductPluginWrapper",