Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into feature/addressview
  • Loading branch information
AlexandreBCardoso committed Mar 2, 2022
commit 17cd785d4da5366497bc8889b5b5c93e858f7c4b
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
D59DF5B978A3EA3A1A744721 /* DividerViewSnapshotTests.swift */,
C09A4CC3F67F3C6F5DCD55CF /* HomeViewSnapshotTests.swift */,
BC21EA1F27CBEDB2009B5C42 /* AddressViewSnapshotTest.swift */,
D6BA3897D551848000FCC171 /* RatingViewSnapshotTests.swift */,
);
path = SnapshotTests;
sourceTree = "<group>";
Expand All @@ -162,17 +163,6 @@
path = AddressSearch;
sourceTree = "<group>";
};
33A75B658B506FD2A9939334 /* Pods */ = {
isa = PBXGroup;
children = (
F4914D35EDBA3295386F9393 /* Pods-DeliveryApp.debug.xcconfig */,
4088EB47930AA3B02AB2CB72 /* Pods-DeliveryApp.release.xcconfig */,
F9C5D0602A98CDD58141EA05 /* Pods-DeliveryApp-DeliveryAppTests.debug.xcconfig */,
3A2E21B7E84C8499487CDFAD /* Pods-DeliveryApp-DeliveryAppTests.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
3418F49D5FC0E1EA8C740724 /* DeliveryApp */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -264,6 +254,7 @@
974F53BB3C568B6A6DF0AE32 /* Category */,
98B0521756F2250C2953BCD5 /* Divider */,
BC21EA1D27CBE6CA009B5C42 /* AddressView.swift */,
F05F1884F7AA12EE689147DE /* Rating */,
);
path = Components;
sourceTree = "<group>";
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.