6
0

add new version 11.1.0-SNAPSHOT-1260

This commit is contained in:
mac-mini-003 2024-04-15 14:11:27 +02:00
parent 8c4cd9abb4
commit f94cfdb00d

View File

@ -17,14 +17,14 @@ 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("10.0.0") .branch("snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/11.0.0/WebIdDocumentScanner.framework-v11.0.0-SNAPSHOT-1248.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/11.1.0/WebIdDocumentScanner.framework-v11.1.0-SNAPSHOT-1260.zip",
checksum: "c22c675ff2566748a1a95641753f651d3357b9f65792ee76bb09795822eb34e5" checksum: "36ef8d5ea5de9cf06d325f55c23eb761a9a753c655ec2c27b72ca32a9f7561ed"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",