diff --git a/Package.swift b/Package.swift index 68acf20..5857adc 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.1/WebIdIosIdentScanPlugin.framework-v12.0.1-SNAPSHOT-1311.zip", - checksum: "6a7394e815d6a0b1aa33d5c8a505e0d074eb4b5bf09fdabcdb934bb415c53e57" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.0/WebIdIosIdentScanPlugin.framework-v12.3.0-SNAPSHOT-1313.zip", + checksum: "35a78f98dfb3de10b2054893e086ec678762fa09d896e4df53381967137d7278" ), .target( name: "WebIdIosIdentScanPluginWrapper",