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

Loading without internet #103

Closed
wants to merge 10 commits into from
Closed
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 added Bruin Bite.xcodeproj.zip
Binary file not shown.
415 changes: 415 additions & 0 deletions Bruin Bite.xcodeproj/MenuVC.swift

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Bruin Bite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
DCF0E2E220B260A90036A32F /* CreateProfilePt2ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCF0E2E120B260A90036A32F /* CreateProfilePt2ViewController.swift */; };
DCF0E2E420B260BA0036A32F /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCF0E2E320B260BA0036A32F /* SignUpViewController.swift */; };
DCF0E2E620B260CC0036A32F /* SignInViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCF0E2E520B260CC0036A32F /* SignInViewController.swift */; };
DCF2953921ADE6660043DB3A /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCF2953821ADE6660043DB3A /* NetworkManager.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -186,6 +187,7 @@
DCF0E2E120B260A90036A32F /* CreateProfilePt2ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateProfilePt2ViewController.swift; sourceTree = "<group>"; };
DCF0E2E320B260BA0036A32F /* SignUpViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUpViewController.swift; sourceTree = "<group>"; };
DCF0E2E520B260CC0036A32F /* SignInViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInViewController.swift; sourceTree = "<group>"; };
DCF2953821ADE6660043DB3A /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; };
FDC82735AAF52033CD40ACDF /* Pods-Bruin Bite.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Bruin Bite.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Bruin Bite/Pods-Bruin Bite.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -410,6 +412,7 @@
isa = PBXGroup;
children = (
BD392820215C3638007FD4AD /* BBStoryboard.swift */,
DCF2953821ADE6660043DB3A /* NetworkManager.swift */,
);
path = Helpers;
sourceTree = "<group>";
Expand Down Expand Up @@ -595,6 +598,7 @@
"${BUILT_PRODUCTS_DIR}/FacebookLogin/FacebookLogin.framework",
"${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
"${BUILT_PRODUCTS_DIR}/Pulsator/Pulsator.framework",
"${BUILT_PRODUCTS_DIR}/ReachabilitySwift/Reachability.framework",
"${BUILT_PRODUCTS_DIR}/Repeat/Repeat.framework",
"${BUILT_PRODUCTS_DIR}/Result/Result.framework",
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
Expand All @@ -612,6 +616,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FacebookLogin.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Pulsator.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reachability.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Repeat.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
Expand Down Expand Up @@ -650,6 +655,7 @@
2AFB41332047DD86004025F9 /* ItemDetailViewController.swift in Sources */,
2A68339220BC2113000DCAA4 /* UIButtonSignUp.swift in Sources */,
BF0523E3209AA7E00013EE11 /* ProfileViewController.swift in Sources */,
DCF2953921ADE6660043DB3A /* NetworkManager.swift in Sources */,
2AFB41372047F0F2004025F9 /* MenuCardCollectionViewCell.swift in Sources */,
2A16F9A720BEA204008BA4E3 /* ComingSoonPopup.swift in Sources */,
770CDEAE20266B0800658925 /* ColoredCircle.swift in Sources */,
Expand Down
Empty file.
Binary file added Bruin Bite.xcworkspace.zip
Binary file not shown.
Empty file modified Bruin Bite.xcworkspace/contents.xcworkspacedata
100644 → 100755
Empty file.
Empty file modified Bruin Bite.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
100644 → 100755
Empty file.
Empty file modified Bruin Bite/ActivityLevelBar.xib
100644 → 100755
Empty file.
Empty file modified Bruin Bite/BackgroundUserFetch.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Base.lproj/PopupViewControllers~.storyboard
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Base.lproj/Profile~.storyboard
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Bruin Bite.entitlements
100644 → 100755
Empty file.
Empty file modified Bruin Bite/ExploreVC.swift~Updated upstream
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Extensions/StringExtensions.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Extensions/UIButtonSignUp.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Extensions/UIColor+Additions.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Extensions/UIFont+Additions.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Extensions/UILabelExtensions.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Extensions/UIViewControllerExtensions.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Helpers/BBStoryboard.swift
100644 → 100755
Empty file.
82 changes: 82 additions & 0 deletions Bruin Bite/Helpers/NetworkManager.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
//
// NetworkManager.swift
// Bruin Bite
//
// Created by Sahen Rai on 11/27/18.
// Copyright © 2018 Dont Eat Alone. All rights reserved.
//

import Foundation
import Reachability

