Skip to content

Commit aceecbf

Browse files
committed
Update demo
1 parent 57a4214 commit aceecbf

File tree

9 files changed

+76
-73
lines changed

9 files changed

+76
-73
lines changed

demos/supabase-todolist/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>12.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

demos/supabase-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/supabase-todolist/ios/Podfile.lock

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- app_links (0.0.2):
2+
- app_links (6.4.1):
33
- Flutter
44
- camera_avfoundation (0.0.1):
55
- Flutter
@@ -14,28 +14,31 @@ PODS:
1414
- shared_preferences_foundation (0.0.1):
1515
- Flutter
1616
- FlutterMacOS
17-
- sqlite3 (3.49.2):
18-
- sqlite3/common (= 3.49.2)
19-
- sqlite3/common (3.49.2)
20-
- sqlite3/dbstatvtab (3.49.2):
17+
- sqlite3 (3.50.4):
18+
- sqlite3/common (= 3.50.4)
19+
- sqlite3/common (3.50.4)
20+
- sqlite3/dbstatvtab (3.50.4):
2121
- sqlite3/common
22-
- sqlite3/fts5 (3.49.2):
22+
- sqlite3/fts5 (3.50.4):
2323
- sqlite3/common
24-
- sqlite3/math (3.49.2):
24+
- sqlite3/math (3.50.4):
2525
- sqlite3/common
26-
- sqlite3/perf-threadsafe (3.49.2):
26+
- sqlite3/perf-threadsafe (3.50.4):
2727
- sqlite3/common
28-
- sqlite3/rtree (3.49.2):
28+
- sqlite3/rtree (3.50.4):
29+
- sqlite3/common
30+
- sqlite3/session (3.50.4):
2931
- sqlite3/common
3032
- sqlite3_flutter_libs (0.0.1):
3133
- Flutter
3234
- FlutterMacOS
33-
- sqlite3 (~> 3.49.1)
35+
- sqlite3 (~> 3.50.4)
3436
- sqlite3/dbstatvtab
3537
- sqlite3/fts5
3638
- sqlite3/math
3739
- sqlite3/perf-threadsafe
3840
- sqlite3/rtree
41+
- sqlite3/session
3942
- url_launcher_ios (0.0.1):
4043
- Flutter
4144

@@ -73,17 +76,17 @@ EXTERNAL SOURCES:
7376
:path: ".symlinks/plugins/url_launcher_ios/ios"
7477

7578
SPEC CHECKSUMS:
76-
app_links: 76b66b60cc809390ca1ad69bfd66b998d2387ac7
79+
app_links: 3dbc685f76b1693c66a6d9dd1e9ab6f73d97dc0a
7780
camera_avfoundation: be3be85408cd4126f250386828e9b1dfa40ab436
78-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
81+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
7982
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
8083
powersync-sqlite-core: 954b7c4f068e21e6e759a7f487f0d7da4062e858
8184
powersync_flutter_libs: ecbd37268a3705351178a05c81434592f0dcc6e5
8285
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
83-
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
84-
sqlite3_flutter_libs: f6acaa2172e6bb3e2e70c771661905080e8ebcf2
86+
sqlite3: 73513155ec6979715d3904ef53a8d68892d4032b
87+
sqlite3_flutter_libs: 83f8e9f5b6554077f1d93119fe20ebaa5f3a9ef1
8588
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
8689

87-
PODFILE CHECKSUM: f7b3cb7384a2d5da4b22b090e1f632de7f377987
90+
PODFILE CHECKSUM: 2c1730c97ea13f1ea48b32e9c79de785b4f2f02f
8891

8992
COCOAPODS: 1.16.2

demos/supabase-todolist/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
343343
GCC_WARN_UNUSED_FUNCTION = YES;
344344
GCC_WARN_UNUSED_VARIABLE = YES;
345-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
345+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
346346
MTL_ENABLE_DEBUG_INFO = NO;
347347
SDKROOT = iphoneos;
348348
SUPPORTED_PLATFORMS = iphoneos;
@@ -419,7 +419,7 @@
419419
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
420420
GCC_WARN_UNUSED_FUNCTION = YES;
421421
GCC_WARN_UNUSED_VARIABLE = YES;
422-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
422+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
423423
MTL_ENABLE_DEBUG_INFO = YES;
424424
ONLY_ACTIVE_ARCH = YES;
425425
SDKROOT = iphoneos;
@@ -468,7 +468,7 @@
468468
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
469469
GCC_WARN_UNUSED_FUNCTION = YES;
470470
GCC_WARN_UNUSED_VARIABLE = YES;
471-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
471+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
472472
MTL_ENABLE_DEBUG_INFO = NO;
473473
SDKROOT = iphoneos;
474474
SUPPORTED_PLATFORMS = iphoneos;

demos/supabase-todolist/lib/attachments/remote_storage_adapter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'package:powersync_flutter_demo/app_config.dart';
66
import 'package:supabase_flutter/supabase_flutter.dart';
77
import 'package:logging/logging.dart';
88

9-
class SupabaseStorageAdapter implements RemoteStorageAdapter {
9+
class SupabaseStorageAdapter implements RemoteStorage {
1010
static final _log = Logger('SupabaseStorageAdapter');
1111

1212
@override

demos/supabase-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/supabase-todolist/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ EXTERNAL SOURCES:
6969

7070
SPEC CHECKSUMS:
7171
app_links: afe860c55c7ef176cea7fb630a2b7d7736de591d
72-
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
72+
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
7373
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
7474
powersync-sqlite-core: 954b7c4f068e21e6e759a7f487f0d7da4062e858
7575
powersync_flutter_libs: e8debf4b25a998c233cf7992d17cd49b407c56d1
@@ -78,6 +78,6 @@ SPEC CHECKSUMS:
7878
sqlite3_flutter_libs: f6acaa2172e6bb3e2e70c771661905080e8ebcf2
7979
url_launcher_macos: 0fba8ddabfc33ce0a9afe7c5fef5aab3d8d2d673
8080

81-
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
81+
PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3
8282

8383
COCOAPODS: 1.16.2

demos/supabase-todolist/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
509509
GCC_WARN_UNUSED_FUNCTION = YES;
510510
GCC_WARN_UNUSED_VARIABLE = YES;
511-
MACOSX_DEPLOYMENT_TARGET = 10.14;
511+
MACOSX_DEPLOYMENT_TARGET = 10.15;
512512
MTL_ENABLE_DEBUG_INFO = NO;
513513
SDKROOT = macosx;
514514
SWIFT_COMPILATION_MODE = wholemodule;
@@ -587,7 +587,7 @@
587587
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
588588
GCC_WARN_UNUSED_FUNCTION = YES;
589589
GCC_WARN_UNUSED_VARIABLE = YES;
590-
MACOSX_DEPLOYMENT_TARGET = 10.14;
590+
MACOSX_DEPLOYMENT_TARGET = 10.15;
591591
MTL_ENABLE_DEBUG_INFO = YES;
592592
ONLY_ACTIVE_ARCH = YES;
593593
SDKROOT = macosx;
@@ -634,7 +634,7 @@
634634
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
635635
GCC_WARN_UNUSED_FUNCTION = YES;
636636
GCC_WARN_UNUSED_VARIABLE = YES;
637-
MACOSX_DEPLOYMENT_TARGET = 10.14;
637+
MACOSX_DEPLOYMENT_TARGET = 10.15;
638638
MTL_ENABLE_DEBUG_INFO = NO;
639639
SDKROOT = macosx;
640640
SWIFT_COMPILATION_MODE = wholemodule;

0 commit comments

Comments
 (0)