Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
aslanyanhaik committed May 14, 2019
2 parents 7531cdc + 5d74153 commit 0c91025
Show file tree
Hide file tree
Showing 420 changed files with 5,101 additions and 47,042 deletions.
Binary file removed .DS_Store
Binary file not shown.
77 changes: 77 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# https://github.com/github/gitignore/blob/master/Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xcuserstate
*.cer
*.mobileprovision

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
Packages/
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
/Pods/*
# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output



# Others
.DS_Store
.idea/


### Firebase ###
.idea
**/node_modules/*
**/.firebaserc

21 changes: 11 additions & 10 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '12.0'
use_frameworks!
inhibit_all_warnings!
ENV['COCOAPODS_DISABLE_STATS'] = "true"

target 'QuickChat' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for QuickChat

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

pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Kingfisher'
pod 'Firebase/Firestore'
pod 'ALLoadingView'

end
213 changes: 154 additions & 59 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,73 +1,168 @@
PODS:
- Firebase/Auth (4.8.2):
- Firebase/Core
- FirebaseAuth (= 4.4.2)
- Firebase/Core (4.8.2):
- FirebaseAnalytics (= 4.0.9)
- FirebaseCore (= 4.0.14)
- Firebase/Database (4.8.2):
- Firebase/Core
- FirebaseDatabase (= 4.1.4)
- Firebase/Storage (4.8.2):
- Firebase/Core
- FirebaseStorage (= 2.1.2)
- FirebaseAnalytics (4.0.9):
- FirebaseCore (~> 4.0)
- FirebaseInstanceID (~> 2.0)
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
- ALLoadingView (1.1.5)
- BoringSSL-GRPC (0.0.3):
- BoringSSL-GRPC/Implementation (= 0.0.3)
- BoringSSL-GRPC/Interface (= 0.0.3)
- BoringSSL-GRPC/Implementation (0.0.3):
- BoringSSL-GRPC/Interface (= 0.0.3)
- BoringSSL-GRPC/Interface (0.0.3)
- Firebase/Auth (6.0.0):
- Firebase/CoreOnly
- FirebaseAuth (~> 6.0.0)
- Firebase/Core (6.0.0):
- Firebase/CoreOnly
- FirebaseAnalytics (= 6.0.0)
- Firebase/CoreOnly (6.0.0):
- FirebaseCore (= 6.0.0)
- Firebase/Firestore (6.0.0):
- Firebase/CoreOnly
- FirebaseFirestore (~> 1.3.0)
- Firebase/Storage (6.0.0):
- Firebase/CoreOnly
- FirebaseStorage (~> 3.2.0)
- FirebaseAnalytics (6.0.0):
- FirebaseCore (~> 6.0)
- FirebaseInstanceID (~> 4.0)
- GoogleAppMeasurement (= 6.0.0)
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
- GoogleUtilities/MethodSwizzler (~> 6.0)
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (~> 0.3)
- FirebaseAuth (4.4.2):
- FirebaseAnalytics (~> 4.0)
- GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)
- FirebaseAuth (6.0.0):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 6.0)
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
- GoogleUtilities/Environment (~> 6.0)
- GTMSessionFetcher/Core (~> 1.1)
- FirebaseCore (4.0.14):
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
- FirebaseDatabase (4.1.4):
- FirebaseAnalytics (~> 4.0)
- FirebaseCore (~> 4.0)
- leveldb-library (~> 1.18)
- FirebaseInstanceID (2.0.8):
- FirebaseCore (~> 4.0)
- FirebaseStorage (2.1.2):
- FirebaseAnalytics (~> 4.0)
- FirebaseCore (~> 4.0)
- FirebaseAuthInterop (1.0.0)
- FirebaseCore (6.0.0):
- GoogleUtilities/Environment (~> 6.0)
- GoogleUtilities/Logger (~> 6.0)
- FirebaseFirestore (1.3.0):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 6.0)
- FirebaseFirestore/abseil-cpp (= 1.3.0)
- "gRPC-C++ (= 0.0.8)"
- leveldb-library (~> 1.20)
- nanopb (~> 0.3.901)
- Protobuf (~> 3.1)
- FirebaseFirestore/abseil-cpp (1.3.0):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 6.0)
- "gRPC-C++ (= 0.0.8)"
- leveldb-library (~> 1.20)
- nanopb (~> 0.3.901)
- Protobuf (~> 3.1)
- FirebaseInstanceID (4.0.0):
- FirebaseCore (~> 6.0)
- GoogleUtilities/Environment (~> 6.0)
- GoogleUtilities/UserDefaults (~> 6.0)
- FirebaseStorage (3.2.0):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 6.0)
- GTMSessionFetcher/Core (~> 1.1)
- GoogleToolboxForMac/DebugUtils (2.1.3):
- GoogleToolboxForMac/Defines (= 2.1.3)
- GoogleToolboxForMac/Defines (2.1.3)
- GoogleToolboxForMac/NSData+zlib (2.1.3):
- GoogleToolboxForMac/Defines (= 2.1.3)
- GoogleToolboxForMac/NSDictionary+URLArguments (2.1.3):
- GoogleToolboxForMac/DebugUtils (= 2.1.3)
- GoogleToolboxForMac/Defines (= 2.1.3)
- GoogleToolboxForMac/NSString+URLArguments (= 2.1.3)
- GoogleToolboxForMac/NSString+URLArguments (2.1.3)
- GTMSessionFetcher/Core (1.1.13)
- GoogleAppMeasurement (6.0.0):
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
- GoogleUtilities/MethodSwizzler (~> 6.0)
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (~> 0.3)
- GoogleUtilities/AppDelegateSwizzler (6.0.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (6.0.0)
- GoogleUtilities/Logger (6.0.0):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (6.0.0):
- GoogleUtilities/Logger
- GoogleUtilities/Network (6.0.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (6.0.0)"
- GoogleUtilities/Reachability (6.0.0):
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (6.0.0):
- GoogleUtilities/Logger
- "gRPC-C++ (0.0.8)":
- "gRPC-C++/Implementation (= 0.0.8)"
- "gRPC-C++/Interface (= 0.0.8)"
- "gRPC-C++/Implementation (0.0.8)":
- "gRPC-C++/Interface (= 0.0.8)"
- gRPC-Core (= 1.19.0)
- nanopb (~> 0.3)
- "gRPC-C++/Interface (0.0.8)"
- gRPC-Core (1.19.0):
- gRPC-Core/Implementation (= 1.19.0)
- gRPC-Core/Interface (= 1.19.0)
- gRPC-Core/Implementation (1.19.0):
- BoringSSL-GRPC (= 0.0.3)
- gRPC-Core/Interface (= 1.19.0)
- nanopb (~> 0.3)
- gRPC-Core/Interface (1.19.0)
- GTMSessionFetcher/Core (1.2.1)
- Kingfisher (5.4.0)
- leveldb-library (1.20)
- nanopb (0.3.8):
- nanopb/decode (= 0.3.8)
- nanopb/encode (= 0.3.8)
- nanopb/decode (0.3.8)
- nanopb/encode (0.3.8)
- nanopb (0.3.901):
- nanopb/decode (= 0.3.901)
- nanopb/encode (= 0.3.901)
- nanopb/decode (0.3.901)
- nanopb/encode (0.3.901)
- Protobuf (3.7.0)

DEPENDENCIES:
- ALLoadingView
- Firebase/Auth
- Firebase/Database
- Firebase/Core
- Firebase/Firestore
- Firebase/Storage
- Kingfisher

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- ALLoadingView
- BoringSSL-GRPC
- Firebase
- FirebaseAnalytics
- FirebaseAuth
- FirebaseAuthInterop
- FirebaseCore
- FirebaseFirestore
- FirebaseInstanceID
- FirebaseStorage
- GoogleAppMeasurement
- GoogleUtilities
- "gRPC-C++"
- gRPC-Core
- GTMSessionFetcher
- Kingfisher
- leveldb-library
- nanopb
- Protobuf

SPEC CHECKSUMS:
Firebase: 7d3b8cd837ad9fcd391657734c0d56dab8e9a5a3
FirebaseAnalytics: 388b630c15713f5dbf364071f5f3d6077fb52f4e
FirebaseAuth: bd2738c5c1e92b108ba5f7f7335908097a4e50bb
FirebaseCore: 2e0b98fb2d64ca8140136beff15772bdd14d2dd7
FirebaseDatabase: de4446507ccd3257fca37d16f40e1540324571fd
FirebaseInstanceID: 81df5805a08001e69138664bdd02c6719a9ac80f
FirebaseStorage: 181bb543d39ee3c53e0558de7ba86b1286a0427f
GoogleToolboxForMac: 2501e2ad72a52eb3dfe7bd9aee7dad11b858bd20
GTMSessionFetcher: 5bb1eae636127de695590f50e7d248483eb891e6
ALLoadingView: 5f3a5e73402d3ec178dae51ebdb39c1d64c0a87b
BoringSSL-GRPC: db8764df3204ccea016e1c8dd15d9a9ad63ff318
Firebase: fa80b9d987ca014a1ba9357496ef2a0178b28b12
FirebaseAnalytics: 1743c5f4de3687d0745709dfdc4b1dea1484f44c
FirebaseAuth: efc72b0f6fe075d2a6de8d81a6d9de83ef2b47eb
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
FirebaseCore: e38f025287b413255a53acc1945d048a112047f7
FirebaseFirestore: 0537b2a960a4819fae2834e688e5daeb571c81d6
FirebaseInstanceID: 0e0348a3c00a734fa376a070f5ad4533ad975cb5
FirebaseStorage: ff1e8f1f6cf1557a8694b0ef39d3e72cb60c42ac
GoogleAppMeasurement: 7f028ea162b72c8f326daec74afc95d94f7a47d6
GoogleUtilities: f1faafc033ea203adf1783ce00af455bb99d0e5b
"gRPC-C++": 98be881723177d8c4faf5fdffacb582c7b4971a2
gRPC-Core: bd9472c8daa2e414b9f8038ba667bf56ce0e02b8
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
Kingfisher: 9c8f2cc6710334e06f32ba2b45e77707d5e2f0c9
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
Protobuf: 7a877b7f3e5964e3fce995e2eb323dbc6831bb5a

PODFILE CHECKSUM: 3fd0a4ffcc187cefc2bbb8b876ded067b31dd987
PODFILE CHECKSUM: 151ae1bed8a0c460041494ef1128ea57316c4f72

COCOAPODS: 1.4.0
COCOAPODS: 1.6.1
Binary file removed Pods/.DS_Store
Binary file not shown.
Loading

0 comments on commit 0c91025

Please sign in to comment.