7
0

add new version 201.0.5-SNAPSHOT-1046

This commit is contained in:
mac-mini-003 2026-03-19 16:49:07 +01:00
parent 3d3acdb5a4
commit ba62ac52ab

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("experimental") .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",
.branch("experimental") .branch("snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/200.3.2/WebIdDigitalSigningPlugin.framework-v200.3.2-SNAPSHOT-1028.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/201.0.5/WebIdDigitalSigningPlugin.framework-v201.0.5-SNAPSHOT-1046.zip",
checksum: "2fe45c289922ebec9b0e1a1afbef8cdda0192d0ed6e3fba33242685e1baf563a" checksum: "1385e5677f716fcfad1a1217302bf9cb651b1f93717ebf93bc0775422d61d0ae"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",