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 55* .swp
66.DS_Store
77.atom /
8+ .build /
89.buildlog /
910.history
1011.svn /
12+ .swiftpm /
1113migrate_working_dir /
1214
1315# IntelliJ related
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =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 {
1818
1919plugins {
2020 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
2222 id " org.jetbrains.kotlin.android" version " 2.1.20" apply false
2323}
2424
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
55ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ EXTERNAL SOURCES:
3232
3333SPEC CHECKSUMS:
3434 app_links: f3e17e4ee5e357b39d8b95290a9b2c299fca71c6
35- Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
35+ Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
3636 path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
3737 shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
3838 url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
3939
40- PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
40+ PODFILE CHECKSUM: 0dbd5a87e0ace00c9610d2037ac22083a01f861d
4141
4242COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change 343343 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
344344 GCC_WARN_UNUSED_FUNCTION = YES;
345345 GCC_WARN_UNUSED_VARIABLE = YES;
346- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
346+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
347347 MTL_ENABLE_DEBUG_INFO = NO;
348348 SDKROOT = iphoneos;
349349 SUPPORTED_PLATFORMS = iphoneos;
420420 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
421421 GCC_WARN_UNUSED_FUNCTION = YES;
422422 GCC_WARN_UNUSED_VARIABLE = YES;
423- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
423+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
424424 MTL_ENABLE_DEBUG_INFO = YES;
425425 ONLY_ACTIVE_ARCH = YES;
426426 SDKROOT = iphoneos;
469469 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
470470 GCC_WARN_UNUSED_FUNCTION = YES;
471471 GCC_WARN_UNUSED_VARIABLE = YES;
472- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
472+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
473473 MTL_ENABLE_DEBUG_INFO = NO;
474474 SDKROOT = iphoneos;
475475 SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 2626 buildConfiguration = " Debug"
2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930 shouldUseLaunchSchemeArgsEnv = " YES" >
3031 <MacroExpansion >
3132 <BuildableReference
4344 buildConfiguration = " Debug"
4445 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
4546 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
47+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4648 launchStyle = " 0"
4749 useCustomWorkingDirectory = " NO"
4850 ignoresPersistentStateOnLaunch = " NO"
4951 debugDocumentVersioning = " YES"
5052 debugServiceExtension = " internal"
53+ enableGPUValidationMode = " 1"
5154 allowLocationSimulation = " YES" >
5255 <BuildableProductRunnable
5356 runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 11import UIKit
22import Flutter
33
4- @UIApplicationMain
4+ @main
55@objc class AppDelegate : FlutterAppDelegate {
66 override func application(
77 _ application: UIApplication ,
You can’t perform that action at this time.
0 commit comments