6
0

add new version 15.0.0

This commit is contained in:
mac-mini-003 2025-07-14 12:21:06 +02:00
parent 220e86bd54
commit e2d8125352

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("12.3.3") .exact("15.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("9.3.1") .exact("15.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/11.4.2/WebIdDigitalSigningPlugin.framework-v11.4.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.0/WebIdDigitalSigningPlugin.framework-v15.0.0.zip",
checksum: "271acb7562e74ebca35c7d731e63b61c54618a796c021688c6b8d9033466eb05" checksum: "a5bf0c33d29ee27651c86fca496c84f061d80e2c7e020dacf28dee8ec3865416"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",