Skip to content

Commit

Permalink
sfsf
Browse files Browse the repository at this point in the history
  • Loading branch information
kimscastle committed Dec 7, 2023
1 parent 6a7bd71 commit 4d35905
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
2 changes: 2 additions & 0 deletions BeaMin-iOS/BeaMin-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
C0FA4B842B216E8E006D7561 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
C0FA4B8A2B21D7C3006D7561 /* BeaMin-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "BeaMin-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
C0FA4B8C2B21D7C3006D7561 /* BeaMin_iOSTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BeaMin_iOSTests.swift; sourceTree = "<group>"; };
C0FA4B932B21E1FE006D7561 /* BeaMin-iOS.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = "BeaMin-iOS.xctestplan"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -482,6 +483,7 @@
C01BB0D72A0FB27B0008C814 = {
isa = PBXGroup;
children = (
C0FA4B932B21E1FE006D7561 /* BeaMin-iOS.xctestplan */,
C0FA4B842B216E8E006D7561 /* .swiftlint.yml */,
C01BB0E22A0FB27B0008C814 /* BeaMin-iOS */,
C01BB1032A0FB70C0008C814 /* DesignSystem */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:BeaMin-iOS.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO"
Expand Down
30 changes: 30 additions & 0 deletions BeaMin-iOS/BeaMin-iOS.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"configurations" : [
{
"id" : "369225C3-5DF5-442D-8051-15C34988EB05",
"name" : "Test Scheme Action",
"options" : {

}
}
],
"defaultOptions" : {
"codeCoverage" : false,
"targetForVariableExpansion" : {
"containerPath" : "container:BeaMin-iOS.xcodeproj",
"identifier" : "C01BB0DF2A0FB27B0008C814",
"name" : "BeaMin-iOS"
}
},
"testTargets" : [
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:BeaMin-iOS.xcodeproj",
"identifier" : "C0FA4B892B21D7C3006D7561",
"name" : "BeaMin-iOSTests"
}
}
],
"version" : 1
}

0 comments on commit 4d35905

Please sign in to comment.