6
0

add new version 20.1.1-SNAPSHOT-936

This commit is contained in:
mac-mini-003 2025-08-01 13:32:20 +02:00
parent b4faaa83c7
commit 421dd0898b

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("20.1.0") .branch("redesign-v4-snapshots")
), ),
.package( .package(
name: "WebIdSdkUiKitComponents", name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git",
.exact("20.1.0") .branch("redesign-v4-snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.0.2/WebIdDigitalSigningPlugin.framework-v20.0.2-SNAPSHOT-934.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/20.1.1/WebIdDigitalSigningPlugin.framework-v20.1.1-SNAPSHOT-936.zip",
checksum: "d579b961f22e45eda9d9245c7557f0daae177579448794ad0bc8c980ff6c8541" checksum: "074b3c5fc55d34678c6a52fadaedac3f8dc1a547979e0fb21eda95d218d62f65"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",