From adfb193ea815a9c3515c34ed7dec07a42c4d6878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gutowski?= Date: Fri, 29 Sep 2023 15:25:19 +0200 Subject: [PATCH 1/3] Bump Swift package version to 2.3.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 542c2f6..c90bcab 100644 --- a/Package.swift +++ b/Package.swift @@ -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( From 8310efcc7b4b3a5b19b5e6bbe3aef0d7193a0a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gutowski?= Date: Fri, 29 Sep 2023 15:26:21 +0200 Subject: [PATCH 2/3] Bump Podspec version to 2.3.0 --- FingerprintPro.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FingerprintPro.podspec b/FingerprintPro.podspec index eb41390..4925269 100644 --- a/FingerprintPro.podspec +++ b/FingerprintPro.podspec @@ -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' } @@ -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" From e6b2ae72bd404f21307d254a2dded77d16fba167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gutowski?= Date: Fri, 29 Sep 2023 15:26:42 +0200 Subject: [PATCH 3/3] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24b46b2..4c47ee5 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,21 @@

- Swift - Platforms + Swift + Platforms Discord server

-# 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