6
0

add new version 11.0.1-SNAPSHOT-768

This commit is contained in:
mac-mini-003 2024-07-12 12:43:38 +02:00
parent 4d05ae4757
commit 9d317644f7

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("11.0.1") .exact("12.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("8.0.1") .exact("9.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-767.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-768.zip",
checksum: "ad7b7a2be22548312a109d8fab709610c5e888cbb5cada5e626ce56fcdaba418" checksum: "a1a7aee3837e813dc2699f34eedf02cb06fadf0ce268100c42d24dba1b815b6d"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",