Skip to content

Commit

Permalink
feat: update Fingerprint PRO for iOS to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 21, 2024
1 parent ea092b1 commit d3a016a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
@@ -1,8 +1,8 @@
PODS:
- FingerprintPro (2.3.1)
- FingerprintPro (2.4.0)
- Flutter (1.0.0)
- fpjs_pro_plugin (2.0.2):
- FingerprintPro (~> 2.3.1)
- fpjs_pro_plugin (2.1.1):
- FingerprintPro (~> 2.4.0)
- Flutter

DEPENDENCIES:
Expand All @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/fpjs_pro_plugin/ios"

SPEC CHECKSUMS:
FingerprintPro: 6dc84ac1995e7316ad735e5454baa0f095c56573
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
fpjs_pro_plugin: b7de7927d49a392b7d5378a5067a82b577cef87b
FingerprintPro: 550396e390f81754a6ca13991131ea28952c4e48
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
fpjs_pro_plugin: eca9d74d04a70d6ac1549d81fdae224940279c3a

PODFILE CHECKSUM: 2f1a6d2470f392e010cfe7ae5f9f694d8487db82

COCOAPODS: 1.12.0
COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Expand Up @@ -155,7 +155,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion ios/fpjs_pro_plugin.podspec
Expand Up @@ -15,7 +15,7 @@ Flutter plugin for FingerprintJS Pro.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'FingerprintPro', '~> 2.3.1'
s.dependency 'FingerprintPro', '~> 2.4.0'

s.platform = :ios, '13.0'

Expand Down

0 comments on commit d3a016a

Please sign in to comment.