Skip to content

Commit e13d133

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a6d23e6 + 5520651 commit e13d133

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
isa = PBXProject;
160160
attributes = {
161161
BuildIndependentTargetsInParallel = YES;
162-
LastUpgradeCheck = 1600;
162+
LastUpgradeCheck = 1620;
163163
ORGANIZATIONNAME = "";
164164
TargetAttributes = {
165165
97C146ED1CF9000F007C117D = {

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1600"
3+
LastUpgradeVersion = "1620"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -41,8 +41,8 @@
4141
</TestAction>
4242
<LaunchAction
4343
buildConfiguration = "Release"
44-
selectedDebuggerIdentifier = ""
45-
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
44+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
45+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4646
launchStyle = "0"
4747
useCustomWorkingDirectory = "NO"
4848
ignoresPersistentStateOnLaunch = "NO"

ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

0 commit comments

Comments
 (0)