Skip to content

Commit

Permalink
Fix macos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xConsumer committed Sep 3, 2023
1 parent 1e66c64 commit a90aea4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ PODS:
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqlite3 (3.41.2):
- sqlite3/common (= 3.41.2)
- sqlite3/common (3.41.2)
- sqlite3/fts5 (3.41.2):
- sqlite3 (3.43.0):
- sqlite3/common (= 3.43.0)
- sqlite3/common (3.43.0)
- sqlite3/fts5 (3.43.0):
- sqlite3/common
- sqlite3/perf-threadsafe (3.41.2):
- sqlite3/perf-threadsafe (3.43.0):
- sqlite3/common
- sqlite3/rtree (3.41.2):
- sqlite3/rtree (3.43.0):
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- FlutterMacOS
- sqlite3 (~> 3.41.2)
- sqlite3 (~> 3.43.0)
- sqlite3/fts5
- sqlite3/perf-threadsafe
- sqlite3/rtree
Expand Down Expand Up @@ -92,17 +92,17 @@ SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
mobile_scanner: ed7618fb749adc6574563e053f3b8e5002c13994
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
protocol_handler: 587e1caf6c0b92ce351ab14081968dae49cb8cc6
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68
sqlite3_flutter_libs: 00a50503d69f7ab0fe85a5ff25b33082f4df4ce9
sqlite3: 7afcf055d3700254769a4dcba56f27d26b5515c9
sqlite3_flutter_libs: 03613b0558ba0bb5544aa3ba3d0862c09c7a19b3
tray_manager: 9064e219c56d75c476e46b9a21182087930baf90
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8

PODFILE CHECKSUM: 0b402b362e66492ff5597cf44bda1a7f782269c6
PODFILE CHECKSUM: 15674062c2e6d8f1f7ead4db6e1a7e96c717a635

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:

# persistence
drift: ^2.11.1
sqlite3_flutter_libs: ^0.5.15
sqlite3_flutter_libs: ^0.5.16
shared_preferences: ^2.2.1

# networking
Expand Down

0 comments on commit a90aea4

Please sign in to comment.