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

what's up #18

Open
wants to merge 3 commits into
base: main
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
//
// Do any additional setup after loading the view. } } See video clips in action TabBarControllerViewController.swift
// saraWhatsUp
//
// Created by sara al zhrani on 26/03/1443 AH.
//

import UIKit

class _Do_any_additional_setup_after_loading_the_view_________See_video_clips_in_action__TabBarControllerViewController: UITabBarController {

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
}


/*
// MARK: - Navigation

// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/

}
Binary file added saraWhatsUp/.DS_Store
Binary file not shown.
16 changes: 16 additions & 0 deletions saraWhatsUp/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'saraWhatsUp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!


# Pods for saraWhatsUp

pod 'Firebase/Auth'
pod 'Firebase/Storage'

pod 'Firebase/Database'

end
97 changes: 97 additions & 0 deletions saraWhatsUp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
PODS:
- Firebase/Auth (8.9.1):
- Firebase/CoreOnly
- FirebaseAuth (~> 8.9.0)
- Firebase/CoreOnly (8.9.1):
- FirebaseCore (= 8.9.1)
- Firebase/Database (8.9.1):
- Firebase/CoreOnly
- FirebaseDatabase (~> 8.9.0)
- Firebase/Storage (8.9.1):
- Firebase/CoreOnly
- FirebaseStorage (~> 8.9.0)
- FirebaseAuth (8.9.0):
- FirebaseCore (~> 8.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.6)
- GoogleUtilities/Environment (~> 7.6)
- GTMSessionFetcher/Core (~> 1.5)
- FirebaseCore (8.9.1):
- FirebaseCoreDiagnostics (~> 8.0)
- GoogleUtilities/Environment (~> 7.6)
- GoogleUtilities/Logger (~> 7.6)
- FirebaseCoreDiagnostics (8.9.0):
- GoogleDataTransport (~> 9.1)
- GoogleUtilities/Environment (~> 7.6)
- GoogleUtilities/Logger (~> 7.6)
- nanopb (~> 2.30908.0)
- FirebaseDatabase (8.9.0):
- FirebaseCore (~> 8.0)
- leveldb-library (~> 1.22)
- FirebaseStorage (8.9.0):
- FirebaseCore (~> 8.0)
- GTMSessionFetcher/Core (~> 1.5)
- GoogleDataTransport (9.1.2):
- GoogleUtilities/Environment (~> 7.2)
- nanopb (~> 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/AppDelegateSwizzler (7.6.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.6.0):
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.6.0):
- GoogleUtilities/Environment
- GoogleUtilities/Network (7.6.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.6.0)"
- GoogleUtilities/Reachability (7.6.0):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (1.7.0)
- leveldb-library (1.22.1)
- nanopb (2.30908.0):
- nanopb/decode (= 2.30908.0)
- nanopb/encode (= 2.30908.0)
- nanopb/decode (2.30908.0)
- nanopb/encode (2.30908.0)
- PromisesObjC (2.0.0)

DEPENDENCIES:
- Firebase/Auth
- Firebase/Database
- Firebase/Storage

SPEC REPOS:
trunk:
- Firebase
- FirebaseAuth
- FirebaseCore
- FirebaseCoreDiagnostics
- FirebaseDatabase
- FirebaseStorage
- GoogleDataTransport
- GoogleUtilities
- GTMSessionFetcher
- leveldb-library
- nanopb
- PromisesObjC

SPEC CHECKSUMS:
Firebase: fb5114cd2bf96e2ff7bcb01d0d9a156cf5fd2f07
FirebaseAuth: 2b78b2a32c07b3ecfa4970bdf1d3632b8304099b
FirebaseCore: c5aab092d9c4b8efea894946166b04c9d9ef0e68
FirebaseCoreDiagnostics: 5daa63f1c1409d981a2d5007daa100b36eac6a34
FirebaseDatabase: 2236b804cf0cac165b4620669bedf7ee643a2bcc
FirebaseStorage: 452c98c31ccb40b819764bf3039426c4388d9939
GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940
GoogleUtilities: 684ee790a24f73ebb2d1d966e9711c203f2a4237
GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91
leveldb-library: 50c7b45cbd7bf543c81a468fe557a16ae3db8729
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58

PODFILE CHECKSUM: 5f3bfdda36c381b0c15c0819471cdda47eb5b3f8

COCOAPODS: 1.11.2
81 changes: 81 additions & 0 deletions saraWhatsUp/Pods/Firebase/CoreOnly/Sources/Firebase.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions saraWhatsUp/Pods/Firebase/CoreOnly/Sources/module.modulemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading