Skip to content

Commit

Permalink
deps: Run pod update sqlite3 in macos/
Browse files Browse the repository at this point in the history
This is necessary for `flutter run` to work on a macOS target,
presumably since 5dbf1e6.

Similar to c5c0949 and 105727e for a previous upgrade.
The symptoms were just like those described in the latter commit.
  • Loading branch information
gnprice committed Oct 16, 2023
1 parent e3a2dcc commit 5e169fd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ PODS:
- FlutterMacOS
- share_plus (0.0.1):
- FlutterMacOS
- sqlite3 (3.41.2):
- sqlite3/common (= 3.41.2)
- sqlite3/common (3.41.2)
- sqlite3/fts5 (3.41.2):
- sqlite3 (3.43.1):
- sqlite3/common (= 3.43.1)
- sqlite3/common (3.43.1)
- sqlite3/fts5 (3.43.1):
- sqlite3/common
- sqlite3/perf-threadsafe (3.41.2):
- sqlite3/perf-threadsafe (3.43.1):
- sqlite3/common
- sqlite3/rtree (3.41.2):
- sqlite3/rtree (3.43.1):
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- FlutterMacOS
- sqlite3 (~> 3.41.2)
- sqlite3 (~> 3.43.1)
- sqlite3/fts5
- sqlite3/perf-threadsafe
- sqlite3/rtree
Expand Down Expand Up @@ -68,8 +68,8 @@ SPEC CHECKSUMS:
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68
sqlite3_flutter_libs: 00a50503d69f7ab0fe85a5ff25b33082f4df4ce9
sqlite3: e0a0623a33a20a47cb5921552aebc6e9e437dc91
sqlite3_flutter_libs: a91655e4a75a499364f693041aa1c6d1b36b66d0
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
Expand Down

0 comments on commit 5e169fd

Please sign in to comment.