add new version 1.1.0

This commit is contained in:
mac-mini-003 2026-04-23 15:33:16 +02:00
parent 3fe150f7b8
commit 9be97e8dba

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("21.1.0") .exact("21.2.0")
), ),
.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/releases/de/webid-solutions/WebIdEPassPlugin/1.0.2/WebIdEPassPlugin.framework-v1.0.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEPassPlugin/1.1.0/WebIdEPassPlugin.framework-v1.1.0.zip",
checksum: "e56bacf95d5016d29b3f43db25d20aa2a7ba6c02770a13d6ed396613ba59cf12" checksum: "248cab93d937779b84f7b040776dca82786599891b0680a23b2fec8e417ccbcd"
), ),
.target( .target(
name: "WebIdEPassPluginWrapper", name: "WebIdEPassPluginWrapper",