Skip to content

Commit

Permalink
rename folders
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jul 30, 2014
1 parent c847fec commit d961bdd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Example/DTTableViewManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@
958941FC1750B992007CEB5E /* Header footer mocks */ = {
isa = PBXGroup;
children = (
95BCE7DF17770DA400980281 /* iOS 6 */,
95BCE7DE17770D9D00980281 /* iOS 5 */,
95BCE7DF17770DA400980281 /* UITableViewHeaderFooterView */,
95BCE7DE17770D9D00980281 /* UIView */,
);
name = "Header footer mocks";
sourceTree = "<group>";
Expand Down Expand Up @@ -429,7 +429,7 @@
name = Cells;
sourceTree = "<group>";
};
95BCE7DE17770D9D00980281 /* iOS 5 */ = {
95BCE7DE17770D9D00980281 /* UIView */ = {
isa = PBXGroup;
children = (
958941FD1750B9C8007CEB5E /* MockTableHeaderView.h */,
Expand All @@ -440,10 +440,10 @@
958942121750C937007CEB5E /* BaseHeaderView.h */,
958942131750C937007CEB5E /* BaseHeaderView.m */,
);
name = "iOS 5";
name = UIView;
sourceTree = "<group>";
};
95BCE7DF17770DA400980281 /* iOS 6 */ = {
95BCE7DF17770DA400980281 /* UITableViewHeaderFooterView */ = {
isa = PBXGroup;
children = (
958942051750BC08007CEB5E /* MockTableHeaderFooterView.h */,
Expand All @@ -457,7 +457,7 @@
9A951D4219897795004BE27E /* HeaderWithOverriddenIdentifier.m */,
9A951D4419897897004BE27E /* HeaderWithOverriddenIdentifier.xib */,
);
name = "iOS 6";
name = UITableViewHeaderFooterView;
sourceTree = "<group>";
};
95FC93F418186A21003225B7 /* Storyboard */ = {
Expand Down

0 comments on commit d961bdd

Please sign in to comment.