6
0

add new version 10.0.0-SNAPSHOT-747

This commit is contained in:
mac-mini-003 2024-04-02 16:28:50 +02:00
parent 8c2acc1e14
commit b8ad1ac570

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.0.0") .branch("snapshots")
), ),
.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") .branch("snapshots")
) )
], ],
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-746.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/10.0.0/WebIdDigitalSigningPlugin.framework-v10.0.0-SNAPSHOT-747.zip",
checksum: "c8ed4cac545c07039b8279de1d7d173726fe3007b2870ea0684a84f8a3d7830e" checksum: "74a56323083e43c8d58904122a71bcd53e012568e6ac5540456a6d662e85275a"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",