Skip to content

Commit 7059c9b

Browse files
author
Suleman
committed
commit initial
1 parent 728751b commit 7059c9b

File tree

872 files changed

+75657
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

872 files changed

+75657
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

GoogleService-Info.plist

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AD_UNIT_ID_FOR_BANNER_TEST</key>
6+
<string>ca-app-pub-3940256099942544/2934735716</string>
7+
<key>AD_UNIT_ID_FOR_INTERSTITIAL_TEST</key>
8+
<string>ca-app-pub-3940256099942544/4411468910</string>
9+
<key>CLIENT_ID</key>
10+
<string>484223311165-ovmm5c3etu7fm1a62aj2orjdlp83qdpp.apps.googleusercontent.com</string>
11+
<key>REVERSED_CLIENT_ID</key>
12+
<string>com.googleusercontent.apps.484223311165-ovmm5c3etu7fm1a62aj2orjdlp83qdpp</string>
13+
<key>API_KEY</key>
14+
<string>AIzaSyAlH6e1-J75sR-QaPciWe7PzT0Q2WZGlKY</string>
15+
<key>GCM_SENDER_ID</key>
16+
<string>484223311165</string>
17+
<key>PLIST_VERSION</key>
18+
<string>1</string>
19+
<key>BUNDLE_ID</key>
20+
<string>com.wheels.WheelsiOSCodingChallenge</string>
21+
<key>PROJECT_ID</key>
22+
<string>wheels-db</string>
23+
<key>STORAGE_BUCKET</key>
24+
<string>wheels-db.appspot.com</string>
25+
<key>IS_ADS_ENABLED</key>
26+
<true></true>
27+
<key>IS_ANALYTICS_ENABLED</key>
28+
<false></false>
29+
<key>IS_APPINVITE_ENABLED</key>
30+
<false></false>
31+
<key>IS_GCM_ENABLED</key>
32+
<true></true>
33+
<key>IS_SIGNIN_ENABLED</key>
34+
<true></true>
35+
<key>GOOGLE_APP_ID</key>
36+
<string>1:484223311165:ios:d26457906aacdbf2</string>
37+
<key>DATABASE_URL</key>
38+
<string>https://wheels-db.firebaseio.com</string>
39+
</dict>
40+
</plist>

Podfile

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :ios, '9.0'
3+
4+
5+
6+
7+
target 'WheelsiOSCodingChallenge' do
8+
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
9+
# use_frameworks!
10+
11+
12+
# Pods for WheelsiOSCodingChallenge
13+
pod 'Firebase/Core'
14+
pod 'Firebase/Database'
15+
16+
17+
18+
19+
end
20+

Podfile.lock

+93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
PODS:
2+
- Firebase/Core (5.20.0):
3+
- Firebase/CoreOnly
4+
- FirebaseAnalytics (= 5.8.0)
5+
- Firebase/CoreOnly (5.20.0):
6+
- FirebaseCore (= 5.4.1)
7+
- Firebase/Database (5.20.0):
8+
- Firebase/CoreOnly
9+
- FirebaseDatabase (= 5.1.1)
10+
- FirebaseAnalytics (5.8.0):
11+
- FirebaseCore (~> 5.4)
12+
- FirebaseInstanceID (~> 3.8)
13+
- GoogleAppMeasurement (= 5.8.0)
14+
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
15+
- GoogleUtilities/MethodSwizzler (~> 5.2)
16+
- GoogleUtilities/Network (~> 5.2)
17+
- "GoogleUtilities/NSData+zlib (~> 5.2)"
18+
- nanopb (~> 0.3)
19+
- FirebaseAuthInterop (1.0.0)
20+
- FirebaseCore (5.4.1):
21+
- GoogleUtilities/Environment (~> 5.2)
22+
- GoogleUtilities/Logger (~> 5.2)
23+
- FirebaseDatabase (5.1.1):
24+
- FirebaseAuthInterop (~> 1.0)
25+
- FirebaseCore (~> 5.2)
26+
- leveldb-library (~> 1.18)
27+
- FirebaseInstanceID (3.8.1):
28+
- FirebaseCore (~> 5.2)
29+
- GoogleUtilities/Environment (~> 5.2)
30+
- GoogleUtilities/UserDefaults (~> 5.2)
31+
- GoogleAppMeasurement (5.8.0):
32+
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
33+
- GoogleUtilities/MethodSwizzler (~> 5.2)
34+
- GoogleUtilities/Network (~> 5.2)
35+
- "GoogleUtilities/NSData+zlib (~> 5.2)"
36+
- nanopb (~> 0.3)
37+
- GoogleUtilities/AppDelegateSwizzler (5.5.0):
38+
- GoogleUtilities/Environment
39+
- GoogleUtilities/Logger
40+
- GoogleUtilities/Network
41+
- GoogleUtilities/Environment (5.5.0)
42+
- GoogleUtilities/Logger (5.5.0):
43+
- GoogleUtilities/Environment
44+
- GoogleUtilities/MethodSwizzler (5.5.0):
45+
- GoogleUtilities/Logger
46+
- GoogleUtilities/Network (5.5.0):
47+
- GoogleUtilities/Logger
48+
- "GoogleUtilities/NSData+zlib"
49+
- GoogleUtilities/Reachability
50+
- "GoogleUtilities/NSData+zlib (5.5.0)"
51+
- GoogleUtilities/Reachability (5.5.0):
52+
- GoogleUtilities/Logger
53+
- GoogleUtilities/UserDefaults (5.5.0):
54+
- GoogleUtilities/Logger
55+
- leveldb-library (1.20)
56+
- nanopb (0.3.901):
57+
- nanopb/decode (= 0.3.901)
58+
- nanopb/encode (= 0.3.901)
59+
- nanopb/decode (0.3.901)
60+
- nanopb/encode (0.3.901)
61+
62+
DEPENDENCIES:
63+
- Firebase/Core
64+
- Firebase/Database
65+
66+
SPEC REPOS:
67+
https://github.com/cocoapods/specs.git:
68+
- Firebase
69+
- FirebaseAnalytics
70+
- FirebaseAuthInterop
71+
- FirebaseCore
72+
- FirebaseDatabase
73+
- FirebaseInstanceID
74+
- GoogleAppMeasurement
75+
- GoogleUtilities
76+
- leveldb-library
77+
- nanopb
78+
79+
SPEC CHECKSUMS:
80+
Firebase: 5090da4bb82900179004133bb2b2178919387fd9
81+
FirebaseAnalytics: fd72a26bf8dac84cefba2f0864366f718555a5b0
82+
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
83+
FirebaseCore: f1a9a8be1aee4bf71a2fc0f4096df6788bdfda61
84+
FirebaseDatabase: 2c15b0ea6f2c6eb5e57413f9d6340f1e50b81ae3
85+
FirebaseInstanceID: a122b0c258720cf250551bb2bedf48c699f80d90
86+
GoogleAppMeasurement: 1624046ab1bcc5e170061a56ef5679000b079c8e
87+
GoogleUtilities: 6481e6318c5fcabaaa8513ef8120f329055d7c10
88+
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
89+
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
90+
91+
PODFILE CHECKSUM: 6e20856b72604207d7a91a2310d692138db45b9f
92+
93+
COCOAPODS: 1.6.1

Pods/Firebase/CoreOnly/Sources/Firebase.h

+117
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Firebase/CoreOnly/Sources/module.modulemap

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Firebase/README.md

+90
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/Modules/module.modulemap

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)