add new version 1.0.2

This commit is contained in:
mac-mini-003 2026-03-31 13:03:31 +02:00
parent 10f94b5580
commit 3fe150f7b8

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.0.5") .exact("21.1.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.1/WebIdEPassPlugin.framework-v1.0.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEPassPlugin/1.0.2/WebIdEPassPlugin.framework-v1.0.2.zip",
checksum: "ca088d37528ecdfba19c51baa0d6218fc63842f0f240a432b2833786e47ae5e3" checksum: "e56bacf95d5016d29b3f43db25d20aa2a7ba6c02770a13d6ed396613ba59cf12"
), ),
.target( .target(
name: "WebIdEPassPluginWrapper", name: "WebIdEPassPluginWrapper",