6
0

add new version 15.1.3-SNAPSHOT-1339

This commit is contained in:
mac-mini-003 2025-12-04 14:07:22 +01:00
parent d41901c1b1
commit d5ffdf74ff

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("15.0.1") .exact("15.0.2")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("15.0.1") .exact("15.0.2")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("15.0.1") .exact("15.0.2")
), ),
.package( .package(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.exact("15.1.0") .exact("15.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdentProductPlugin", name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.2/WebIdVideoIdentProductPlugin.framework-v15.1.2-SNAPSHOT-1335.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.3/WebIdVideoIdentProductPlugin.framework-v15.1.3-SNAPSHOT-1339.zip",
checksum: "4e9e4c9742c62f8527b41dfe6d38e082f8d0208fee8bfc9a9b7e26730c41f1f8" checksum: "347164f151a9ab3356dbe69a5d2e2d5ee30cc89e7219ee351c63592a72e4352f"
), ),
.target( .target(
name: "WebIdVideoIdentProductPluginWrapper", name: "WebIdVideoIdentProductPluginWrapper",