add new version 12.3.0
This commit is contained in:
		
							parent
							
								
									b01b6b573b
								
							
						
					
					
						commit
						79990483c6
					
				@ -17,19 +17,29 @@ let package = Package(
 | 
				
			|||||||
        .package(
 | 
					        .package(
 | 
				
			||||||
            name: "WebIdDocumentScanner",
 | 
					            name: "WebIdDocumentScanner",
 | 
				
			||||||
            url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
 | 
					            url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
 | 
				
			||||||
            .exact("12.2.1")
 | 
					            .exact("12.3.0")
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        .package(
 | 
					        .package(
 | 
				
			||||||
            name: "WebIdPluginCore",
 | 
					            name: "WebIdPluginCore",
 | 
				
			||||||
            url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm",
 | 
					            url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm",
 | 
				
			||||||
            .exact("12.0.0")
 | 
					            .exact("12.1.0")
 | 
				
			||||||
 | 
					        ),
 | 
				
			||||||
 | 
					        .package(
 | 
				
			||||||
 | 
					            name: "DocumentReader",
 | 
				
			||||||
 | 
					            url: "https://github.com/regulaforensics/DocumentReader-Swift-Package",
 | 
				
			||||||
 | 
					            .upToNextMajor(from: "7.5.4221")
 | 
				
			||||||
 | 
					        ),
 | 
				
			||||||
 | 
					        .package(
 | 
				
			||||||
 | 
					            name: "Full",
 | 
				
			||||||
 | 
					            url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package",
 | 
				
			||||||
 | 
					            .upToNextMajor(from: "7.5.11015")
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    targets: [
 | 
					    targets: [
 | 
				
			||||||
        .binaryTarget(
 | 
					        .binaryTarget(
 | 
				
			||||||
            name: "WebIdOnDeviceDocumentScanner",
 | 
					            name: "WebIdOnDeviceDocumentScanner",
 | 
				
			||||||
            url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.2.1/WebIdOnDeviceDocumentScanner.framework-v12.2.1.zip",
 | 
					            url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0.zip",
 | 
				
			||||||
            checksum: "4d1d5ef1fb819f0bbbc17679b396e2d50adf4a0be0481fb1b58d74f0fab6a08d"
 | 
					            checksum: "716663e582830c56cce2cb8939f878e1b19526ad8d2b490b6f524374483c89e0"
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        .target(
 | 
					        .target(
 | 
				
			||||||
            name: "WebIdOnDeviceDocumentScannerWrapper",
 | 
					            name: "WebIdOnDeviceDocumentScannerWrapper",
 | 
				
			||||||
@ -39,6 +49,8 @@ let package = Package(
 | 
				
			|||||||
                
 | 
					                
 | 
				
			||||||
                .product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
 | 
					                .product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
 | 
				
			||||||
                .product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
 | 
					                .product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
 | 
				
			||||||
 | 
					                .product(name: "DocumentReader", package: "DocumentReader"),
 | 
				
			||||||
 | 
					                .product(name: "Full", package: "Full"),
 | 
				
			||||||
            ]
 | 
					            ]
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user