diff --git a/Package.swift b/Package.swift index ace6b47..e2255a6 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("15.1.2") + .branch("modernize") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.1.1") + .branch("modernize") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.2/WebIdIosIdentScanPlugin.framework-v15.1.2.zip", - checksum: "62a0473cf4e30241170621ce6feebe0b8dd08299fb6fcfd95a95c056155704f2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/modernize/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1641.zip", + checksum: "a14f37bc85bd45fdda15178d4df83ee1b025d7e6dd4b4de516a66db885eefda3" ), .target( name: "WebIdIosIdentScanPluginWrapper",