Add Mac test plan

This commit is contained in:
Peter Steinberger 2025-06-23 17:26:45 +02:00
parent 2b611a5797
commit cf3a23dc5c
3 changed files with 40 additions and 2 deletions

View file

@ -7,4 +7,7 @@
<FileRef
location = "group:ios/VibeTunnel-iOS.xcodeproj">
</FileRef>
<FileRef
location = "group:mac/VibeTunnel/VibeTunnel-Mac.xctestplan">
</FileRef>
</Workspace>

View file

@ -27,8 +27,13 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:VibeTunnel/VibeTunnel-Mac.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"

View file

@ -0,0 +1,30 @@
{
"configurations" : [
{
"id" : "9D7E1994-9FC3-4F5E-B761-5D212EC7615B",
"name" : "Test Scheme Action",
"options" : {
}
}
],
"defaultOptions" : {
"codeCoverage" : false,
"performanceAntipatternCheckerEnabled" : true,
"targetForVariableExpansion" : {
"containerPath" : "container:VibeTunnel-Mac.xcodeproj",
"identifier" : "788687F02DFF4FCB00B22C15",
"name" : "VibeTunnel"
}
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:VibeTunnel-Mac.xcodeproj",
"identifier" : "788687FD2DFF4FCB00B22C15",
"name" : "VibeTunnelTests"
}
}
],
"version" : 1
}