Skip to content

Commit

Permalink
Merge pull request #37 from fingerprintjs/version/2.6.0
Browse files Browse the repository at this point in the history
Version 2.6.0
  • Loading branch information
mgutski authored Aug 14, 2024
2 parents a5b1501 + f6eb9ef commit df75db1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FingerprintPro.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
# Name and version
spec.name = 'FingerprintPro'
spec.version = '2.5.0'
spec.version = '2.6.0'

# License
spec.license = { type: 'Custom', file: 'LICENSE' }
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |spec|

spec.vendored_frameworks = 'FingerprintPro.xcframework'

checksum = "ef756635f72f9f073baeabb9a1091ca3a143ebc7d2c08758b1e8893e86127985"
checksum = "678df5bce7478060b0fe9490bf7ed10d6fd96eb024890943b51b265504809bb7"

spec.source = {
:http => "https://fpjs-public.s3.amazonaws.com/ios/#{spec.version}/FingerprintPro-#{spec.version}-#{checksum}.xcframework.zip"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import PackageDescription

let checksum = "ef756635f72f9f073baeabb9a1091ca3a143ebc7d2c08758b1e8893e86127985"
let version = "2.5.0"
let checksum = "678df5bce7478060b0fe9490bf7ed10d6fd96eb024890943b51b265504809bb7"
let version = "2.6.0"

let package = Package(
name: "FingerprintPro",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
...

dependencies: [
.package(url: "https://github.com/fingerprintjs/fingerprintjs-pro-ios", from: "2.2.0")
.package(url: "https://github.com/fingerprintjs/fingerprintjs-pro-ios", from: "2.6.0")
]

...
Expand All @@ -56,7 +56,7 @@
b) Use Cocoapods
```ruby
# Podfile
pod 'FingerprintPro', '~> 2.2'
pod 'FingerprintPro', '~> 2.6'
```

2. Obtain a public API key from [Fingerprint Dashboard](https://dashboard.fingerprint.com)
Expand Down

0 comments on commit df75db1

Please sign in to comment.