Skip to content

Commit

Permalink
release/54.4.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrichanyline authored Nov 28, 2024
1 parent 64d0c85 commit 7671e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

.vscode/
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ let package = Package(
.library(name: "AnylinePackage", targets: ["Anyline"]),
],
targets: [
.binaryTarget(name: "Anyline", url: "https://mobile-sdk-ios.anyline.io/spm/Anyline.xcframework-spm-54.4.0.zip", checksum: "1a43e00b966949c6008e3a893e3d61b3326a62d87a749ecdcbf47ea001bb7fbb")
.binaryTarget(name: "Anyline", url: "https://mobile-sdk-ios.anyline.io/spm/Anyline.xcframework-spm-54.4.2.zip", checksum: "657e27f2e7f7b1d2d3b324d270716a948ac563a8d5b0b007133cbec148cd4693")
]
)

0 comments on commit 7671e96

Please sign in to comment.