From de5ab2efbc4cbf9043e210a5035668272b29833c Mon Sep 17 00:00:00 2001 From: Philipp Lepold Date: Mon, 16 Sep 2024 13:45:11 +0200 Subject: [PATCH] Hopefully fixes failing XCode Cloud build --- open_earable/pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/open_earable/pubspec.yaml b/open_earable/pubspec.yaml index 6960683..8984ae4 100644 --- a/open_earable/pubspec.yaml +++ b/open_earable/pubspec.yaml @@ -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