File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Runner.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 3 files changed +6
-1
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 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
54
55
buildConfiguration = " Debug"
55
56
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
56
57
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
58
+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
57
59
launchStyle = " 0"
58
60
useCustomWorkingDirectory = " NO"
59
61
ignoresPersistentStateOnLaunch = " NO"
60
62
debugDocumentVersioning = " YES"
61
63
debugServiceExtension = " internal"
64
+ enableGPUValidationMode = " 1"
62
65
allowLocationSimulation = " YES" >
63
66
<BuildableProductRunnable
64
67
runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 1
1
import Flutter
2
2
import UIKit
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