6
0

add new version 20.3.0

This commit is contained in:
mac-mini-003 2025-10-02 12:16:32 +02:00
parent 357d740bbb
commit 9fe5f225be

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("20.2.1") .exact("20.3.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("20.2.1") .exact("20.3.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.2.1/WebIdDigitalSigningPlugin.framework-v20.2.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.0/WebIdDigitalSigningPlugin.framework-v20.3.0.zip",
checksum: "dfb578d5d060636bbb4b4a97e92a10f241f63f2fbc222c356c2c3f981203cb98" checksum: "69b0c64b19d009d505abd66ef17aa72489baf203b6c68a548faf19c5e6dcd8d6"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",