From 8f279d203428260fa6ad228d3a1bf03c933d112a Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sat, 16 Mar 2024 09:40:16 +0100 Subject: [PATCH] Moved the existing files under the Feed framework to its "Bundle" folder. --- Frameworks/Feed/{ => Bundle}/ReviewsFeed.h | 0 .../Sources/DetailsViewController.swift | 0 .../Sources/FeedViewController.swift | 0 .../Feed/{ => Bundle}/Sources/Review.swift | 0 .../{ => Bundle}/Sources/ReviewCell.swift | 0 Reviews.xcodeproj/project.pbxproj | 20 +++++++++++++++++-- 6 files changed, 18 insertions(+), 2 deletions(-) rename Frameworks/Feed/{ => Bundle}/ReviewsFeed.h (100%) rename Frameworks/Feed/{ => Bundle}/Sources/DetailsViewController.swift (100%) rename Frameworks/Feed/{ => Bundle}/Sources/FeedViewController.swift (100%) rename Frameworks/Feed/{ => Bundle}/Sources/Review.swift (100%) rename Frameworks/Feed/{ => Bundle}/Sources/ReviewCell.swift (100%) diff --git a/Frameworks/Feed/ReviewsFeed.h b/Frameworks/Feed/Bundle/ReviewsFeed.h similarity index 100% rename from Frameworks/Feed/ReviewsFeed.h rename to Frameworks/Feed/Bundle/ReviewsFeed.h diff --git a/Frameworks/Feed/Sources/DetailsViewController.swift b/Frameworks/Feed/Bundle/Sources/DetailsViewController.swift similarity index 100% rename from Frameworks/Feed/Sources/DetailsViewController.swift rename to Frameworks/Feed/Bundle/Sources/DetailsViewController.swift diff --git a/Frameworks/Feed/Sources/FeedViewController.swift b/Frameworks/Feed/Bundle/Sources/FeedViewController.swift similarity index 100% rename from Frameworks/Feed/Sources/FeedViewController.swift rename to Frameworks/Feed/Bundle/Sources/FeedViewController.swift diff --git a/Frameworks/Feed/Sources/Review.swift b/Frameworks/Feed/Bundle/Sources/Review.swift similarity index 100% rename from Frameworks/Feed/Sources/Review.swift rename to Frameworks/Feed/Bundle/Sources/Review.swift diff --git a/Frameworks/Feed/Sources/ReviewCell.swift b/Frameworks/Feed/Bundle/Sources/ReviewCell.swift similarity index 100% rename from Frameworks/Feed/Sources/ReviewCell.swift rename to Frameworks/Feed/Bundle/Sources/ReviewCell.swift diff --git a/Reviews.xcodeproj/project.pbxproj b/Reviews.xcodeproj/project.pbxproj index 822b22a..22420ed 100644 --- a/Reviews.xcodeproj/project.pbxproj +++ b/Reviews.xcodeproj/project.pbxproj @@ -90,6 +90,22 @@ path = "Test Plans"; sourceTree = ""; }; + 02A6DA2F2BA591C000B943E2 /* Bundle */ = { + isa = PBXGroup; + children = ( + 02DC7F912BA51793000EEEBE /* ReviewsFeed.h */, + 02DC7FB02BA51B4F000EEEBE /* Sources */, + ); + path = Bundle; + sourceTree = ""; + }; + 02A6DA302BA5929F00B943E2 /* Test */ = { + isa = PBXGroup; + children = ( + ); + path = Test; + sourceTree = ""; + }; 02DC7F722BA4F8F0000EEEBE /* Resources */ = { isa = PBXGroup; children = ( @@ -135,8 +151,8 @@ 02DC7F902BA51793000EEEBE /* Feed */ = { isa = PBXGroup; children = ( - 02DC7F912BA51793000EEEBE /* ReviewsFeed.h */, - 02DC7FB02BA51B4F000EEEBE /* Sources */, + 02A6DA2F2BA591C000B943E2 /* Bundle */, + 02A6DA302BA5929F00B943E2 /* Test */, ); path = Feed; sourceTree = "";