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 5c30c0f commit de5ab2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions open_earable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ 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:
git:
url: https://github.com/pichillilorenzo/flutter_inappwebview.git
ref: 27fd339172572fe1b16cdcdae235b2a88f432e3c
url: https://github.com/andychucs/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_ios

dependency_overrides:
intl: ^0.18.1

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit de5ab2e

Please sign in to comment.