Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Hennig committed Apr 4, 2021
1 parent 8a03fec commit 698311e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
14 changes: 7 additions & 7 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ PODS:
- Protobuf (3.14.0)
- screen (0.0.1):
- Flutter
- SDWebImage (5.10.4):
- SDWebImage/Core (= 5.10.4)
- SDWebImage/Core (5.10.4)
- SDWebImage (5.11.0):
- SDWebImage/Core (= 5.11.0)
- SDWebImage/Core (5.11.0)
- shared_preferences (0.0.1):
- Flutter
- sqflite (0.0.2):
- sqflite (0.0.1):
- Flutter
- FMDB (>= 2.7.5)
- FMDB (~> 2.7.2)
- SwiftyGif (5.4.0)
- url_launcher (0.0.1):
- Flutter
Expand Down Expand Up @@ -208,9 +208,9 @@ SPEC CHECKSUMS:
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
Protobuf: 0cde852566359049847168e51bd1c690e0f70056
screen: abd91ca7bf3426e1cc3646d27e9b2358d6bf07b0
SDWebImage: c666b97e1fa9c64b4909816a903322018f0a9c84
SDWebImage: 7acbb57630ac7db4a495547fb73916ff3e432f6b
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
sqflite: 4001a31ff81d210346b500c55b17f4d6c7589dd0
SwiftyGif: 5d4af95df24caf1c570dbbcb32a3b8a0763bc6d7
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef

Expand Down
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 202104041750;
CURRENT_PROJECT_VERSION = 202104050020;
DEVELOPMENT_TEAM = 72GC79D8HA;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -496,7 +496,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/RunnerDebug.entitlements;
CURRENT_PROJECT_VERSION = 202104041750;
CURRENT_PROJECT_VERSION = 202104050020;
DEVELOPMENT_TEAM = 72GC79D8HA;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -530,7 +530,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 202104041750;
CURRENT_PROJECT_VERSION = 202104050020;
DEVELOPMENT_TEAM = 72GC79D8HA;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -442,12 +442,12 @@ packages:
source: hosted
version: "1.8.0"
sqflite:
dependency: transitive
dependency: "direct overridden"
description:
name: sqflite
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0+3"
version: "1.3.1+2"
sqflite_common:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0

dependency_overrides:
sqflite: 1.3.2+3

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 698311e

Please sign in to comment.