Skip to content

Commit 8b97938

Browse files
committed
Trac Mobility Assignment - iOS
1 parent 4f08a63 commit 8b97938

File tree

48 files changed

+2053
-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.

48 files changed

+2053
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Xcode
2+
screenshot_*
3+
.irb-history
4+
.DS_Store
5+
*/build/*
6+
*.pbxuser
7+
!default.pbxuser
8+
*.mode1v3
9+
!default.mode1v3
10+
*.mode2v3
11+
!default.mode2v3
12+
*.perspectivev3
13+
!default.perspectivev3
14+
xcuserdata
15+
*.moved-aside
16+
DerivedData
17+
.idea/
18+
.vscode/
19+
*.hmap
20+
*.xccheckout
21+
*.xcuserstate
22+
build/*
23+
Pods/*
24+
Spacr.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Podfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
platform :ios, '12.0'
2+
3+
target 'TracMobility' do
4+
use_frameworks!
5+
6+
pod 'GoogleSignIn'
7+
pod 'GoogleMaps','~> 4.0.0'
8+
9+
end

Podfile.lock

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
PODS:
2+
- AppAuth (1.4.0):
3+
- AppAuth/Core (= 1.4.0)
4+
- AppAuth/ExternalUserAgent (= 1.4.0)
5+
- AppAuth/Core (1.4.0)
6+
- AppAuth/ExternalUserAgent (1.4.0)
7+
- GoogleMaps (4.0.0):
8+
- GoogleMaps/Maps (= 4.0.0)
9+
- GoogleMaps/Base (4.0.0)
10+
- GoogleMaps/Maps (4.0.0):
11+
- GoogleMaps/Base
12+
- GoogleSignIn (5.0.2):
13+
- AppAuth (~> 1.2)
14+
- GTMAppAuth (~> 1.0)
15+
- GTMSessionFetcher/Core (~> 1.1)
16+
- GTMAppAuth (1.1.0):
17+
- AppAuth/Core (~> 1.4)
18+
- GTMSessionFetcher (~> 1.4)
19+
- GTMSessionFetcher (1.5.0):
20+
- GTMSessionFetcher/Full (= 1.5.0)
21+
- GTMSessionFetcher/Core (1.5.0)
22+
- GTMSessionFetcher/Full (1.5.0):
23+
- GTMSessionFetcher/Core (= 1.5.0)
24+
25+
DEPENDENCIES:
26+
- GoogleMaps (~> 4.0.0)
27+
- GoogleSignIn
28+
29+
SPEC REPOS:
30+
trunk:
31+
- AppAuth
32+
- GoogleMaps
33+
- GoogleSignIn
34+
- GTMAppAuth
35+
- GTMSessionFetcher
36+
37+
SPEC CHECKSUMS:
38+
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
39+
GoogleMaps: b7f7fc569a9b354a3af0d9729dbec40957b7d41e
40+
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
41+
GTMAppAuth: 197a8dabfea5d665224aa00d17f164fc2248dab9
42+
GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52
43+
44+
PODFILE CHECKSUM: 4fc49cffc75fad4a1e35dde53564c9cf5a0ea5ec
45+
46+
COCOAPODS: 1.10.0

0 commit comments

Comments
 (0)