Skip to content

Commit

Permalink
tech/update-inappwebview (#223)
Browse files Browse the repository at this point in the history
* Fix iOs builds by upgrading webview version

* Regenerated pod lockfile

* Regenerated pod lockfile

---------

Co-authored-by: kackogut <[email protected]>
  • Loading branch information
kackogut and kackogut authored Nov 1, 2023
1 parent 1fadb66 commit edbf272
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PODS:
- Firebase/RemoteConfig (= 10.12.0)
- firebase_core
- Flutter
- FirebaseABTesting (10.15.0):
- FirebaseABTesting (10.16.0):
- FirebaseCore (~> 10.0)
- FirebaseAnalytics (10.12.0):
- FirebaseAnalytics/AdIdSupport (= 10.12.0)
Expand All @@ -69,9 +69,9 @@ PODS:
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreExtension (10.15.0):
- FirebaseCoreExtension (10.16.0):
- FirebaseCore (~> 10.0)
- FirebaseCoreInternal (10.15.0):
- FirebaseCoreInternal (10.16.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseCrashlytics (10.12.0):
- FirebaseCore (~> 10.5)
Expand All @@ -83,7 +83,7 @@ PODS:
- PromisesObjC (~> 2.1)
- FirebaseDynamicLinks (10.12.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (10.15.0):
- FirebaseInstallations (10.16.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
Expand All @@ -103,7 +103,7 @@ PODS:
- FirebaseInstallations (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseSessions (10.15.0):
- FirebaseSessions (10.16.0):
- FirebaseCore (~> 10.5)
- FirebaseCoreExtension (~> 10.0)
- FirebaseInstallations (~> 10.0)
Expand Down Expand Up @@ -317,19 +317,19 @@ SPEC CHECKSUMS:
firebase_dynamic_links: d85cf455646322fd101c8a5a5942c3d47132fe80
firebase_messaging: 334d68c3a36b6d4d5cd91e4f42509e0d4ae49828
firebase_remote_config: 2202a8929d451170be6505f90b2953f42ae238ec
FirebaseABTesting: 7fa3bca17f79ac433301d20d5cd33401f7738dca
FirebaseABTesting: 03f0a8b88cf618350527f2c6a2234e29b9c65064
FirebaseAnalytics: 0270389efbe3022b54ec4588862dabec3477ee98
FirebaseCore: f86a1394906b97ac445ae49c92552a9425831bed
FirebaseCoreExtension: d3f1ea3725fb41f56e8fbfb29eeaff54e7ffb8f6
FirebaseCoreInternal: 2f4bee5ed00301b5e56da0849268797a2dd31fb4
FirebaseCoreExtension: 2dbc745b337eb99d2026a7a309ae037bd873f45e
FirebaseCoreInternal: 26233f705cc4531236818a07ac84d20c333e505a
FirebaseCrashlytics: c4d111b7430c49744c74bcc6346ea00868661ac8
FirebaseDynamicLinks: 1a387da899779e5ef34f4d6f8bdba882f90d0e67
FirebaseInstallations: cae95cab0f965ce05b805189de1d4c70b11c76fb
FirebaseInstallations: b822f91a61f7d1ba763e5ccc9d4f2e6f2ed3b3ee
FirebaseMessaging: bb2c4f6422a753038fe137d90ae7c1af57251316
FirebaseRemoteConfig: bc7f260e6596956fafbb532443c19bd3c30f5258
FirebaseSessions: ee59a7811bef4c15f65ef6472f3210faa293f9c8
FirebaseSessions: 96e7781e545929cde06dd91088ddbb0841391b43
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_inappwebview: bfd58618f49dc62f2676de690fc6dcda1d6c3721
flutter_inappwebview: 3d32228f1304635e7c028b0d4252937730bbc6cf
flutter_secure_storage: 7953c38a04c3fdbb00571bcd87d8e3b5ceb9daec
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
GoogleAppMeasurement: 2d800fab85e7848b1e66a6f8ce5bca06c5aad892
Expand All @@ -356,4 +356,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.12.1
COCOAPODS: 1.14.2
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,10 @@ packages:
dependency: "direct main"
description:
name: flutter_inappwebview
sha256: f31169b4559939acb74272a41a6f54fe0d395834ecca2b1c6920dc7e30d61fd1
sha256: d198297060d116b94048301ee6749cd2e7d03c1f2689783f52d210a6b7aba350
url: "https://pub.dev"
source: hosted
version: "5.4.4+3"
version: "5.8.0"
flutter_launcher_icons:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies:
cupertino_icons: ^1.0.3

flutter_secure_storage: ^4.2.1
flutter_inappwebview: 5.4.4+3
flutter_inappwebview: 5.8.0
uni_links: ^0.5.1
device_info: ^2.0.2

Expand Down

0 comments on commit edbf272

Please sign in to comment.