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
Binary file modified FaceBookProfile/.DS_Store
Binary file not shown.
90 changes: 85 additions & 5 deletions FaceBookProfile/FaceBookProfile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
objects = {

/* Begin PBXBuildFile section */
653CF0482A26E01D00581290 /* UIColor+CustomColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 653CF0472A26E01D00581290 /* UIColor+CustomColors.swift */; };
659FC9492A1E497000A442E6 /* ProfileTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 659FC9472A1E497000A442E6 /* ProfileTableViewCell.swift */; };
659FC94A2A1E497000A442E6 /* ProfileTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 659FC9482A1E497000A442E6 /* ProfileTableViewCell.xib */; };
659FC94D2A1F2FAE00A442E6 /* MenuTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 659FC94B2A1F2FAE00A442E6 /* MenuTableViewCell.swift */; };
659FC94E2A1F2FAE00A442E6 /* MenuTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 659FC94C2A1F2FAE00A442E6 /* MenuTableViewCell.xib */; };
659FC9502A1F334E00A442E6 /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 659FC94F2A1F334E00A442E6 /* Model.swift */; };
659FC9552A1F449D00A442E6 /* LogOutTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 659FC9532A1F449D00A442E6 /* LogOutTableViewCell.swift */; };
659FC9562A1F449D00A442E6 /* LogOutTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 659FC9542A1F449D00A442E6 /* LogOutTableViewCell.xib */; };
6E0AA32229FEA7BE00BD99C4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E0AA32129FEA7BE00BD99C4 /* AppDelegate.swift */; };
6E0AA32429FEA7BE00BD99C4 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E0AA32329FEA7BE00BD99C4 /* SceneDelegate.swift */; };
6E0AA32629FEA7BE00BD99C4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E0AA32529FEA7BE00BD99C4 /* ViewController.swift */; };
Expand All @@ -16,6 +24,14 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
653CF0472A26E01D00581290 /* UIColor+CustomColors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+CustomColors.swift"; sourceTree = "<group>"; };
659FC9472A1E497000A442E6 /* ProfileTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileTableViewCell.swift; sourceTree = "<group>"; };
659FC9482A1E497000A442E6 /* ProfileTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProfileTableViewCell.xib; sourceTree = "<group>"; };
659FC94B2A1F2FAE00A442E6 /* MenuTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuTableViewCell.swift; sourceTree = "<group>"; };
659FC94C2A1F2FAE00A442E6 /* MenuTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MenuTableViewCell.xib; sourceTree = "<group>"; };
659FC94F2A1F334E00A442E6 /* Model.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Model.swift; sourceTree = "<group>"; };
659FC9532A1F449D00A442E6 /* LogOutTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogOutTableViewCell.swift; sourceTree = "<group>"; };
659FC9542A1F449D00A442E6 /* LogOutTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LogOutTableViewCell.xib; sourceTree = "<group>"; };
6E0AA31E29FEA7BE00BD99C4 /* FaceBookProfile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FaceBookProfile.app; sourceTree = BUILT_PRODUCTS_DIR; };
6E0AA32129FEA7BE00BD99C4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6E0AA32329FEA7BE00BD99C4 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -37,6 +53,62 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
653CF0432A26DFBF00581290 /* Models */ = {
isa = PBXGroup;
children = (
659FC94F2A1F334E00A442E6 /* Model.swift */,
);
path = Models;
sourceTree = "<group>";
};
653CF0442A26DFC900581290 /* Controllers */ = {
isa = PBXGroup;
children = (
6E0AA32129FEA7BE00BD99C4 /* AppDelegate.swift */,
6E0AA32329FEA7BE00BD99C4 /* SceneDelegate.swift */,
);
path = Controllers;
sourceTree = "<group>";
};
653CF0452A26DFD300581290 /* Views */ = {
isa = PBXGroup;
children = (
653CF0492A26E26D00581290 /* CustomCells */,
6E0AA32729FEA7BE00BD99C4 /* Main.storyboard */,
6E0AA32C29FEA7BF00BD99C4 /* LaunchScreen.storyboard */,
);
path = Views;
sourceTree = "<group>";
};
653CF0462A26DFEF00581290 /* Extensions */ = {
isa = PBXGroup;
children = (
653CF0472A26E01D00581290 /* UIColor+CustomColors.swift */,
);
path = Extensions;
sourceTree = "<group>";
};
653CF0492A26E26D00581290 /* CustomCells */ = {
isa = PBXGroup;
children = (
659FC9472A1E497000A442E6 /* ProfileTableViewCell.swift */,
659FC9482A1E497000A442E6 /* ProfileTableViewCell.xib */,
659FC94B2A1F2FAE00A442E6 /* MenuTableViewCell.swift */,
659FC94C2A1F2FAE00A442E6 /* MenuTableViewCell.xib */,
659FC9532A1F449D00A442E6 /* LogOutTableViewCell.swift */,
659FC9542A1F449D00A442E6 /* LogOutTableViewCell.xib */,
);
path = CustomCells;
sourceTree = "<group>";
};
653CF04A2A26E35E00581290 /* ViewControllers */ = {
isa = PBXGroup;
children = (
6E0AA32529FEA7BE00BD99C4 /* ViewController.swift */,
);
path = ViewControllers;
sourceTree = "<group>";
};
6E0AA31529FEA7BE00BD99C4 = {
isa = PBXGroup;
children = (
Expand All @@ -56,12 +128,12 @@
6E0AA32029FEA7BE00BD99C4 /* FaceBookProfile */ = {
isa = PBXGroup;
children = (
6E0AA32129FEA7BE00BD99C4 /* AppDelegate.swift */,
6E0AA32329FEA7BE00BD99C4 /* SceneDelegate.swift */,
6E0AA32529FEA7BE00BD99C4 /* ViewController.swift */,
6E0AA32729FEA7BE00BD99C4 /* Main.storyboard */,
653CF04A2A26E35E00581290 /* ViewControllers */,
653CF0462A26DFEF00581290 /* Extensions */,
653CF0452A26DFD300581290 /* Views */,
653CF0442A26DFC900581290 /* Controllers */,
653CF0432A26DFBF00581290 /* Models */,
6E0AA32A29FEA7BF00BD99C4 /* Assets.xcassets */,
6E0AA32C29FEA7BF00BD99C4 /* LaunchScreen.storyboard */,
6E0AA32F29FEA7BF00BD99C4 /* Info.plist */,
);
path = FaceBookProfile;
Expand Down Expand Up @@ -126,7 +198,10 @@
buildActionMask = 2147483647;
files = (
6E0AA32E29FEA7BF00BD99C4 /* LaunchScreen.storyboard in Resources */,
659FC9562A1F449D00A442E6 /* LogOutTableViewCell.xib in Resources */,
659FC94A2A1E497000A442E6 /* ProfileTableViewCell.xib in Resources */,
6E0AA32B29FEA7BF00BD99C4 /* Assets.xcassets in Resources */,
659FC94E2A1F2FAE00A442E6 /* MenuTableViewCell.xib in Resources */,
6E0AA32929FEA7BE00BD99C4 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -139,8 +214,13 @@
buildActionMask = 2147483647;
files = (
6E0AA32629FEA7BE00BD99C4 /* ViewController.swift in Sources */,
659FC9552A1F449D00A442E6 /* LogOutTableViewCell.swift in Sources */,
653CF0482A26E01D00581290 /* UIColor+CustomColors.swift in Sources */,
659FC9492A1E497000A442E6 /* ProfileTableViewCell.swift in Sources */,
6E0AA32229FEA7BE00BD99C4 /* AppDelegate.swift in Sources */,
659FC9502A1F334E00A442E6 /* Model.swift in Sources */,
6E0AA32429FEA7BE00BD99C4 /* SceneDelegate.swift in Sources */,
659FC94D2A1F2FAE00A442E6 /* MenuTableViewCell.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>FaceBookProfile.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "images.jpeg",
"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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_education_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_education_20_20x20_@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_calendar_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_calendar_20_20x20_@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_friend-friends_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_friend-friends_20_20x20_@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_games_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_games_20_20x20_@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_app-groups_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_app-groups_20_20x20_@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_question_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_question_20_20x20_@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_placeholder@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_placeholder@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_lock_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_lock_20_20x20_@3x.png",
"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.
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,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "fb_glyphs_gear_20_20x20_@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "fb_glyphs_gear_20_20x20_@3x.png",
"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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading