Skip to content

Commit

Permalink
KKProgressToolbar.xctestplan
Browse files Browse the repository at this point in the history
  • Loading branch information
aporat committed Feb 8, 2025
1 parent c340b6d commit f22cbd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions KKProgressToolbar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
537EDD0D24F49F1E003DC54A /* KKProgressToolbarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KKProgressToolbarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
537EDD1224F49F1E003DC54A /* ProgressToolbarTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressToolbarTests.swift; sourceTree = "<group>"; };
537EDD1424F49F1E003DC54A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
77A456B42D58002A00909759 /* KKProgressToolbar.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = KKProgressToolbar.xctestplan; path = ../KKProgressToolbar.xctestplan; sourceTree = "<group>"; };
77EAA5C72D22198200A60EB2 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -72,6 +73,7 @@
537EDCFA24F49F1E003DC54A = {
isa = PBXGroup;
children = (
77A456B42D58002A00909759 /* KKProgressToolbar.xctestplan */,
77EAA5C72D22198200A60EB2 /* Package.swift */,
535D10AE24F4A21400E3006D /* KKProgressToolbar */,
537EDD1124F49F1E003DC54A /* KKProgressToolbarTests */,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1620"
version = "1.3">
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
Expand All @@ -27,6 +27,12 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:../KKProgressToolbar.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO">
Expand Down

0 comments on commit f22cbd1

Please sign in to comment.