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

final #1

Open
wants to merge 1 commit into
base: master
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
8 changes: 5 additions & 3 deletions Restaurant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0940;
LastUpgradeCheck = 0940;
LastUpgradeCheck = 1320;
ORGANIZATIONNAME = "Denis Bystruev";
TargetAttributes = {
6964A99220C7258C00921F08 = {
Expand Down Expand Up @@ -229,6 +229,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -254,7 +255,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -289,6 +290,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -308,7 +310,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
4 changes: 2 additions & 2 deletions Restaurant/AddToOrderDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AddToOrderDelegate.swift
// Restaurant
//
// Created by Denis Bystruev on 07/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//
//
// Protocol for adding items to the order

Expand Down
3 changes: 1 addition & 2 deletions Restaurant/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// AppDelegate.swift
// Restaurant
//
// Created by Denis Bystruev on 05/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//

import UIKit
Expand Down
3 changes: 1 addition & 2 deletions Restaurant/CategoryTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// CategoryTableViewController.swift
// Restaurant
//
// Created by Denis Bystruev on 05/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//
// View controller for the first screen of the app — menu categories

Expand Down
3 changes: 1 addition & 2 deletions Restaurant/IntermediaryModels.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// IntermediaryModels.swift
// Restaurant
//
// Created by Denis Bystruev on 06/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//

// Correspond to keys returned by the API under categories
Expand Down
3 changes: 1 addition & 2 deletions Restaurant/LocalData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// LocalData.swift
// Restaurant
//
// Created by Denis Bystruev on 25/12/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Restaurant/MenuController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// MenuController.swift
// Restaurant
//
// Created by Denis Bystruev on 06/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//

import UIKit
Expand Down
3 changes: 1 addition & 2 deletions Restaurant/MenuItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// MenuItem.swift
// Restaurant
//
// Created by Denis Bystruev on 06/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//

import Foundation
Expand Down
3 changes: 1 addition & 2 deletions Restaurant/MenuItemDetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// MenuItemDetailViewController.swift
// Restaurant
//
// Created by Denis Bystruev on 05/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//
// View controller for the details of a particular food

Expand Down
3 changes: 1 addition & 2 deletions Restaurant/MenuTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// MenuTableTableViewController.swift
// Restaurant
//
// Created by Denis Bystruev on 05/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//
// View controller for the screen after the category was selected

Expand Down
3 changes: 1 addition & 2 deletions Restaurant/OrderConfirmationViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// OrderConfirmationViewController.swift
// Restaurant
//
// Created by Denis Bystruev on 07/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//

import UIKit
Expand Down
3 changes: 1 addition & 2 deletions Restaurant/OrderTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// OrderTableViewController.swift
// Restaurant
//
// Created by Denis Bystruev on 05/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//
// View controller for the order list

Expand Down
3 changes: 1 addition & 2 deletions Restaurant/UITableViewControllerExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// UITableViewControllerExtension.swift
// Restaurant
//
// Created by Denis Bystruev on 07/06/2018.
// Copyright © 2018 Denis Bystruev. All rights reserved.
// Created by AnaSophia Rua on 05/02/2022.
//

import UIKit
Expand Down