6
0

add new version 12.0.2-SNAPSHOT-1126

This commit is contained in:
mac-mini-003 2024-04-02 16:49:09 +02:00
parent ba4e592168
commit bb2d9edb63

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.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git",
.exact("11.0.0") .branch("snapshots")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git",
.exact("11.0.0") .branch("snapshots")
), ),
.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("10.0.0") .branch("snapshots")
), ),
.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("9.0.0") .branch("snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdentProductPlugin", name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.2/WebIdVideoIdentProductPlugin.framework-v12.0.2-SNAPSHOT-1124.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.2/WebIdVideoIdentProductPlugin.framework-v12.0.2-SNAPSHOT-1126.zip",
checksum: "34b3dd3c215464fa85e233b7aa75ad3f29f6b384393109ce9536ca0527d924f9" checksum: "d35a44cb00d1faf8076c02991a2158038c5bbc0f7747fc52dc6a4ed07fe3f229"
), ),
.target( .target(
name: "WebIdVideoIdentProductPluginWrapper", name: "WebIdVideoIdentProductPluginWrapper",