Skip to content

Commit b01df2b

Browse files
committed
Update audio_soloud for flutter beta
1 parent 3edb16e commit b01df2b

File tree

24 files changed

+600
-564
lines changed

24 files changed

+600
-564
lines changed

audio_soloud/step_02/.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

audio_soloud/step_02/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.

audio_soloud/step_02/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

audio_soloud/step_02/macos/Runner/AppDelegate.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
66
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
77
return true
88
}
9+
10+
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
11+
return true
12+
}
913
}

audio_soloud/step_03/.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

audio_soloud/step_03/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.

audio_soloud/step_03/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

audio_soloud/step_03/macos/Runner/AppDelegate.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ class AppDelegate: FlutterAppDelegate {
66
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
77
return true
88
}
9+
10+
override func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
11+
return true
12+
}
913
}

audio_soloud/step_04a/.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

audio_soloud/step_04a/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 49 additions & 49 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)