diff --git a/macos/Ghostty.xcodeproj/project.pbxproj b/macos/Ghostty.xcodeproj/project.pbxproj index c9afa0d38..4900d6c49 100644 --- a/macos/Ghostty.xcodeproj/project.pbxproj +++ b/macos/Ghostty.xcodeproj/project.pbxproj @@ -584,7 +584,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.mitchellh.ghostty; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_OBJC_BRIDGING_HEADER = "Sources/App/macOS/ghostty-bridging-header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "Sources/App/ghostty-bridging-header.h"; SWIFT_VERSION = 5.0; }; name = ReleaseLocal; @@ -981,7 +981,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.mitchellh.ghostty.debug; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_OBJC_BRIDGING_HEADER = "Sources/App/macOS/ghostty-bridging-header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "Sources/App/ghostty-bridging-header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; }; @@ -1036,7 +1036,7 @@ PRODUCT_BUNDLE_IDENTIFIER = com.mitchellh.ghostty; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_OBJC_BRIDGING_HEADER = "Sources/App/macOS/ghostty-bridging-header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "Sources/App/ghostty-bridging-header.h"; SWIFT_VERSION = 5.0; }; name = Release; diff --git a/macos/Sources/App/macOS/AppDelegate+Ghostty.swift b/macos/Sources/App/AppDelegate+Ghostty.swift similarity index 100% rename from macos/Sources/App/macOS/AppDelegate+Ghostty.swift rename to macos/Sources/App/AppDelegate+Ghostty.swift diff --git a/macos/Sources/App/macOS/AppDelegate.swift b/macos/Sources/App/AppDelegate.swift similarity index 100% rename from macos/Sources/App/macOS/AppDelegate.swift rename to macos/Sources/App/AppDelegate.swift diff --git a/macos/Sources/App/macOS/CommandLineOpenFileFilter.swift b/macos/Sources/App/CommandLineOpenFileFilter.swift similarity index 100% rename from macos/Sources/App/macOS/CommandLineOpenFileFilter.swift rename to macos/Sources/App/CommandLineOpenFileFilter.swift diff --git a/macos/Sources/App/macOS/MainMenu.xib b/macos/Sources/App/MainMenu.xib similarity index 100% rename from macos/Sources/App/macOS/MainMenu.xib rename to macos/Sources/App/MainMenu.xib diff --git a/macos/Sources/App/macOS/ghostty-bridging-header.h b/macos/Sources/App/ghostty-bridging-header.h similarity index 100% rename from macos/Sources/App/macOS/ghostty-bridging-header.h rename to macos/Sources/App/ghostty-bridging-header.h diff --git a/macos/Sources/App/macOS/main.swift b/macos/Sources/App/main.swift similarity index 100% rename from macos/Sources/App/macOS/main.swift rename to macos/Sources/App/main.swift