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

iOS 3차 과제 #7

Merged
merged 16 commits into from May 14, 2022
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 40 additions & 0 deletions SOPT30th-Assignment/Instagram/Instagram.xcodeproj/project.pbxproj
Expand Up @@ -18,6 +18,9 @@
23034B5227FC9A4A00464A25 /* password_shown_icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 23034B4E27FC9A4A00464A25 /* password_shown_icon.png */; };
23034B5427FC9A9800464A25 /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23034B5327FC9A9800464A25 /* LoginViewController.swift */; };
23034B5627FCA37B00464A25 /* SuccessViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23034B5527FCA37B00464A25 /* SuccessViewController.swift */; };
23206C8428218FDA00CF3BD6 /* StoryCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23206C8228218FDA00CF3BD6 /* StoryCollectionViewCell.swift */; };
23206C8528218FDA00CF3BD6 /* StoryCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 23206C8328218FDA00CF3BD6 /* StoryCollectionViewCell.xib */; };
23206C872821908600CF3BD6 /* StoryUserDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23206C862821908600CF3BD6 /* StoryUserDataModel.swift */; };
2336D876280C5DA8006C07E4 /* TabBar.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2336D875280C5DA8006C07E4 /* TabBar.storyboard */; };
2336D878280C5E71006C07E4 /* TabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2336D877280C5E71006C07E4 /* TabBarController.swift */; };
2336D87C280C6029006C07E4 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2336D87B280C6029006C07E4 /* HomeViewController.swift */; };
Expand All @@ -26,6 +29,9 @@
2336D884280C6662006C07E4 /* Search.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2336D883280C6662006C07E4 /* Search.storyboard */; };
23406BBA27FDF3DE00A9CD68 /* SignupFirstViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23406BB927FDF3DE00A9CD68 /* SignupFirstViewController.swift */; };
23406BBC27FDFE3900A9CD68 /* SignupSecondViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23406BBB27FDFE3900A9CD68 /* SignupSecondViewController.swift */; };
2343CBDB282418F70089E1F1 /* FeedTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2343CBD9282418F70089E1F1 /* FeedTableViewCell.swift */; };
2343CBDC282418F70089E1F1 /* FeedTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2343CBDA282418F70089E1F1 /* FeedTableViewCell.xib */; };
2343CBDE282421360089E1F1 /* FeedDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2343CBDD282421360089E1F1 /* FeedDataModel.swift */; };
23C401AE280DB1BF00DA6EAA /* Reels.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 23C401AD280DB1BF00DA6EAA /* Reels.storyboard */; };
23C401B0280DB1CF00DA6EAA /* ReelsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23C401AF280DB1CF00DA6EAA /* ReelsViewController.swift */; };
23C401B3280DB1FF00DA6EAA /* ShopViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23C401B2280DB1FF00DA6EAA /* ShopViewController.swift */; };
Expand All @@ -48,6 +54,9 @@
23034B4E27FC9A4A00464A25 /* password_shown_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = password_shown_icon.png; sourceTree = "<group>"; };
23034B5327FC9A9800464A25 /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
23034B5527FCA37B00464A25 /* SuccessViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuccessViewController.swift; sourceTree = "<group>"; };
23206C8228218FDA00CF3BD6 /* StoryCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryCollectionViewCell.swift; sourceTree = "<group>"; };
23206C8328218FDA00CF3BD6 /* StoryCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = StoryCollectionViewCell.xib; sourceTree = "<group>"; };
23206C862821908600CF3BD6 /* StoryUserDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoryUserDataModel.swift; sourceTree = "<group>"; };
2336D875280C5DA8006C07E4 /* TabBar.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = TabBar.storyboard; sourceTree = "<group>"; };
2336D877280C5E71006C07E4 /* TabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarController.swift; sourceTree = "<group>"; };
2336D87B280C6029006C07E4 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
Expand All @@ -56,6 +65,9 @@
2336D883280C6662006C07E4 /* Search.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Search.storyboard; sourceTree = "<group>"; };
23406BB927FDF3DE00A9CD68 /* SignupFirstViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignupFirstViewController.swift; sourceTree = "<group>"; };
23406BBB27FDFE3900A9CD68 /* SignupSecondViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignupSecondViewController.swift; sourceTree = "<group>"; };
2343CBD9282418F70089E1F1 /* FeedTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedTableViewCell.swift; sourceTree = "<group>"; };
2343CBDA282418F70089E1F1 /* FeedTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FeedTableViewCell.xib; sourceTree = "<group>"; };
2343CBDD282421360089E1F1 /* FeedDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedDataModel.swift; sourceTree = "<group>"; };
23C401AD280DB1BF00DA6EAA /* Reels.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Reels.storyboard; sourceTree = "<group>"; };
23C401AF280DB1CF00DA6EAA /* ReelsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReelsViewController.swift; sourceTree = "<group>"; };
23C401B2280DB1FF00DA6EAA /* ShopViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShopViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -126,6 +138,16 @@
path = Resources;
sourceTree = "<group>";
};
23206C8128218FC900CF3BD6 /* Story */ = {
isa = PBXGroup;
children = (
23206C8228218FDA00CF3BD6 /* StoryCollectionViewCell.swift */,
23206C8328218FDA00CF3BD6 /* StoryCollectionViewCell.xib */,
23206C862821908600CF3BD6 /* StoryUserDataModel.swift */,
);
path = Story;
sourceTree = "<group>";
};
2336D874280C592F006C07E4 /* TabBar */ = {
isa = PBXGroup;
children = (
Expand All @@ -138,6 +160,8 @@
2336D879280C5FF9006C07E4 /* Home */ = {
isa = PBXGroup;
children = (
2343CBD8282412980089E1F1 /* Feed */,
23206C8128218FC900CF3BD6 /* Story */,
2336D87B280C6029006C07E4 /* HomeViewController.swift */,
2336D881280C664E006C07E4 /* Home.storyboard */,
);
Expand All @@ -153,6 +177,16 @@
path = Search;
sourceTree = "<group>";
};
2343CBD8282412980089E1F1 /* Feed */ = {
isa = PBXGroup;
children = (
2343CBD9282418F70089E1F1 /* FeedTableViewCell.swift */,
2343CBDA282418F70089E1F1 /* FeedTableViewCell.xib */,
2343CBDD282421360089E1F1 /* FeedDataModel.swift */,
);
path = Feed;
sourceTree = "<group>";
};
23C401AC280DB1B000DA6EAA /* Reels */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -239,10 +273,12 @@
buildActionMask = 2147483647;
files = (
23034B5227FC9A4A00464A25 /* password_shown_icon.png in Resources */,
23206C8528218FDA00CF3BD6 /* StoryCollectionViewCell.xib in Resources */,
23C401B8280DB21D00DA6EAA /* Profile.storyboard in Resources */,
23034B4F27FC9A4A00464A25 /* insta_logo.png in Resources */,
23034B4327FC86BD00464A25 /* LaunchScreen.storyboard in Resources */,
23C401B5280DB20C00DA6EAA /* Shop.storyboard in Resources */,
2343CBDC282418F70089E1F1 /* FeedTableViewCell.xib in Resources */,
2336D882280C664E006C07E4 /* Home.storyboard in Resources */,
2336D884280C6662006C07E4 /* Search.storyboard in Resources */,
23C401AE280DB1BF00DA6EAA /* Reels.storyboard in Resources */,
Expand All @@ -261,9 +297,11 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
23206C872821908600CF3BD6 /* StoryUserDataModel.swift in Sources */,
23034B5427FC9A9800464A25 /* LoginViewController.swift in Sources */,
23406BBC27FDFE3900A9CD68 /* SignupSecondViewController.swift in Sources */,
23406BBA27FDF3DE00A9CD68 /* SignupFirstViewController.swift in Sources */,
2343CBDB282418F70089E1F1 /* FeedTableViewCell.swift in Sources */,
2336D87E280C6039006C07E4 /* SearchViewController.swift in Sources */,
23C401B0280DB1CF00DA6EAA /* ReelsViewController.swift in Sources */,
2336D87C280C6029006C07E4 /* HomeViewController.swift in Sources */,
Expand All @@ -272,7 +310,9 @@
23034B5627FCA37B00464A25 /* SuccessViewController.swift in Sources */,
23034B3927FC86BD00464A25 /* SceneDelegate.swift in Sources */,
23C401BA280DB22800DA6EAA /* ProfileViewController.swift in Sources */,
2343CBDE282421360089E1F1 /* FeedDataModel.swift in Sources */,
23C401B3280DB1FF00DA6EAA /* ShopViewController.swift in Sources */,
23206C8428218FDA00CF3BD6 /* StoryCollectionViewCell.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Add.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Add@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Add@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Comment.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Comment@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Comment@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Instagram Black Logo.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Instagram Black Logo@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Instagram Black Logo@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Like.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Like@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Like@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "More.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "More@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "More@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Share.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Share@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Share@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "avatar1.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "avatar1@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "avatar1@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "avatar2.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "avatar2@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "avatar2@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "avatar3.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "avatar3@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "avatar3@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "avatar4.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "avatar4@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "avatar4@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "avatar5.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "avatar5@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "avatar5@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}