Skip to content

Commit e17cdb3

Browse files
committed
Merge remote-tracking branch 'origin/main' into attachment-package-refactor
2 parents 7ea7b91 + 6a2ff65 commit e17cdb3

File tree

70 files changed

+583
-760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+583
-760
lines changed

.github/workflows/prepare_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: dart-lang/setup-dart@v1
2626
- name: Setup macOS build dependencies
2727
if: steps.cache_build.outputs.cache-hit != 'true'
28-
run: brew install cmake llvm lld binaryen wasi-libc wasi-runtimes
28+
run: brew install llvm lld binaryen wasi-libc wasi-runtimes
2929
- name: Compile sqlite3.wasm on macOS
3030
if: steps.cache_build.outputs.cache-hit != 'true'
3131
working-directory: packages/sqlite3_wasm_build

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pubspec_overrides.yaml
1010
.flutter-plugins
1111
build
1212
**/doc/api
13-
13+
.build
1414

1515
# Shared assets
1616
assets/*

demos/benchmarks/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '12.0'
2+
platform :ios, '13.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

demos/benchmarks/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- powersync-sqlite-core (0.4.4)
6+
- powersync-sqlite-core (0.4.5)
77
- powersync_flutter_libs (0.0.1):
88
- Flutter
9-
- powersync-sqlite-core (~> 0.4.4)
9+
- powersync-sqlite-core (~> 0.4.5)
1010
- sqlite3 (3.49.2):
1111
- sqlite3/common (= 3.49.2)
1212
- sqlite3/common (3.49.2)
@@ -52,13 +52,13 @@ EXTERNAL SOURCES:
5252
:path: ".symlinks/plugins/sqlite3_flutter_libs/darwin"
5353

5454
SPEC CHECKSUMS:
55-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
55+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
5656
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
57-
powersync-sqlite-core: 954b7c4f068e21e6e759a7f487f0d7da4062e858
58-
powersync_flutter_libs: ecbd37268a3705351178a05c81434592f0dcc6e5
57+
powersync-sqlite-core: 6f32860379009d2a37cadc9e9427a431bdbd83c8
58+
powersync_flutter_libs: 7684a62208907328906eb932f1fc8b3d8879974e
5959
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
6060
sqlite3_flutter_libs: f6acaa2172e6bb3e2e70c771661905080e8ebcf2
6161

62-
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
62+
PODFILE CHECKSUM: a57f30d18f102dd3ce366b1d62a55ecbef2158e5
6363

6464
COCOAPODS: 1.16.2

demos/benchmarks/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.14'
1+
platform :osx, '10.15'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

demos/benchmarks/macos/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- powersync-sqlite-core (0.4.4)
6+
- powersync-sqlite-core (0.4.5)
77
- powersync_flutter_libs (0.0.1):
88
- FlutterMacOS
9-
- powersync-sqlite-core (~> 0.4.4)
9+
- powersync-sqlite-core (~> 0.4.5)
1010
- sqlite3 (3.49.2):
1111
- sqlite3/common (= 3.49.2)
1212
- sqlite3/common (3.49.2)
@@ -52,13 +52,13 @@ EXTERNAL SOURCES:
5252
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin
5353

5454
SPEC CHECKSUMS:
55-
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
55+
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
5656
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
57-
powersync-sqlite-core: 954b7c4f068e21e6e759a7f487f0d7da4062e858
58-
powersync_flutter_libs: e8debf4b25a998c233cf7992d17cd49b407c56d1
57+
powersync-sqlite-core: 6f32860379009d2a37cadc9e9427a431bdbd83c8
58+
powersync_flutter_libs: 41d8a7b193abf15e46f95f0ec1229d86b6893171
5959
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
6060
sqlite3_flutter_libs: f6acaa2172e6bb3e2e70c771661905080e8ebcf2
6161

62-
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
62+
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3
6363

6464
COCOAPODS: 1.16.2

demos/django-todolist/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '12.0'
2+
platform :ios, '13.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

demos/django-todolist/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- powersync-sqlite-core (0.4.4)
6+
- powersync-sqlite-core (0.4.5)
77
- powersync_flutter_libs (0.0.1):
88
- Flutter
9-
- powersync-sqlite-core (~> 0.4.4)
9+
- powersync-sqlite-core (~> 0.4.5)
1010
- shared_preferences_foundation (0.0.1):
1111
- Flutter
1212
- FlutterMacOS
@@ -58,14 +58,14 @@ EXTERNAL SOURCES:
5858
:path: ".symlinks/plugins/sqlite3_flutter_libs/darwin"
5959

6060
SPEC CHECKSUMS:
61-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
61+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
6262
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
63-
powersync-sqlite-core: 954b7c4f068e21e6e759a7f487f0d7da4062e858
64-
powersync_flutter_libs: ecbd37268a3705351178a05c81434592f0dcc6e5
63+
powersync-sqlite-core: 6f32860379009d2a37cadc9e9427a431bdbd83c8
64+
powersync_flutter_libs: 7684a62208907328906eb932f1fc8b3d8879974e
6565
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
6666
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
6767
sqlite3_flutter_libs: f6acaa2172e6bb3e2e70c771661905080e8ebcf2
6868

69-
PODFILE CHECKSUM: f7b3cb7384a2d5da4b22b090e1f632de7f377987
69+
PODFILE CHECKSUM: 2c1730c97ea13f1ea48b32e9c79de785b4f2f02f
7070

7171
COCOAPODS: 1.16.2

demos/django-todolist/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.14'
1+
platform :osx, '10.15'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

demos/django-todolist/macos/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ PODS:
33
- path_provider_foundation (0.0.1):
44
- Flutter
55
- FlutterMacOS
6-
- powersync-sqlite-core (0.4.4)
6+
- powersync-sqlite-core (0.4.5)
77
- powersync_flutter_libs (0.0.1):
88
- FlutterMacOS
9-
- powersync-sqlite-core (~> 0.4.4)
9+
- powersync-sqlite-core (~> 0.4.5)
1010
- shared_preferences_foundation (0.0.1):
1111
- Flutter
1212
- FlutterMacOS
@@ -58,14 +58,14 @@ EXTERNAL SOURCES:
5858
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/darwin
5959

6060
SPEC CHECKSUMS:
61-
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
61+
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
6262
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
63-
powersync-sqlite-core: 954b7c4f068e21e6e759a7f487f0d7da4062e858
64-
powersync_flutter_libs: e8debf4b25a998c233cf7992d17cd49b407c56d1
63+
powersync-sqlite-core: 6f32860379009d2a37cadc9e9427a431bdbd83c8
64+
powersync_flutter_libs: 41d8a7b193abf15e46f95f0ec1229d86b6893171
6565
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
6666
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
6767
sqlite3_flutter_libs: f6acaa2172e6bb3e2e70c771661905080e8ebcf2
6868

69-
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
69+
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3
7070

7171
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)