Skip to content

Commit

Permalink
Merge pull request #4 from RaunaqMalhotra/account-settings
Browse files Browse the repository at this point in the history
Account settings
  • Loading branch information
RaunaqMalhotra authored Jun 19, 2023
2 parents ce32795 + 61b86f0 commit 33b3d8c
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 61 deletions.
16 changes: 12 additions & 4 deletions BlogSmart/BlogSmart.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
A22881E429FB5DD2007F48B9 /* WriteViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22881E329FB5DD2007F48B9 /* WriteViewController.swift */; };
A22881EA29FCC824007F48B9 /* GPTResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22881E929FCC824007F48B9 /* GPTResponse.swift */; };
A27AC8B829EC31450011E378 /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A27AC8B729EC31450011E378 /* SignUpViewController.swift */; };
A2C1DA2D2A37D8D500A24C93 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C1DA2C2A37D8D500A24C93 /* SettingsViewController.swift */; };
AF202F0929E889E600D18F2C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF202F0829E889E600D18F2C /* AppDelegate.swift */; };
AF202F0B29E889E600D18F2C /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF202F0A29E889E600D18F2C /* SceneDelegate.swift */; };
AF202F0D29E889E600D18F2C /* ReadViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF202F0C29E889E600D18F2C /* ReadViewController.swift */; };
Expand All @@ -22,7 +23,6 @@
AFA3139729FA22B4003719FE /* PostCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFA3139629FA22B4003719FE /* PostCell.swift */; };
AFA3139929FA2A5B003719FE /* Post.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFA3139829FA2A5B003719FE /* Post.swift */; };
AFAD94482A007BF900510528 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFAD94472A007BF900510528 /* DetailViewController.swift */; };
AFFB8AD72A37CA1E00EBD49B /* Keys.plist in Resources */ = {isa = PBXBuildFile; fileRef = AFFB8AD62A37CA1E00EBD49B /* Keys.plist */; };
BA1BA4F129EA503A00E13CDC /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1BA4F029EA503A00E13CDC /* LoginViewController.swift */; };
BA1BA4F429EA534100E13CDC /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1BA4F329EA534100E13CDC /* User.swift */; };
BA1BA4F729EA571700E13CDC /* ViewController+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA1BA4F629EA571700E13CDC /* ViewController+Extensions.swift */; };
Expand All @@ -33,6 +33,7 @@
A22881E329FB5DD2007F48B9 /* WriteViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriteViewController.swift; sourceTree = "<group>"; };
A22881E929FCC824007F48B9 /* GPTResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GPTResponse.swift; sourceTree = "<group>"; };
A27AC8B729EC31450011E378 /* SignUpViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUpViewController.swift; sourceTree = "<group>"; };
A2C1DA2C2A37D8D500A24C93 /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
AF202F0529E889E600D18F2C /* BlogSmart.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BlogSmart.app; sourceTree = BUILT_PRODUCTS_DIR; };
AF202F0829E889E600D18F2C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
AF202F0A29E889E600D18F2C /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -44,7 +45,6 @@
AFA3139629FA22B4003719FE /* PostCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostCell.swift; sourceTree = "<group>"; };
AFA3139829FA2A5B003719FE /* Post.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Post.swift; sourceTree = "<group>"; };
AFAD94472A007BF900510528 /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
AFFB8AD62A37CA1E00EBD49B /* Keys.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Keys.plist; sourceTree = "<group>"; };
BA1BA4F029EA503A00E13CDC /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
BA1BA4F329EA534100E13CDC /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
BA1BA4F629EA571700E13CDC /* ViewController+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewController+Extensions.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -73,6 +73,14 @@
path = Write;
sourceTree = "<group>";
};
A2C1DA2B2A37D8BE00A24C93 /* Settings */ = {
isa = PBXGroup;
children = (
A2C1DA2C2A37D8D500A24C93 /* SettingsViewController.swift */,
);
path = Settings;
sourceTree = "<group>";
};
AF202EFC29E889E600D18F2C = {
isa = PBXGroup;
children = (
Expand All @@ -92,6 +100,7 @@
AF202F0729E889E600D18F2C /* BlogSmart */ = {
isa = PBXGroup;
children = (
A2C1DA2B2A37D8BE00A24C93 /* Settings */,
AFAD94462A007BD500510528 /* Detail */,
A22881E229FB5DBF007F48B9 /* Write */,
AFA3139529FA2231003719FE /* Feed */,
Expand All @@ -104,7 +113,6 @@
AF202F1129E889E800D18F2C /* Assets.xcassets */,
AF202F1329E889E800D18F2C /* LaunchScreen.storyboard */,
AF202F1629E889E800D18F2C /* Info.plist */,
AFFB8AD62A37CA1E00EBD49B /* Keys.plist */,
);
path = BlogSmart;
sourceTree = "<group>";
Expand Down Expand Up @@ -222,7 +230,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AFFB8AD72A37CA1E00EBD49B /* Keys.plist in Resources */,
AF202F1529E889E800D18F2C /* LaunchScreen.storyboard in Resources */,
AF202F1229E889E800D18F2C /* Assets.xcassets in Resources */,
AF202F1029E889E600D18F2C /* Main.storyboard in Resources */,
Expand All @@ -245,6 +252,7 @@
BA1BA4F929EA57F200E13CDC /* DateFormatter+Extensions.swift in Sources */,
AF202F0929E889E600D18F2C /* AppDelegate.swift in Sources */,
AFA3139729FA22B4003719FE /* PostCell.swift in Sources */,
A2C1DA2D2A37D8D500A24C93 /* SettingsViewController.swift in Sources */,
BA1BA4F429EA534100E13CDC /* User.swift in Sources */,
BA1BA4F729EA571700E13CDC /* ViewController+Extensions.swift in Sources */,
AF202F0B29E889E600D18F2C /* SceneDelegate.swift in Sources */,
Expand Down
2 changes: 0 additions & 2 deletions BlogSmart/BlogSmart/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import ParseSwift
@main
class AppDelegate: UIResponder, UIApplicationDelegate {



func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

Expand Down
Loading

0 comments on commit 33b3d8c

Please sign in to comment.