6
0

add new version 12.5.2

This commit is contained in:
mac-mini-003 2025-05-26 23:47:56 +02:00
parent 4f43964fe3
commit a270809dd0

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("12.5.1") .exact("12.5.2")
), ),
.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("12.3.2") .exact("12.3.3")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.5.1/WebIdIosIdentScanPlugin.framework-v12.5.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.5.2/WebIdIosIdentScanPlugin.framework-v12.5.2.zip",
checksum: "22ac41294a4729df0a4f494b6458332c6dac584acd2df5111ec1a49090d5b6d3" checksum: "3497b8edd1a4dc65d1ad822ad9436dd203f3f02330ded09887e39ca9f4e3d27e"
), ),
.target( .target(
name: "WebIdIosIdentScanPluginWrapper", name: "WebIdIosIdentScanPluginWrapper",