add new version 1.2.2-SNAPSHOT-90

This commit is contained in:
mac-mini-003 2026-06-05 16:09:02 +02:00
parent 02edc4e5e1
commit 78fc6fabc0

View File

@ -17,7 +17,7 @@ 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("22.1.0") .branch("snapshots")
), ),
.package( .package(
name: "OpenSSL", name: "OpenSSL",
@ -48,8 +48,8 @@ let package = Package(
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEPassPlugin", name: "WebIdEPassPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassPlugin/1.2.1/WebIdEPassPlugin.framework-v1.2.1-SNAPSHOT-88.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassPlugin/1.2.2/WebIdEPassPlugin.framework-v1.2.2-SNAPSHOT-90.zip",
checksum: "17acb974a6374b5bff7797dbb974664e34f04a6b611803cf938407ed028a3386" checksum: "8f0cf5db9987124648e67a3427356153557f318560a18d5a4ca6970e001741de"
), ),
.target( .target(
name: "WebIdEPassPluginWrapper", name: "WebIdEPassPluginWrapper",