feat: init macos linux support

This commit is contained in:
2024-06-16 10:36:32 +08:00
parent 5cf8d5a0a0
commit cd812cac66
46 changed files with 2103 additions and 14 deletions

View File

@ -0,0 +1,12 @@
import Cocoa
import FlutterMacOS
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}
}