Skip to content

Commit

Permalink
feat: bump iOS Agent to v2.2.0 to introduce new Smart Signals INTER-46
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Jun 29, 2023
1 parent 512035a commit 882938b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
@@ -1,8 +1,8 @@
PODS:
- FingerprintPro (2.1.8)
- FingerprintPro (2.2.0)
- Flutter (1.0.0)
- fpjs_pro_plugin (1.4.0):
- FingerprintPro (~> 2.1.8)
- fpjs_pro_plugin (1.5.0):
- FingerprintPro (~> 2.2.0)
- Flutter

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

SPEC CHECKSUMS:
FingerprintPro: 5c55beb92f4eb7a5a10e1ba13daa6a6baec1f213
FingerprintPro: 72e35dc0315b75ba36eafaaed996dbb2f35f7326
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
fpjs_pro_plugin: 6b160fa16519d9ad4576d5becdadba2738cc783f
fpjs_pro_plugin: b35ffad9e60834203e3acb09d0fee4f4d0e3fca4

PODFILE CHECKSUM: 0b2b95208cdc44a612b1c708e7e8b14bc0a0f0ae

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0
4 changes: 3 additions & 1 deletion example/ios/Runner.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -199,6 +199,7 @@
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down Expand Up @@ -235,6 +236,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down
2 changes: 2 additions & 0 deletions example/ios/Runner/Info.plist
Expand Up @@ -45,5 +45,7 @@
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>
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.1.8'
s.dependency 'FingerprintPro', '~> 2.2.0'

s.platform = :ios, '12.0'

Expand Down

0 comments on commit 882938b

Please sign in to comment.