diff --git a/CHANGELOG.md b/CHANGELOG.md index d95ef28..c468951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Release Notes +## 10.0.11 + +* Fixed SmileIDSmartSelfieAuthentication so that it calls the correct method on ios ## 10.0.10 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b945d4c..8587525 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -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): @@ -30,7 +30,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 integration_test: 13825b8a9334a850581300559b8839134b124670 - smile_id: 5a6b549a531817322c9848112bac8d12c915183b + smile_id: 82636e504fcef7d98dbffeb2b15ac51df9c0604a SmileID: 93d6f6bee1b988d12c2dc8872e7113dbe9edd5a1 Zip: b3fef584b147b6e582b2256a9815c897d60ddc67 diff --git a/ios/Classes/SmileIDSmartSelfieAuthentication.swift b/ios/Classes/SmileIDSmartSelfieAuthentication.swift index 8bdc972..00f868c 100644 --- a/ios/Classes/SmileIDSmartSelfieAuthentication.swift +++ b/ios/Classes/SmileIDSmartSelfieAuthentication.swift @@ -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, diff --git a/ios/smile_id.podspec b/ios/smile_id.podspec index 9df7d23..daba510 100644 --- a/ios/smile_id.podspec +++ b/ios/smile_id.podspec @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index a2397ad..fd512cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: