Added sway support and created initial xp overlay with gtk-layer-shell

This commit is contained in:
2025-06-15 01:31:43 -06:00
parent d34cccc253
commit 4c07690e85
151 changed files with 7290 additions and 247 deletions
@@ -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.
}
}