Skip to content

Commit

Permalink
update SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinFarmer committed Oct 21, 2024
1 parent 7d023af commit ed7fd01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import PackageDescription

let klippaScannerXCFramework = Target.binaryTarget(
name: "KlippaScanner",
url: "https://custom-ocr.klippa.com/sdk/ios/spm/KlippaScanner/1.2.2-xcframework.zip",
checksum: "2ef08ba4ebe82cfc2d702cf309a84380e0971edb96772672df7b06e1ab9fb853"
url: "https://custom-ocr.klippa.com/sdk/ios/spm/KlippaScanner/2.0.2-xcframework.zip",
checksum: "a26950e3547a183644ac21553db31326d3e0b3272ddd53ed68604025c050d3f6"
)

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Next you can follow https://developer.apple.com/documentation/xcode/adding-packa

or you can add the following dependency to your Package.swift:

`.package(url: "https://github.com/klippa-app/klippa-scanner-spm", from: "0.0.1")`
`.package(url: "https://github.com/klippa-app/klippa-scanner-spm", from: "0.0.2")`

0 comments on commit ed7fd01

Please sign in to comment.