6
0

add new version 14.1.0

This commit is contained in:
mac-mini-003 2024-10-24 14:44:10 +02:00
parent ecb5eab0ec
commit fc7c63b563

View File

@ -17,34 +17,34 @@ let package = Package(
.package( .package(
name: "WebIdVideoIdentProductPlugin", name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git",
.exact("14.0.1") .exact("14.1.0")
), ),
.package( .package(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm",
.exact("11.0.0") .exact("11.1.0")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("12.0.0") .exact("12.1.1")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm.git",
.exact("13.0.0") .exact("13.1.0")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git",
.exact("13.0.0") .exact("13.1.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdMetaPlugin", name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.0.1/WebIdMetaPlugin.framework-v14.0.1.zip", 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: "3612faa9c7153d8e1e503b98dad895a2ff2f3941f9ccc1d79e444fcc1b4d9896" checksum: "cd169d2bdaf163ffa9a55ea87eae036858b757ac3ef88c6f9efe46edf739a38c"
), ),
.target( .target(
name: "WebIdMetaPluginWrapper", name: "WebIdMetaPluginWrapper",