File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed
dev/integration_tests/macos_integration_test Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2014 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'package:flutter/material.dart' ;
2
6
3
7
void main () {
Original file line number Diff line number Diff line change
1
+ // Copyright 2014 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import Cocoa
2
6
import FlutterMacOS
3
7
4
8
@main
5
- class AppDelegate : FlutterAppDelegate {
9
+ class AppDelegate : FlutterAppDelegate {
6
10
override func applicationShouldTerminateAfterLastWindowClosed( _ sender: NSApplication ) -> Bool {
7
11
return true
8
12
}
Original file line number Diff line number Diff line change
1
+ // Copyright 2014 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import Cocoa
2
6
import FlutterMacOS
3
7
Original file line number Diff line number Diff line change 1
- //
2
- // integration1UITests.m
3
- // integration1UITests
4
- //
5
- // Created by Matej Knopp on 3/21/25.
6
- //
1
+ // Copyright 2014 The Flutter Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
7
4
8
5
#import < XCTest/XCTest.h>
9
6
You can’t perform that action at this time.
0 commit comments