Skip to content

Commit

Permalink
Bugfix/smartselfieauth (#69)
Browse files Browse the repository at this point in the history
* fix: smartselfieauth screen

* fix: smartselfieauth screen
  • Loading branch information
JNdhlovu authored May 3, 2024
1 parent 0311bad commit ea1bc1d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release Notes
## 10.0.11

* Fixed SmileIDSmartSelfieAuthentication so that it calls the correct method on ios

## 10.0.10

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- smile_id (10.0.10):
- smile_id (10.0.11):
- Flutter
- SmileID (= 10.0.11)
- SmileID (10.0.11):
Expand Down Expand Up @@ -30,7 +30,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
integration_test: 13825b8a9334a850581300559b8839134b124670
smile_id: 5a6b549a531817322c9848112bac8d12c915183b
smile_id: 82636e504fcef7d98dbffeb2b15ac51df9c0604a
SmileID: 93d6f6bee1b988d12c2dc8872e7113dbe9edd5a1
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67

Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/SmileIDSmartSelfieAuthentication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SmileIDSmartSelfieAuthentication : NSObject, FlutterPlatformView, SmartSel
)
_childViewController = nil
super.init()
let screen = SmileID.smartSelfieEnrollmentScreen(
let screen = SmileID.smartSelfieAuthenticationScreen(
userId: args["userId"] as? String ?? "user-\(UUID().uuidString)",
jobId: args["jobId"] as? String ?? "job-\(UUID().uuidString)",
allowNewEnroll: args["allowNewEnroll"] as? Bool ?? false,
Expand Down
2 changes: 1 addition & 1 deletion ios/smile_id.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Pod::Spec.new do |s|
s.name = 'smile_id'
# NB! Keep this version in sync with the Native iOS SDK version
s.version = '10.0.10'
s.version = '10.0.11'
s.summary = 'Official Smile ID SDK for Flutter'
s.description = <<-DESC
A new Flutter project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: smile_id
description: The Official Smile ID Flutter SDK
version: 10.0.10
version: 10.0.11
homepage: "https://usesmileid.com"

environment:
Expand Down

0 comments on commit ea1bc1d

Please sign in to comment.