File tree Expand file tree Collapse file tree 9 files changed +15
-10
lines changed
packages/supabase_flutter/example Expand file tree Collapse file tree 9 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 5
5
* .swp
6
6
.DS_Store
7
7
.atom /
8
+ .build /
8
9
.buildlog /
9
10
.history
10
11
.svn /
12
+ .swiftpm /
11
13
migrate_working_dir /
12
14
13
15
# IntelliJ related
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 8.1 .0" apply false
21
+ id " com.android.application" version " 8.6 .0" apply false
22
22
id " org.jetbrains.kotlin.android" version " 2.1.20" apply false
23
23
}
24
24
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >12 .0 </string >
24
+ <string >13 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '12 .0'
2
+ # platform :ios, '13 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ EXTERNAL SOURCES:
32
32
33
33
SPEC CHECKSUMS:
34
34
app_links: f3e17e4ee5e357b39d8b95290a9b2c299fca71c6
35
- Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
35
+ Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
36
36
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
37
37
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
38
38
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
39
39
40
- PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
40
+ PODFILE CHECKSUM: 0dbd5a87e0ace00c9610d2037ac22083a01f861d
41
41
42
42
COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change 343
343
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
344
344
GCC_WARN_UNUSED_FUNCTION = YES;
345
345
GCC_WARN_UNUSED_VARIABLE = YES;
346
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
346
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
347
347
MTL_ENABLE_DEBUG_INFO = NO;
348
348
SDKROOT = iphoneos;
349
349
SUPPORTED_PLATFORMS = iphoneos;
420
420
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
421
421
GCC_WARN_UNUSED_FUNCTION = YES;
422
422
GCC_WARN_UNUSED_VARIABLE = YES;
423
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
423
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
424
424
MTL_ENABLE_DEBUG_INFO = YES;
425
425
ONLY_ACTIVE_ARCH = YES;
426
426
SDKROOT = iphoneos;
469
469
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
470
470
GCC_WARN_UNUSED_FUNCTION = YES;
471
471
GCC_WARN_UNUSED_VARIABLE = YES;
472
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
472
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
473
473
MTL_ENABLE_DEBUG_INFO = NO;
474
474
SDKROOT = iphoneos;
475
475
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<MacroExpansion >
31
32
<BuildableReference
43
44
buildConfiguration = " Debug"
44
45
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
45
46
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
47
+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
46
48
launchStyle = " 0"
47
49
useCustomWorkingDirectory = " NO"
48
50
ignoresPersistentStateOnLaunch = " NO"
49
51
debugDocumentVersioning = " YES"
50
52
debugServiceExtension = " internal"
53
+ enableGPUValidationMode = " 1"
51
54
allowLocationSimulation = " YES" >
52
55
<BuildableProductRunnable
53
56
runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 1
1
import UIKit
2
2
import Flutter
3
3
4
- @UIApplicationMain
4
+ @main
5
5
@objc class AppDelegate : FlutterAppDelegate {
6
6
override func application(
7
7
_ application: UIApplication ,
You can’t perform that action at this time.
0 commit comments