Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] 1주차 과제 #4

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
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
180 changes: 170 additions & 10 deletions Carrot_Market_iOS/Carrot_Market_iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,55 @@
objects = {

/* Begin PBXBuildFile section */
F26C6B19273812AC007994D2 /* ItemDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26C6B18273812AC007994D2 /* ItemDataModel.swift */; };
F26C6B2027382FA9007994D2 /* ItemDetail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F26C6B1F27382FA9007994D2 /* ItemDetail.storyboard */; };
F26C6B2327383EA0007994D2 /* ItemDetailVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26C6B2227383EA0007994D2 /* ItemDetailVC.swift */; };
F26C6B2A27385CE2007994D2 /* RecommendCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26C6B2827385CE2007994D2 /* RecommendCollectionViewCell.swift */; };
F26C6B2B27385CE2007994D2 /* RecommendCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F26C6B2927385CE2007994D2 /* RecommendCollectionViewCell.xib */; };
F26C6B2D27385F57007994D2 /* RecommendItemDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26C6B2C27385F57007994D2 /* RecommendItemDataModel.swift */; };
F26CB8712732CCA7002482DE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26CB8702732CCA7002482DE /* AppDelegate.swift */; };
F26CB8732732CCA7002482DE /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26CB8722732CCA7002482DE /* SceneDelegate.swift */; };
F26CB8752732CCA7002482DE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26CB8742732CCA7002482DE /* ViewController.swift */; };
F26CB8782732CCA7002482DE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F26CB8762732CCA7002482DE /* Main.storyboard */; };
F26CB87A2732CCA8002482DE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F26CB8792732CCA8002482DE /* Assets.xcassets */; };
F26CB87D2732CCA8002482DE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F26CB87B2732CCA8002482DE /* LaunchScreen.storyboard */; };
F26D86CC2737C49300232770 /* HomeTBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26D86CB2737C49300232770 /* HomeTBC.swift */; };
F26D86CE2737C4B500232770 /* HomeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26D86CD2737C4B500232770 /* HomeVC.swift */; };
F26D86D42737C56000232770 /* ChatVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26D86D32737C56000232770 /* ChatVC.swift */; };
F26D86D62737C57500232770 /* ProfileVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26D86D52737C57500232770 /* ProfileVC.swift */; };
F26D86D82737C7A600232770 /* TownVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26D86D72737C7A600232770 /* TownVC.swift */; };
F26D86DA2737C7BA00232770 /* MyAroundVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F26D86D92737C7BA00232770 /* MyAroundVC.swift */; };
F2C858832737F22900DCA361 /* SF-Pro-Display-Semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = F2C858822737F22900DCA361 /* SF-Pro-Display-Semibold.otf */; };
F2C858852737F23D00DCA361 /* SF-Pro-Display-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = F2C858842737F23D00DCA361 /* SF-Pro-Display-Bold.otf */; };
F2C858872737F25200DCA361 /* SF-Pro-Display-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = F2C858862737F25200DCA361 /* SF-Pro-Display-Regular.otf */; };
F2C8588E2737F8D700DCA361 /* ItemTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2C8588C2737F8D700DCA361 /* ItemTableViewCell.swift */; };
F2C8588F2737F8D700DCA361 /* ItemTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F2C8588D2737F8D700DCA361 /* ItemTableViewCell.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
F26C6B18273812AC007994D2 /* ItemDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemDataModel.swift; sourceTree = "<group>"; };
F26C6B1F27382FA9007994D2 /* ItemDetail.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = ItemDetail.storyboard; sourceTree = "<group>"; };
F26C6B2227383EA0007994D2 /* ItemDetailVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemDetailVC.swift; sourceTree = "<group>"; };
F26C6B2827385CE2007994D2 /* RecommendCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecommendCollectionViewCell.swift; sourceTree = "<group>"; };
F26C6B2927385CE2007994D2 /* RecommendCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RecommendCollectionViewCell.xib; sourceTree = "<group>"; };
F26C6B2C27385F57007994D2 /* RecommendItemDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecommendItemDataModel.swift; sourceTree = "<group>"; };
F26CB86D2732CCA7002482DE /* Carrot_Market_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Carrot_Market_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
F26CB8702732CCA7002482DE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
F26CB8722732CCA7002482DE /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
F26CB8742732CCA7002482DE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
F26CB8772732CCA7002482DE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
F26CB8792732CCA8002482DE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F26CB87C2732CCA8002482DE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
F26CB87E2732CCA8002482DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F26CB87E2732CCA8002482DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = "Carrot_Market_iOS/Supporting Files/Info.plist"; sourceTree = SOURCE_ROOT; };
F26D86CB2737C49300232770 /* HomeTBC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeTBC.swift; sourceTree = "<group>"; };
F26D86CD2737C4B500232770 /* HomeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeVC.swift; sourceTree = "<group>"; };
F26D86D32737C56000232770 /* ChatVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatVC.swift; sourceTree = "<group>"; };
F26D86D52737C57500232770 /* ProfileVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileVC.swift; sourceTree = "<group>"; };
F26D86D72737C7A600232770 /* TownVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TownVC.swift; sourceTree = "<group>"; };
F26D86D92737C7BA00232770 /* MyAroundVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyAroundVC.swift; sourceTree = "<group>"; };
F2C858822737F22900DCA361 /* SF-Pro-Display-Semibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-Pro-Display-Semibold.otf"; sourceTree = "<group>"; };
F2C858842737F23D00DCA361 /* SF-Pro-Display-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-Pro-Display-Bold.otf"; sourceTree = "<group>"; };
F2C858862737F25200DCA361 /* SF-Pro-Display-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SF-Pro-Display-Regular.otf"; sourceTree = "<group>"; };
F2C8588C2737F8D700DCA361 /* ItemTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemTableViewCell.swift; sourceTree = "<group>"; };
F2C8588D2737F8D700DCA361 /* ItemTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ItemTableViewCell.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -37,6 +69,17 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
F26C6B2127383E81007994D2 /* Item */ = {
isa = PBXGroup;
children = (
F26C6B2227383EA0007994D2 /* ItemDetailVC.swift */,
F26C6B2927385CE2007994D2 /* RecommendCollectionViewCell.xib */,
F26C6B2827385CE2007994D2 /* RecommendCollectionViewCell.swift */,
F26C6B2C27385F57007994D2 /* RecommendItemDataModel.swift */,
);
path = Item;
sourceTree = "<group>";
};
F26CB8642732CCA7002482DE = {
isa = PBXGroup;
children = (
Expand All @@ -54,17 +97,118 @@
sourceTree = "<group>";
};
F26CB86F2732CCA7002482DE /* Carrot_Market_iOS */ = {
isa = PBXGroup;
children = (
F2A1399C2737852600B31C9D /* Utils */,
F2A1399E2737854100B31C9D /* Delegate */,
F2A1399D2737853600B31C9D /* Supporting Files */,
F2A139A02737855100B31C9D /* Server */,
F2A1399F2737854900B31C9D /* Storyboards */,
F2A139A12737855700B31C9D /* View Controllers */,
);
path = Carrot_Market_iOS;
sourceTree = "<group>";
};
F2A1399C2737852600B31C9D /* Utils */ = {
isa = PBXGroup;
children = (
);
path = Utils;
sourceTree = "<group>";
};
F2A1399D2737853600B31C9D /* Supporting Files */ = {
isa = PBXGroup;
children = (
F26CB8792732CCA8002482DE /* Assets.xcassets */,
F26CB87E2732CCA8002482DE /* Info.plist */,
F2C858822737F22900DCA361 /* SF-Pro-Display-Semibold.otf */,
F2C858842737F23D00DCA361 /* SF-Pro-Display-Bold.otf */,
F2C858862737F25200DCA361 /* SF-Pro-Display-Regular.otf */,
);
path = "Supporting Files";
sourceTree = "<group>";
};
F2A1399E2737854100B31C9D /* Delegate */ = {
isa = PBXGroup;
children = (
F26CB8702732CCA7002482DE /* AppDelegate.swift */,
F26CB8722732CCA7002482DE /* SceneDelegate.swift */,
F26CB8742732CCA7002482DE /* ViewController.swift */,
);
path = Delegate;
sourceTree = "<group>";
};
F2A1399F2737854900B31C9D /* Storyboards */ = {
isa = PBXGroup;
children = (
F26CB8762732CCA7002482DE /* Main.storyboard */,
F26CB87B2732CCA8002482DE /* LaunchScreen.storyboard */,
F26CB8792732CCA8002482DE /* Assets.xcassets */,
F26CB87E2732CCA8002482DE /* Info.plist */,
F26C6B1F27382FA9007994D2 /* ItemDetail.storyboard */,
);
path = Carrot_Market_iOS;
path = Storyboards;
sourceTree = "<group>";
};
F2A139A02737855100B31C9D /* Server */ = {
isa = PBXGroup;
children = (
);
path = Server;
sourceTree = "<group>";
};
F2A139A12737855700B31C9D /* View Controllers */ = {
isa = PBXGroup;
children = (
F26C6B2127383E81007994D2 /* Item */,
F2A139A2273785B900B31C9D /* Home */,
F2C858882737F70C00DCA361 /* Town */,
F2C858892737F71D00DCA361 /* MyAround */,
F2C8588A2737F73100DCA361 /* Chat */,
F2C8588B2737F73900DCA361 /* Profile */,
);
path = "View Controllers";
sourceTree = "<group>";
};
F2A139A2273785B900B31C9D /* Home */ = {
isa = PBXGroup;
children = (
F26D86CB2737C49300232770 /* HomeTBC.swift */,
F26D86CD2737C4B500232770 /* HomeVC.swift */,
F2C8588D2737F8D700DCA361 /* ItemTableViewCell.xib */,
F2C8588C2737F8D700DCA361 /* ItemTableViewCell.swift */,
F26C6B18273812AC007994D2 /* ItemDataModel.swift */,
);
path = Home;
sourceTree = "<group>";
};
F2C858882737F70C00DCA361 /* Town */ = {
isa = PBXGroup;
children = (
F26D86D72737C7A600232770 /* TownVC.swift */,
);
path = Town;
sourceTree = "<group>";
};
F2C858892737F71D00DCA361 /* MyAround */ = {
isa = PBXGroup;
children = (
F26D86D92737C7BA00232770 /* MyAroundVC.swift */,
);
path = MyAround;
sourceTree = "<group>";
};
F2C8588A2737F73100DCA361 /* Chat */ = {
isa = PBXGroup;
children = (
F26D86D32737C56000232770 /* ChatVC.swift */,
);
path = Chat;
sourceTree = "<group>";
};
F2C8588B2737F73900DCA361 /* Profile */ = {
isa = PBXGroup;
children = (
F26D86D52737C57500232770 /* ProfileVC.swift */,
);
path = Profile;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -125,8 +269,14 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F2C858832737F22900DCA361 /* SF-Pro-Display-Semibold.otf in Resources */,
F2C858852737F23D00DCA361 /* SF-Pro-Display-Bold.otf in Resources */,
F26CB87D2732CCA8002482DE /* LaunchScreen.storyboard in Resources */,
F26CB87A2732CCA8002482DE /* Assets.xcassets in Resources */,
F26C6B2B27385CE2007994D2 /* RecommendCollectionViewCell.xib in Resources */,
F2C858872737F25200DCA361 /* SF-Pro-Display-Regular.otf in Resources */,
F2C8588F2737F8D700DCA361 /* ItemTableViewCell.xib in Resources */,
F26C6B2027382FA9007994D2 /* ItemDetail.storyboard in Resources */,
F26CB8782732CCA7002482DE /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -138,9 +288,19 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F26CB8752732CCA7002482DE /* ViewController.swift in Sources */,
F26D86DA2737C7BA00232770 /* MyAroundVC.swift in Sources */,
F2C8588E2737F8D700DCA361 /* ItemTableViewCell.swift in Sources */,
F26D86D82737C7A600232770 /* TownVC.swift in Sources */,
F26D86D42737C56000232770 /* ChatVC.swift in Sources */,
F26D86CE2737C4B500232770 /* HomeVC.swift in Sources */,
F26CB8712732CCA7002482DE /* AppDelegate.swift in Sources */,
F26D86CC2737C49300232770 /* HomeTBC.swift in Sources */,
F26D86D62737C57500232770 /* ProfileVC.swift in Sources */,
F26C6B19273812AC007994D2 /* ItemDataModel.swift in Sources */,
F26C6B2327383EA0007994D2 /* ItemDetailVC.swift in Sources */,
F26CB8732732CCA7002482DE /* SceneDelegate.swift in Sources */,
F26C6B2A27385CE2007994D2 /* RecommendCollectionViewCell.swift in Sources */,
F26C6B2D27385F57007994D2 /* RecommendItemDataModel.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -291,7 +451,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 5JQQ946A44;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Carrot_Market_iOS/Info.plist;
INFOPLIST_FILE = "Carrot_Market_iOS/Supporting Files/Info.plist";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
Expand Down Expand Up @@ -319,7 +479,7 @@
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 5JQQ946A44;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Carrot_Market_iOS/Info.plist;
INFOPLIST_FILE = "Carrot_Market_iOS/Supporting Files/Info.plist";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
Expand Down
Binary file not shown.
24 changes: 0 additions & 24 deletions Carrot_Market_iOS/Carrot_Market_iOS/Base.lproj/Main.storyboard

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand All @@ -11,15 +13,20 @@
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
Loading