This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

test: add test plan and override default config when running tests

+58 -2
+2
macos/Ghostty.xcodeproj/project.pbxproj
··· 73 73 3B39CAA42B33949B00DABEB8 /* GhosttyReleaseLocal.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = GhosttyReleaseLocal.entitlements; sourceTree = "<group>"; }; 74 74 55154BDF2B33911F001622DC /* ghostty */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ghostty; path = "../zig-out/share/ghostty"; sourceTree = "<group>"; }; 75 75 552964E52B34A9B400030505 /* vim */ = {isa = PBXFileReference; lastKnownFileType = folder; name = vim; path = "../zig-out/share/vim"; sourceTree = "<group>"; }; 76 + 80B155F32F9E3FF90040F9D8 /* Ghostty.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = file; path = Ghostty.xctestplan; sourceTree = "<group>"; }; 76 77 810ACC9F2E9D3301004F8F92 /* GhosttyUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GhosttyUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 77 78 8193244D2F24E6C000A9ED8F /* DockTilePlugin.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DockTilePlugin.plugin; sourceTree = BUILT_PRODUCTS_DIR; }; 78 79 8F3A9B4B2FA6B88000A18D13 /* Ghostty.sdef */ = {isa = PBXFileReference; lastKnownFileType = text.sdef; path = Ghostty.sdef; sourceTree = "<group>"; }; ··· 337 338 A5B30528299BEAAA0047F10C = { 338 339 isa = PBXGroup; 339 340 children = ( 341 + 80B155F32F9E3FF90040F9D8 /* Ghostty.xctestplan */, 340 342 A571AB1C2A206FC600248498 /* Ghostty-Info.plist */, 341 343 8F3A9B4B2FA6B88000A18D13 /* Ghostty.sdef */, 342 344 A5B30538299BEAAB0047F10C /* Assets.xcassets */,
+7 -2
macos/Ghostty.xcodeproj/xcshareddata/xcschemes/Ghostty.xcscheme
··· 26 26 buildConfiguration = "Debug" 27 27 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" 28 28 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" 29 - shouldUseLaunchSchemeArgsEnv = "YES" 30 - shouldAutocreateTestPlan = "YES"> 29 + shouldUseLaunchSchemeArgsEnv = "YES"> 30 + <TestPlans> 31 + <TestPlanReference 32 + reference = "container:Ghostty.xctestplan" 33 + default = "YES"> 34 + </TestPlanReference> 35 + </TestPlans> 31 36 <Testables> 32 37 <TestableReference 33 38 skipped = "NO"
+49
macos/Ghostty.xctestplan
··· 1 + { 2 + "configurations" : [ 3 + { 4 + "id" : "22895D97-CB9E-4452-A6AA-702CC0152032", 5 + "name" : "Test Scheme Action", 6 + "options" : { 7 + 8 + } 9 + } 10 + ], 11 + "defaultOptions" : { 12 + "commandLineArgumentEntries" : [ 13 + { 14 + "argument" : "-NS🐞 YES" 15 + } 16 + ], 17 + "environmentVariableEntries" : [ 18 + { 19 + "key" : "GHOSTTY_CONFIG_PATH", 20 + "value" : "\/tmp\/Ghostty\/testing_config.ghostty" 21 + } 22 + ], 23 + "performanceAntipatternCheckerEnabled" : true, 24 + "targetForVariableExpansion" : { 25 + "containerPath" : "container:Ghostty.xcodeproj", 26 + "identifier" : "A5B30530299BEAAA0047F10C", 27 + "name" : "Ghostty" 28 + } 29 + }, 30 + "testTargets" : [ 31 + { 32 + "parallelizable" : true, 33 + "target" : { 34 + "containerPath" : "container:Ghostty.xcodeproj", 35 + "identifier" : "A54F45F22E1F047A0046BD5C", 36 + "name" : "GhosttyTests" 37 + } 38 + }, 39 + { 40 + "parallelizable" : true, 41 + "target" : { 42 + "containerPath" : "container:Ghostty.xcodeproj", 43 + "identifier" : "810ACC9E2E9D3301004F8F92", 44 + "name" : "GhosttyUITests" 45 + } 46 + } 47 + ], 48 + "version" : 1 49 + }