class NetworkManager: NSObject {

var reachability: Reachability!

// Create a singleton instance
static let sharedInstance: NetworkManager = { return NetworkManager() }()


override init() {
super.init()

// Initialise reachability
reachability = Reachability()!

// Register an observer for the network status
NotificationCenter.default.addObserver(
self,
selector: #selector(networkStatusChanged(_:)),
name: .reachabilityChanged,
object: reachability
)

do {
// Start the network status notifier
try reachability.startNotifier()
} catch {
print("Unable to start notifier")
}
}

@objc func networkStatusChanged(_ notification: Notification) {
// Do something globally here!
}

static func stopNotifier() -> Void {
do {
// Stop the network status notifier
try (NetworkManager.sharedInstance.reachability).startNotifier()
} catch {
print("Error stopping notifier")
}
}

// Network is reachable
static func isReachable(completed: @escaping (NetworkManager) -> Void) {
if (NetworkManager.sharedInstance.reachability).connection != .none {
completed(NetworkManager.sharedInstance)
}
}

// Network is unreachable
static func isUnreachable(completed: @escaping (NetworkManager) -> Void) {
if (NetworkManager.sharedInstance.reachability).connection == .none {
completed(NetworkManager.sharedInstance)
}
}

// Network is reachable via WWAN/Cellular
static func isReachableViaWWAN(completed: @escaping (NetworkManager) -> Void) {
if (NetworkManager.sharedInstance.reachability).connection == .cellular {
completed(NetworkManager.sharedInstance)
}
}

// Network is reachable via WiFi
static func isReachableViaWiFi(completed: @escaping (NetworkManager) -> Void) {
if (NetworkManager.sharedInstance.reachability).connection == .wifi {
completed(NetworkManager.sharedInstance)
}
}
}
Empty file modified Bruin Bite/Info.plist
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Models/ActivityLevel.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Models/ChatMessage.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Models/ChatPreview.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Models/Hours.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Models/Menu.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Models/User.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Moya_Service.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Network/API.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Network/ChatAPI.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Network/ChatListAPI.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Network/MenuAPI.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Network/Moya.swift
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Network/UserAPI.swift
100644 → 100755
Empty file.
32 changes: 15 additions & 17 deletions Bruin Bite/Storyboards/Base.lproj/Main.storyboard
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8gz-gb-DS3">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="8gz-gb-DS3">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down Expand Up @@ -182,7 +180,7 @@
</constraints>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="O0F-49-9a6">
<rect key="frame" x="67.5" y="297" width="240" height="57"/>
<rect key="frame" x="67" y="297" width="241" height="57"/>
<constraints>
<constraint firstAttribute="height" constant="57" id="aQv-Uu-Daa"/>
</constraints>
Expand All @@ -197,7 +195,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4WQ-Z2-0vd">
<rect key="frame" x="67.5" y="380" width="240" height="57"/>
<rect key="frame" x="67" y="380" width="241" height="57"/>
<constraints>
<constraint firstAttribute="height" constant="57" id="xmQ-ch-loQ"/>
</constraints>
Expand All @@ -209,7 +207,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="blB-2Z-DBV">
<rect key="frame" x="67.5" y="463" width="240" height="57"/>
<rect key="frame" x="67" y="463" width="241" height="57"/>
<constraints>
<constraint firstAttribute="height" constant="57" id="cfJ-hq-2It"/>
</constraints>
Expand Down Expand Up @@ -374,7 +372,7 @@
</constraints>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nbr-DJ-2hT" userLabel="SignInButton">
<rect key="frame" x="110" y="217" width="156" height="57"/>
<rect key="frame" x="110" y="217" width="155" height="57"/>
<constraints>
<constraint firstAttribute="height" constant="57" id="dVF-wq-vUR"/>
</constraints>
Expand Down Expand Up @@ -476,7 +474,7 @@
</connections>
</button>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="xdu-mE-ssA">
<rect key="frame" x="67" y="77" width="242" height="38"/>
<rect key="frame" x="67" y="77" width="241" height="38"/>
<constraints>
<constraint firstAttribute="height" constant="38" id="0ac-cD-bLq"/>
</constraints>
Expand All @@ -493,7 +491,7 @@
</userDefinedRuntimeAttributes>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Email" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Yzv-vc-ztv">
<rect key="frame" x="67" y="144" width="242" height="38"/>
<rect key="frame" x="67" y="144" width="241" height="38"/>
<constraints>
<constraint firstAttribute="height" constant="38" id="tOH-T8-FXb"/>
</constraints>
Expand Down Expand Up @@ -638,7 +636,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CREATE YOUR PROFILE" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="14" translatesAutoresizingMaskIntoConstraints="NO" id="RYc-RY-XBD">
<rect key="frame" x="96" y="23" width="183.5" height="46"/>
<rect key="frame" x="96" y="23" width="183" height="46"/>
<constraints>
<constraint firstAttribute="height" constant="46" id="oQK-SW-AhL"/>
</constraints>
Expand Down Expand Up @@ -748,7 +746,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CREATE YOUR PROFILE" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="14" translatesAutoresizingMaskIntoConstraints="NO" id="Ovy-xh-tkP">
<rect key="frame" x="96" y="23" width="183.5" height="46"/>
<rect key="frame" x="96" y="23" width="183" height="46"/>
<constraints>
<constraint firstAttribute="height" constant="46" id="gJJ-Fz-cAr"/>
</constraints>
Expand Down Expand Up @@ -1049,9 +1047,9 @@
<image name="x" width="15" height="16"/>
</resources>
<inferredMetricsTieBreakers>
<segue reference="1eE-UU-7Ui"/>
<segue reference="OQb-Mg-l73"/>
<segue reference="PNa-Ke-Vgp"/>
<segue reference="c5I-PD-MuZ"/>
<segue reference="RdZ-oP-1QG"/>
<segue reference="jEo-FG-EqQ"/>
<segue reference="WWJ-TC-Qti"/>
<segue reference="6ji-u5-cDs"/>
</inferredMetricsTieBreakers>
</document>
Empty file modified Bruin Bite/Storyboards/Chat.storyboard
100644 → 100755
Empty file.
Empty file.
Empty file modified Bruin Bite/Storyboards/Matching.storyboard
100644 → 100755
Empty file.
13 changes: 9 additions & 4 deletions Bruin Bite/Storyboards/Menu.storyboard
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="RAT-qB-Fj9">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="RAT-qB-Fj9">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand All @@ -27,6 +27,10 @@
<size key="footerReferenceSize" width="0.0" height="0.0"/>
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
</collectionViewFlowLayout>
<imageView key="backgroundView" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="LpV-Iu-T1k">
<rect key="frame" x="0.0" y="0.0" width="375" height="468"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
<cells>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="menuCardCell" id="3Wq-Cu-Ohf" customClass="MenuCardCollectionViewCell" customModule="Bruin_Bite" customModuleProvider="target">
<rect key="frame" x="5" y="0.0" width="365" height="214"/>
Expand Down Expand Up @@ -106,7 +110,7 @@
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fRI-GQ-wjj" userLabel="Allergens View" customClass="AllergensBarScrollView" customModule="Bruin_Bite" customModuleProvider="target">
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fRI-GQ-wjj" userLabel="Allergens View" customClass="AllergensBarScrollView" customModule="Bruin_Bite" customModuleProvider="target">
<rect key="frame" x="0.0" y="548" width="375" height="55"/>
<color key="backgroundColor" red="0.99999600649999998" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
Expand Down Expand Up @@ -136,6 +140,7 @@
<connections>
<outlet property="allergensBar" destination="fRI-GQ-wjj" id="VHL-kb-3Yb"/>
<outlet property="backgroundTopBar" destination="DoT-Hh-LNo" id="mh4-dU-Vvb"/>
<outlet property="loadingImage" destination="LpV-Iu-T1k" id="r9q-fz-zK4"/>
<outlet property="menuCardsCollection" destination="H9C-p3-hMb" id="hir-Sr-zQM"/>
<segue destination="G2B-ru-Cr9" kind="show" identifier="segueToItemDetailVC" id="lgn-hs-Vbn"/>
</connections>
Expand Down
Empty file modified Bruin Bite/Storyboards/PopupViewControllers.storyboard
100644 → 100755
Empty file.
Empty file modified Bruin Bite/Supporting Files/AppDelegate.swift
100644 → 100755
Empty file.
Empty file.
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
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
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
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
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
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
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
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
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
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
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.
Empty file.
Empty file.
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.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file modified Bruin Bite/Supporting Files/Assets.xcassets/Contents.json
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "48754471-9cf57d00-ec46-11e8-8e3d-5d9f46261010.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "48754477-9d8e1380-ec46-11e8-9054-0a1d45bc382d.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "48754476-9d8e1380-ec46-11e8-8fef-3e633270cda2.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "48754475-9d8e1380-ec46-11e8-8d95-25429e95dcd7.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading