Skip to content

Commit 0679795

Browse files
author
Thomas Taschauer
committed
add crashlytics
1 parent 78994d8 commit 0679795

39 files changed

Lines changed: 1730 additions & 508 deletions

OpenDocumentReader.xcodeproj/project.pbxproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
E2F7ED4C220B54D600D63515 /* Frameworks */,
360360
E2F7ED4D220B54D600D63515 /* Resources */,
361361
F435F37405C0FE5E8503721A /* [CP] Embed Pods Frameworks */,
362+
E2C41D0F226DEF390049EF8E /* ShellScript */,
362363
);
363364
buildRules = (
364365
);
@@ -624,6 +625,24 @@
624625
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
625626
showEnvVarsInLog = 0;
626627
};
628+
E2C41D0F226DEF390049EF8E /* ShellScript */ = {
629+
isa = PBXShellScriptBuildPhase;
630+
buildActionMask = 2147483647;
631+
files = (
632+
);
633+
inputFileListPaths = (
634+
);
635+
inputPaths = (
636+
"$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
637+
);
638+
outputFileListPaths = (
639+
);
640+
outputPaths = (
641+
);
642+
runOnlyForDeploymentPostprocessing = 0;
643+
shellPath = /bin/sh;
644+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${PODS_ROOT}/Fabric/run\"\n";
645+
};
627646
F435F37405C0FE5E8503721A /* [CP] Embed Pods Frameworks */ = {
628647
isa = PBXShellScriptBuildPhase;
629648
buildActionMask = 2147483647;

Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ target 'OpenDocumentReader' do
88
# Pods for OpenDocumentReader
99
pod 'ScrollableSegmentedControl', '~> 1.4.0'
1010
pod 'Firebase/Core'
11+
pod 'Fabric', '~> 1.9.0'
12+
pod 'Crashlytics', '~> 3.12.0'
1113
end

Podfile.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
PODS:
2+
- Crashlytics (3.12.0):
3+
- Fabric (~> 1.9.0)
4+
- Fabric (1.9.0)
25
- Firebase/Core (5.17.0):
36
- Firebase/CoreOnly
47
- FirebaseAnalytics (= 5.6.0)
@@ -51,11 +54,15 @@ PODS:
5154
- ScrollableSegmentedControl (1.4.0)
5255

5356
DEPENDENCIES:
57+
- Crashlytics (~> 3.12.0)
58+
- Fabric (~> 1.9.0)
5459
- Firebase/Core
5560
- ScrollableSegmentedControl (~> 1.4.0)
5661

5762
SPEC REPOS:
5863
https://github.com/cocoapods/specs.git:
64+
- Crashlytics
65+
- Fabric
5966
- Firebase
6067
- FirebaseAnalytics
6168
- FirebaseCore
@@ -66,6 +73,8 @@ SPEC REPOS:
6673
- ScrollableSegmentedControl
6774

6875
SPEC CHECKSUMS:
76+
Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933
77+
Fabric: f988e33c97f08930a413e08123064d2e5f68d655
6978
Firebase: 59d557e064217fab6a03ff00baa73c06e73832e6
7079
FirebaseAnalytics: 75e4bbc6417d190cc98ec1f17c41a4fad4c2c976
7180
FirebaseCore: c0c4befb82374d6aef64d800e569f47625352edc
@@ -75,6 +84,6 @@ SPEC CHECKSUMS:
7584
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
7685
ScrollableSegmentedControl: 56f7baa7f1d7e622e00abb9d6658856c2d52dd4b
7786

78-
PODFILE CHECKSUM: 3636d5b28440865a0e66766dc8c42e20089b4914
87+
PODFILE CHECKSUM: 76cec4a0a9956dc3041288e8ec2f9b666e1c9fdb
7988

8089
COCOAPODS: 1.5.3

Pods/Crashlytics/Crashlytics.framework/README

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Crashlytics/Crashlytics.framework/submit

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Crashlytics/README.md

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
20.4 MB
Binary file not shown.

Pods/Crashlytics/iOS/Crashlytics.framework/Headers/ANSCompatibility.h

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Answers.h

Lines changed: 210 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)