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
100 changes: 84 additions & 16 deletions iOS_Study_B.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,48 @@
objects = {

/* Begin PBXBuildFile section */
2D3282532ADAF4E700F8E29E /* recomandProductTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D3282512ADAF4E700F8E29E /* recomandProductTableViewCell.swift */; };
2D3282542ADAF4E700F8E29E /* recomandProductTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D3282522ADAF4E700F8E29E /* recomandProductTableViewCell.xib */; };
2D3282592ADAF76A00F8E29E /* CollectionTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D3282572ADAF76A00F8E29E /* CollectionTableViewCell.swift */; };
2D32825A2ADAF76A00F8E29E /* CollectionTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D3282582ADAF76A00F8E29E /* CollectionTableViewCell.xib */; };
2D32825C2ADAF95E00F8E29E /* IMG_2963 2.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 2D32825B2ADAF95E00F8E29E /* IMG_2963 2.jpg */; };
2D32825F2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D32825D2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift */; };
2D3282602ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D32825E2ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib */; };
2D51EC742ACF257A0059FC70 /* LifeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC732ACF257A0059FC70 /* LifeViewController.swift */; };
2D51EC762ACF25A30059FC70 /* LocationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC752ACF25A30059FC70 /* LocationViewController.swift */; };
2D51EC782ACF25B10059FC70 /* ChatingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC772ACF25B10059FC70 /* ChatingViewController.swift */; };
2D51EC7A2ACF25E90059FC70 /* MyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC792ACF25E90059FC70 /* MyViewController.swift */; };
2DE6B52A2AD70EDB001CF60B /* ProductTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6B5282AD70EDB001CF60B /* ProductTableViewCell.swift */; };
2DE6B52B2AD70EDB001CF60B /* ProductTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2DE6B5292AD70EDB001CF60B /* ProductTableViewCell.xib */; };
2DFBB35B2AD6E6BB005143A4 /* IMG_2962.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 2DFBB35A2AD6E6BA005143A4 /* IMG_2962.jpg */; };
2DFBB3612AD6EEB6005143A4 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFBB3602AD6EEB6005143A4 /* HomeViewController.swift */; };
954B6B812AC57DAA00FDCFAB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954B6B802AC57DAA00FDCFAB /* AppDelegate.swift */; };
954B6B832AC57DAA00FDCFAB /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954B6B822AC57DAA00FDCFAB /* SceneDelegate.swift */; };
954B6B852AC57DAA00FDCFAB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954B6B842AC57DAA00FDCFAB /* ViewController.swift */; };
954B6B882AC57DAA00FDCFAB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B862AC57DAA00FDCFAB /* Main.storyboard */; };
954B6B8A2AC57DAB00FDCFAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B892AC57DAB00FDCFAB /* Assets.xcassets */; };
954B6B8D2AC57DAB00FDCFAB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2D3282512ADAF4E700F8E29E /* recomandProductTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = recomandProductTableViewCell.swift; sourceTree = "<group>"; };
2D3282522ADAF4E700F8E29E /* recomandProductTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = recomandProductTableViewCell.xib; sourceTree = "<group>"; };
2D3282572ADAF76A00F8E29E /* CollectionTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionTableViewCell.swift; sourceTree = "<group>"; };
2D3282582ADAF76A00F8E29E /* CollectionTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CollectionTableViewCell.xib; sourceTree = "<group>"; };
2D32825B2ADAF95E00F8E29E /* IMG_2963 2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "IMG_2963 2.jpg"; sourceTree = "<group>"; };
2D32825D2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecomandCollectionViewCell.swift; sourceTree = "<group>"; };
2D32825E2ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RecomandCollectionViewCell.xib; sourceTree = "<group>"; };
2D51EC732ACF257A0059FC70 /* LifeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LifeViewController.swift; sourceTree = "<group>"; };
2D51EC752ACF25A30059FC70 /* LocationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationViewController.swift; sourceTree = "<group>"; };
2D51EC772ACF25B10059FC70 /* ChatingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatingViewController.swift; sourceTree = "<group>"; };
2D51EC792ACF25E90059FC70 /* MyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyViewController.swift; sourceTree = "<group>"; };
2DE6B5282AD70EDB001CF60B /* ProductTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductTableViewCell.swift; sourceTree = "<group>"; };
2DE6B5292AD70EDB001CF60B /* ProductTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProductTableViewCell.xib; sourceTree = "<group>"; };
2DFBB35A2AD6E6BA005143A4 /* IMG_2962.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_2962.jpg; sourceTree = "<group>"; };
2DFBB3602AD6EEB6005143A4 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
954B6B7D2AC57DAA00FDCFAB /* iOS_Study_B.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOS_Study_B.app; sourceTree = BUILT_PRODUCTS_DIR; };
954B6B802AC57DAA00FDCFAB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
954B6B822AC57DAA00FDCFAB /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
954B6B842AC57DAA00FDCFAB /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
954B6B872AC57DAA00FDCFAB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
954B6B892AC57DAB00FDCFAB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
954B6B8C2AC57DAB00FDCFAB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
954B6B8E2AC57DAB00FDCFAB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -37,6 +63,38 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
2D3282562ADAF73E00F8E29E /* collectionCell */ = {
isa = PBXGroup;
children = (
2D3282572ADAF76A00F8E29E /* CollectionTableViewCell.swift */,
2D3282582ADAF76A00F8E29E /* CollectionTableViewCell.xib */,
2D32825D2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift */,
2D32825E2ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib */,
);
path = collectionCell;
sourceTree = "<group>";
};
2DE6B5262AD70EA1001CF60B /* Home */ = {
isa = PBXGroup;
children = (
2DE6B5272AD70EB5001CF60B /* homeTable */,
2DFBB3602AD6EEB6005143A4 /* HomeViewController.swift */,
);
path = Home;
sourceTree = "<group>";
};
2DE6B5272AD70EB5001CF60B /* homeTable */ = {
isa = PBXGroup;
children = (
2D3282512ADAF4E700F8E29E /* recomandProductTableViewCell.swift */,
2D3282522ADAF4E700F8E29E /* recomandProductTableViewCell.xib */,
2DE6B5282AD70EDB001CF60B /* ProductTableViewCell.swift */,
2DE6B5292AD70EDB001CF60B /* ProductTableViewCell.xib */,
2D3282562ADAF73E00F8E29E /* collectionCell */,
);
path = homeTable;
sourceTree = "<group>";
};
954B6B742AC57DAA00FDCFAB = {
isa = PBXGroup;
children = (
Expand All @@ -56,13 +114,18 @@
954B6B7F2AC57DAA00FDCFAB /* iOS_Study_B */ = {
isa = PBXGroup;
children = (
2DE6B5262AD70EA1001CF60B /* Home */,
954B6B802AC57DAA00FDCFAB /* AppDelegate.swift */,
954B6B822AC57DAA00FDCFAB /* SceneDelegate.swift */,
954B6B842AC57DAA00FDCFAB /* ViewController.swift */,
2D51EC752ACF25A30059FC70 /* LocationViewController.swift */,
2D51EC772ACF25B10059FC70 /* ChatingViewController.swift */,
2D51EC792ACF25E90059FC70 /* MyViewController.swift */,
2D51EC732ACF257A0059FC70 /* LifeViewController.swift */,
954B6B862AC57DAA00FDCFAB /* Main.storyboard */,
954B6B892AC57DAB00FDCFAB /* Assets.xcassets */,
954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */,
954B6B8E2AC57DAB00FDCFAB /* Info.plist */,
2DFBB35A2AD6E6BA005143A4 /* IMG_2962.jpg */,
2D32825B2ADAF95E00F8E29E /* IMG_2963 2.jpg */,
);
path = iOS_Study_B;
sourceTree = "<group>";
Expand Down Expand Up @@ -125,9 +188,14 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
954B6B8D2AC57DAB00FDCFAB /* LaunchScreen.storyboard in Resources */,
954B6B8A2AC57DAB00FDCFAB /* Assets.xcassets in Resources */,
2D32825A2ADAF76A00F8E29E /* CollectionTableViewCell.xib in Resources */,
2D32825C2ADAF95E00F8E29E /* IMG_2963 2.jpg in Resources */,
2DE6B52B2AD70EDB001CF60B /* ProductTableViewCell.xib in Resources */,
2DFBB35B2AD6E6BB005143A4 /* IMG_2962.jpg in Resources */,
954B6B882AC57DAA00FDCFAB /* Main.storyboard in Resources */,
2D3282542ADAF4E700F8E29E /* recomandProductTableViewCell.xib in Resources */,
2D3282602ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -138,8 +206,16 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
954B6B852AC57DAA00FDCFAB /* ViewController.swift in Sources */,
2D51EC762ACF25A30059FC70 /* LocationViewController.swift in Sources */,
2DE6B52A2AD70EDB001CF60B /* ProductTableViewCell.swift in Sources */,
2D3282532ADAF4E700F8E29E /* recomandProductTableViewCell.swift in Sources */,
2D32825F2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift in Sources */,
2D51EC782ACF25B10059FC70 /* ChatingViewController.swift in Sources */,
2D51EC7A2ACF25E90059FC70 /* MyViewController.swift in Sources */,
2D3282592ADAF76A00F8E29E /* CollectionTableViewCell.swift in Sources */,
954B6B812AC57DAA00FDCFAB /* AppDelegate.swift in Sources */,
2D51EC742ACF257A0059FC70 /* LifeViewController.swift in Sources */,
2DFBB3612AD6EEB6005143A4 /* HomeViewController.swift in Sources */,
954B6B832AC57DAA00FDCFAB /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -155,14 +231,6 @@
name = Main.storyboard;
sourceTree = "<group>";
};
954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
954B6B8C2AC57DAB00FDCFAB /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
Expand Down
6 changes: 6 additions & 0 deletions iOS_Study_B/Assets.xcassets/homeTable/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-11 오전 1.35.33.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-11 오전 1.35.39.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-11 오전 1.35.47.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-11 오전 1.35.55.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-15 오전 12.52.48.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-15 오전 12.52.59.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-15 오전 12.53.10.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-15 오전 12.53.18.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-15 오전 12.54.01.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "스크린샷 2023-10-15 오전 12.54.46.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions iOS_Study_B/Assets.xcassets/tabbarimage/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading