6
0

add new version 15.0.2-SNAPSHOT-1316

This commit is contained in:
mac-mini-003 2025-09-26 10:14:56 +02:00
parent f678676798
commit 8fa902fe45

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm",
.exact("10.4.2") .branch("legacy-snapshots")
), ),
.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: "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("legacy-snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdPayOnServerProductPlugin", name: "WebIdPayOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/13.7.4/WebIdPayOnServerProductPlugin.framework-v13.7.4.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.0.2/WebIdPayOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip",
checksum: "fcf8d4bed0e87b2e6e7e705186137a850e2aaa7ce6ae8c14c759dbe1d01c8e77" checksum: "63f55d2f0b121f59c5cd879f72f83c36026bd042ca9fb1e5c1cdf64404130363"
), ),
.target( .target(
name: "WebIdPayOnServerProductPluginWrapper", name: "WebIdPayOnServerProductPluginWrapper",