Skip to content

Commit

Permalink
Make iOS networking methods async (#80)
Browse files Browse the repository at this point in the history
* Make iOS networking methods async

* Add Task

* Update Podfile.lock

* Update job status to handle generics

* Clarify types
  • Loading branch information
vanshg authored Jun 19, 2024
1 parent bb0c2c6 commit 17dd784
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 218 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 10.1.1

* Bump to iOS 10.2.0

## 10.1.0

* Moved SmartSelfie enrollment and authentication to synchronous endpoints
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ PODS:
- integration_test (0.0.1):
- Flutter
- lottie-ios (4.4.3)
- smile_id (10.1.6):
- smile_id (10.2.0):
- Flutter
- SmileID (= 10.1.6)
- SmileID (10.1.6):
- SmileID (= 10.2.0)
- SmileID (10.2.0):
- lottie-ios (~> 4.4.2)
- Zip (~> 2.1.0)
- Zip (2.1.2)
Expand Down Expand Up @@ -34,8 +34,8 @@ SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
integration_test: 13825b8a9334a850581300559b8839134b124670
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
smile_id: 52080f8ec2a65656dfd4d1a0a2e387ca2c9247f4
SmileID: a3dd288193c84518e4f7c0fe9383de685afbac6e
smile_id: 28bd15b7b308a99e5b1661f74d487c053c15cd59
SmileID: bfcd426e9a47560eb949c18591ad032a8d8cde0d
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67

PODFILE CHECKSUM: 929954fb8941cef06249e96bd1516fd2a22ed7a5
Expand Down
Loading

0 comments on commit 17dd784

Please sign in to comment.