Skip to content

Commit

Permalink
Merge pull request #30 from fingerprintjs/version/2.3.0
Browse files Browse the repository at this point in the history
Version 2.3.0
  • Loading branch information
mgutski authored Oct 18, 2023
2 parents ccb3a6f + e6b2ae7 commit f74a11e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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.2.0'
spec.version = '2.3.0'

# License
spec.license = { type: 'Custom', file: 'LICENSE' }
Expand All @@ -22,14 +22,14 @@ Pod::Spec.new do |spec|
and get a more precise fingerprint in return.
DESC

spec.ios.deployment_target = '12.0'
spec.tvos.deployment_target = '12.0'
spec.ios.deployment_target = '13.0'
spec.tvos.deployment_target = '15.0'

spec.swift_versions = ['5.7', '5.8']
spec.swift_versions = ['5.7', '5.8', '5.9']

spec.vendored_frameworks = 'FingerprintPro.xcframework'

checksum = "dd5172878f002876409906b391f37def52592580a90ece9b4142135577c982e0"
checksum = "833ad7912f2f38204ae94aa6e165e8f68c9c8039c1638947dc7826efad9a3a15"

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

import PackageDescription

let checksum = "dd5172878f002876409906b391f37def52592580a90ece9b4142135577c982e0"
let version = "2.2.0"
let checksum = "833ad7912f2f38204ae94aa6e165e8f68c9c8039c1638947dc7826efad9a3a15"
let version = "2.3.0"

let package = Package(
name: "FingerprintPro",
platforms: [
.iOS(.v12),
.tvOS(.v12),
.iOS(.v13),
.tvOS(.v15),
],
products: [
.library(
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
</a>
</p>
<p align="center">
<img src="https://img.shields.io/badge/Swift-5.8%20%7C%205.7-red" alt="Swift">
<img src="https://img.shields.io/badge/Platforms-iOS%2012+%20%7C%20tvOS%2012+-red" alt="Platforms">
<img src="https://img.shields.io/badge/Swift-5.9%20%7C%205.8%20%7C%205.7-red" alt="Swift">
<img src="https://img.shields.io/badge/Platforms-iOS%2013+%20%7C%20tvOS%2015+-red" alt="Platforms">
<a href="https://discord.gg/39EpE2neBg">
<img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server">
</a>
</p>

# FingerprintPro iOS
# Fingerprint Pro iOS
### Second version of the official iOS/tvOS agent & SDK for accurate device identification. Created for the Fingerprint Pro identification API.

## Quick Start

### Requirements

* iOS 12 or higher (or tvOS 12 or higher)
* iOS 13 or higher (or tvOS 15 or higher)
* Xcode 14.1 or higher

### Installation Steps
Expand Down

0 comments on commit f74a11e

Please sign in to comment.