6
0

add new version 10.0.0-SNAPSHOT-745

This commit is contained in:
mac-mini-003 2024-03-19 15:30:03 +01:00
parent cb471e2836
commit 7481b70031

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",
.branch("snapshots") .exact("10.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",
.branch("snapshots") .exact("7.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.0/WebIdDigitalSigningPlugin.framework-v10.0.0-SNAPSHOT-744.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/10.0.0/WebIdDigitalSigningPlugin.framework-v10.0.0-SNAPSHOT-745.zip",
checksum: "7126c07b5e26c832b2e3116aa99e16d24833de224ef440ac784c407662ff83bd" checksum: "3d26cebb18f9dd76d9edc9ede438dad66a49cd2e7babffd3b0912b79858d0311"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",