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

Hooked up Crashlytics #72

Merged
merged 4 commits into from
Aug 27, 2019
Merged
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
3 changes: 3 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ target 'Tinodios' do
project 'Tinodios'
sdk_pods
ui_pods
# Pods for Crashlytics
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.13.4'
end
11 changes: 10 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
PODS:
- Crashlytics (3.13.4):
- Fabric (~> 1.10.2)
- Fabric (1.10.2)
- Firebase/CoreOnly (6.1.0):
- FirebaseCore (= 6.0.1)
- Firebase/Messaging (6.1.0):
Expand Down Expand Up @@ -45,13 +48,17 @@ PODS:
- SwiftWebSocket (2.7.0)

DEPENDENCIES:
- Crashlytics (~> 3.13.4)
- Fabric (~> 1.10.2)
- Firebase/Messaging
- SQLite.swift (~> 0.12.0)
- SwiftKeychainWrapper (~> 3.2)
- SwiftWebSocket (~> 2.7.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Crashlytics
- Fabric
- Firebase
- FirebaseAnalyticsInterop
- FirebaseCore
Expand All @@ -64,6 +71,8 @@ SPEC REPOS:
- SwiftWebSocket

SPEC CHECKSUMS:
Crashlytics: 2dfd686bcb918dc10ee0e76f7f853fe42c7bd552
Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
Firebase: 8d77bb33624ae9b62d745d82ec023de5f70f7e4f
FirebaseAnalyticsInterop: efbe45c8385ec626e29f9525e5ebd38520dfb6c1
FirebaseCore: 66bdef3b310a026880e2a5bc8aa586ab62ce4543
Expand All @@ -75,6 +84,6 @@ SPEC CHECKSUMS:
SwiftKeychainWrapper: 82c4c02cdc36f9a24f7edfcaab3e336401caa1a1
SwiftWebSocket: 612c9729fd503cb6b0b8b45390c788686dac306f

PODFILE CHECKSUM: 4431e7e7423f37840c4ab06adde943df4c7f0ba0
PODFILE CHECKSUM: 4aecd66fc00ee80a16303d9496b7c892afb5c174

COCOAPODS: 1.6.1
1 change: 1 addition & 0 deletions Pods/Crashlytics/Crashlytics.framework/README

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

6 changes: 6 additions & 0 deletions Pods/Crashlytics/Crashlytics.framework/submit

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

23 changes: 23 additions & 0 deletions Pods/Crashlytics/README.md

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

Binary file not shown.

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

210 changes: 210 additions & 0 deletions Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Answers.h

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

33 changes: 33 additions & 0 deletions Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSAttributes.h

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

Loading