From 64b4c1b2ec79d71e321856f0608acc5047d7eb7c Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Thu, 20 Jul 2023 11:38:53 +0300 Subject: [PATCH] Add local breez-sdk under dependency_overrides not to break online build --- ios/Podfile.lock | 28 ++++++++++++---------------- pubspec.yaml | 3 +++ 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 789645e90..7988eb1b3 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,8 +1,6 @@ PODS: - - breez_sdk (0.1.3): - - breez_sdkFFI (= 0.1.3) + - breez_sdk (0.0.1): - Flutter - - breez_sdkFFI (0.1.3) - clipboard_watcher (0.0.1): - Flutter - connectivity_plus (0.0.1): @@ -86,22 +84,22 @@ PODS: - GoogleToolboxForMac/Defines (= 2.3.2) - "GoogleToolboxForMac/NSString+URLArguments (= 2.3.2)" - "GoogleToolboxForMac/NSString+URLArguments (2.3.2)" - - GoogleUtilities/AppDelegateSwizzler (7.11.1): + - GoogleUtilities/AppDelegateSwizzler (7.11.4): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - - GoogleUtilities/Environment (7.11.1): + - GoogleUtilities/Environment (7.11.4): - PromisesObjC (< 3.0, >= 1.2) - - GoogleUtilities/Logger (7.11.1): + - GoogleUtilities/Logger (7.11.4): - GoogleUtilities/Environment - - GoogleUtilities/Network (7.11.1): + - GoogleUtilities/Network (7.11.4): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - - "GoogleUtilities/NSData+zlib (7.11.1)" - - GoogleUtilities/Reachability (7.11.1): + - "GoogleUtilities/NSData+zlib (7.11.4)" + - GoogleUtilities/Reachability (7.11.4): - GoogleUtilities/Logger - - GoogleUtilities/UserDefaults (7.11.1): + - GoogleUtilities/UserDefaults (7.11.4): - GoogleUtilities/Logger - GoogleUtilitiesComponents (1.1.0): - GoogleUtilities/Logger @@ -147,7 +145,7 @@ PODS: - path_provider_foundation (0.0.1): - Flutter - FlutterMacOS - - PromisesObjC (2.2.0) + - PromisesObjC (2.3.1) - ReachabilitySwift (5.0.0) - share_plus (0.0.1): - Flutter @@ -206,7 +204,6 @@ DEPENDENCIES: SPEC REPOS: trunk: - - breez_sdkFFI - Firebase - FirebaseCore - FirebaseCoreInternal @@ -283,8 +280,7 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/workmanager/ios" SPEC CHECKSUMS: - breez_sdk: 02ad39b316db6d5b90e27128af8afe5219146512 - breez_sdkFFI: 945989831ec31233461349d1e000c6044ce94687 + breez_sdk: b771ec4372e4a757a05778e50c65a3da0dff101a clipboard_watcher: 86fb70421aca6f4944e0591a8292605da7784666 connectivity_plus: 07c49e96d7fc92bc9920617b83238c4d178b446a Firebase: 07150e75d142fb9399f6777fa56a187b17f833a0 @@ -305,7 +301,7 @@ SPEC CHECKSUMS: GoogleDataTransport: f0308f5905a745f94fb91fea9c6cbaf3831cb1bd GoogleMLKit: 2bd0dc6253c4d4f227aad460f69215a504b2980e GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34 - GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749 + GoogleUtilities: c63691989bf362ba0505507da00eeb326192e83e GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe GTMSessionFetcher: 3a63d75eecd6aa32c2fc79f578064e1214dfdec2 image_cropper: a3291c624a953049bc6a02e1f8c8ceb162a24b25 @@ -321,7 +317,7 @@ SPEC CHECKSUMS: OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c package_info_plus: fd030dabf36271f146f1f3beacd48f564b0f17f7 path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 - PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef + PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 share_plus: 599aa54e4ea31d4b4c0e9c911bcc26c55e791028 shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126 diff --git a/pubspec.yaml b/pubspec.yaml index 5dcf3dc87..24ca70139 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -109,6 +109,9 @@ dependency_overrides: intl: ^0.18.1 path: ^1.8.3 test_api: <0.5.0 # Requires Flutter 3.10 + # Comment-out to work with breez-sdk from git repository + breez_sdk: + path: ../breez-sdk/libs/sdk-flutter flutter: uses-material-design: true