Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions Addly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,9 @@
AF40A09926AF4495001FF0AE = {
isa = PBXGroup;
children = (
AFCD88EA2DD3BC360046AC33 /* bla2 */,
AF8ECC28295CE0B900E6E9E1 /* aedemo-Info.plist */,
AF8ECC26295CCFD200E6E9E1 /* Media.xcassets */,
AF825C6628C16026005F0578 /* UITest.xctestplan */,
AF9826172B802135008A6B81 /* FlakyTest.xctestplan */,
AFFB30D22AE82AC200893EDC /* FailingUnit.xctestplan */,
AFFB30D12AE82A5D00893EDC /* UnitTest.xctestplan */,
AF40A0A426AF4495001FF0AE /* Addly */,
AF40A0B626AF4497001FF0AE /* AddlyTests */,
AF40A0C126AF4497001FF0AE /* AddlyUITests */,
Expand Down Expand Up @@ -208,6 +205,17 @@
name = Frameworks;
sourceTree = "<group>";
};
AFCD88EA2DD3BC360046AC33 /* bla2 */ = {
isa = PBXGroup;
children = (
AF9826172B802135008A6B81 /* FlakyTest.xctestplan */,
AF825C6628C16026005F0578 /* UITest.xctestplan */,
AFFB30D12AE82A5D00893EDC /* UnitTest.xctestplan */,
AFFB30D22AE82AC200893EDC /* FailingUnit.xctestplan */,
);
path = bla2;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions Addly.xcodeproj/xcshareddata/xcschemes/Addly.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:UnitTest.xctestplan"
reference = "container:bla2/UnitTest.xctestplan"
default = "YES">
</TestPlanReference>
<TestPlanReference
reference = "container:FailingUnit.xctestplan">
reference = "container:bla2/FlakyTest.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:FlakyTest.xctestplan">
reference = "container:bla2/UITest.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:UITest.xctestplan">
reference = "container:bla2/FailingUnit.xctestplan">
</TestPlanReference>
</TestPlans>
<Testables>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# README for Addly
README for Addly
A demo project for Bitrise

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.