Skip to content

Commit

Permalink
Fix failing iOS 18 build and (hopefully) fix failing XCode Cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
cadivus committed Sep 17, 2024
1 parent de5ab2e commit 134fb6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
17 changes: 9 additions & 8 deletions open_earable/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,14 @@ packages:
source: hosted
version: "1.1.1"
flutter_inappwebview_ios:
dependency: transitive
dependency: "direct overridden"
description:
name: flutter_inappwebview_ios
sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f
url: "https://pub.dev"
source: hosted
version: "1.0.13"
path: flutter_inappwebview_ios
ref: master
resolved-ref: "27fd339172572fe1b16cdcdae235b2a88f432e3c"
url: "https://github.com/andychucs/flutter_inappwebview.git"
source: git
version: "1.0.14"
flutter_inappwebview_macos:
dependency: transitive
description:
Expand Down Expand Up @@ -799,10 +800,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
web:
dependency: transitive
description:
Expand Down
5 changes: 2 additions & 3 deletions open_earable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ dependencies:
provider: ^6.1.2
shared_preferences: ^2.3.2

dependency_overrides:
intl: ^0.18.1
# This is needed as of 09.09.2024, because XCode Cloud fails building without this fix.
# Refer to: https://github.com/pichillilorenzo/flutter_inappwebview/issues/2221
flutter_inappwebview_ios:
Expand All @@ -65,9 +67,6 @@ dependencies:
ref: master
path: flutter_inappwebview_ios

dependency_overrides:
intl: ^0.18.1

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 134fb6f

Please sign in to comment.