Skip to content

Commit feae34f

Browse files
Update TopLevelRuleType.swift to include 'macos_command_line_application' (#50)
1 parent 07cefce commit feae34f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/SourceKitBazelBSP/RequestHandlers/BuildTargets/TopLevelRuleType.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public enum TopLevelRuleType: String, CaseIterable {
2626
case watchosUnitTest = "watchos_unit_test"
2727
case watchosUiTest = "watchos_ui_test"
2828
case macosApplication = "macos_application"
29+
case macosCommandLineApplication = "macos_command_line_application"
2930
case macosUnitTest = "macos_unit_test"
3031
case macosUiTest = "macos_ui_test"
3132
case tvosApplication = "tvos_application"
@@ -44,6 +45,7 @@ public enum TopLevelRuleType: String, CaseIterable {
4445
case .watchosUnitTest: return "watchos"
4546
case .watchosUiTest: return "watchos"
4647
case .macosApplication: return "macos"
48+
case .macosCommandLineApplication: return "macos"
4749
case .macosUnitTest: return "macos"
4850
case .macosUiTest: return "macos"
4951
case .tvosApplication: return "tvos"
@@ -66,6 +68,7 @@ public enum TopLevelRuleType: String, CaseIterable {
6668
case .watchosUnitTest: return "watchsimulator"
6769
case .watchosUiTest: return "watchsimulator"
6870
case .macosApplication: return "macosx"
71+
case .macosCommandLineApplication: return "macosx"
6972
case .macosUnitTest: return "macosx"
7073
case .macosUiTest: return "macosx"
7174
case .tvosApplication: return "appletvsimulator"

0 commit comments

Comments
 (0)