6
0

add new version 12.0.0-SNAPSHOT-1114

This commit is contained in:
mac-mini-003 2024-03-21 06:24:48 +01:00
parent 09026b8740
commit 4678d8c0a7

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",
.branch("snapshots") .exact("9.0.0")
), ),
.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("snapshots") .exact("10.0.0")
), ),
.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("snapshots") .exact("11.0.0")
), ),
.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",
.branch("snapshots") .exact("11.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdPayOnServerProductPlugin", name: "WebIdPayOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.0/WebIdPayOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1113.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.0/WebIdPayOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1114.zip",
checksum: "959c73866be9cd3c541f78dc34ae89c2d0de339fa48069ff8d7068ac44db628c" checksum: "862cd2631d31cfb4117b767f3f51635176faaeb91b49c8797fe3d8a542e0ec39"
), ),
.target( .target(
name: "WebIdPayOnServerProductPluginWrapper", name: "WebIdPayOnServerProductPluginWrapper",