Skip to content

Commit

Permalink
feat: update iOS agent to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Aug 16, 2024
1 parent c7126d6 commit f6627a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- FingerprintPro (2.4.0)
- FingerprintPro (2.6.0)
- Flutter (1.0.0)
- fpjs_pro_plugin (2.1.1):
- FingerprintPro (~> 2.4.0)
- fpjs_pro_plugin (3.0.1):
- FingerprintPro (~> 2.6.0)
- Flutter

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

SPEC CHECKSUMS:
FingerprintPro: 550396e390f81754a6ca13991131ea28952c4e48
FingerprintPro: 3f06f491c77d871ab543b49fd25fddc52dc34f8c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
fpjs_pro_plugin: eca9d74d04a70d6ac1549d81fdae224940279c3a
fpjs_pro_plugin: 83f30abadcd58450a80c6ef5837f5e914d7ce238

PODFILE CHECKSUM: 2f1a6d2470f392e010cfe7ae5f9f694d8487db82

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion ios/fpjs_pro_plugin.podspec
Original file line number Diff line number Diff line change
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.4.0'
s.dependency 'FingerprintPro', '~> 2.6.0'

s.platform = :ios, '13.0'

Expand Down

0 comments on commit f6627a2

Please # to comment.