6
0

add new version 14.2.0

This commit is contained in:
mac-mini-003 2024-12-04 10:45:39 +01:00
parent fc7c63b563
commit f29e81da66

View File

@ -17,34 +17,34 @@ let package = Package(
.package(
name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git",
.exact("14.1.0")
.exact("14.2.0")
),
.package(
name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm",
.exact("11.1.0")
.exact("11.1.1")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("12.1.1")
.exact("12.1.2")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm.git",
.exact("13.1.0")
.exact("13.2.0")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git",
.exact("13.1.0")
.exact("13.2.0")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.1.0/WebIdMetaPlugin.framework-v14.1.0.zip",
checksum: "cd169d2bdaf163ffa9a55ea87eae036858b757ac3ef88c6f9efe46edf739a38c"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.2.0/WebIdMetaPlugin.framework-v14.2.0.zip",
checksum: "c0d42c22eccb062daf13551579e5074c47171d50f13b6153ba75e3eb5bdf8e13"
),
.target(
name: "WebIdMetaPluginWrapper",