6
0

add new version 11.0.0-SNAPSHOT-760

This commit is contained in:
mac-mini-003 2024-05-22 11:11:04 +02:00
parent eae40516f2
commit 823a85bba2

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("10.1.1") .exact("11.0.0")
), ),
.package( .package(
name: "WebIdSdkUiKitComponents", name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.exact("7.0.0") .exact("8.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/10.0.2/WebIdDigitalSigningPlugin.framework-v10.0.2-SNAPSHOT-758.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.0/WebIdDigitalSigningPlugin.framework-v11.0.0-SNAPSHOT-760.zip",
checksum: "f452cba9c3bbc4cb6b8882d5b5adcafc52c297485eb9bd9593e91e00d3d5df78" checksum: "9e058fcff09011fef32eac6d710c2e9cd65e5598affd0885077962ab3112745c"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",