Skip to content

Commit

Permalink
Hopefully fixes failing XCode Cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteen committed Sep 16, 2024
1 parent b3ab948 commit 5c30c0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions open_earable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ dependencies:
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:
git:
url: https://github.com/pichillilorenzo/flutter_inappwebview.git
ref: 27fd339172572fe1b16cdcdae235b2a88f432e3c
path: flutter_inappwebview_ios

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 5c30c0f

Please sign in to comment.