add the crashlythics SDK

This commit is contained in:
Danmei Chen 2019-01-10 14:28:28 +01:00
parent 6a5e3da605
commit db487a5fb1
2 changed files with 22 additions and 0 deletions

View file

@ -26,6 +26,8 @@ target 'liblinphoneTester' do
# Pods for liblinphoneTester
pod 'linphone-sdk', '~> 4.1-152-g7a39770'
pod 'Firebase/Core'
pod 'Fabric', '~> 1.9.0'
pod 'Crashlytics', '~> 3.12.0'
target 'liblinphoneTesterTests' do
inherit! :search_paths
@ -41,6 +43,8 @@ target 'linphone' do
# Pods for linphone
pod 'linphone-sdk', '~> 4.1-152-g7a39770'
pod 'Firebase/Core'
pod 'Fabric', '~> 1.9.0'
pod 'Crashlytics', '~> 3.12.0'
target 'linphoneTests' do
inherit! :search_paths

View file

@ -3485,6 +3485,7 @@
5EF0C35020C806A5005081B0 /* Embed App Extensions */,
4D22DCAAC0231865D78AC1E6 /* [CP] Embed Pods Frameworks */,
A73A24C4B99B11012FDAA7CF /* [CP] Copy Pods Resources */,
614D0A1821E77F5300C43EDF /* ShellScript */,
);
buildRules = (
);
@ -4600,6 +4601,23 @@
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";
showEnvVarsInLog = 0;
};
614D0A1821E77F5300C43EDF /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Fabric/run\"\n";
};
61C84B4200D58AABECCE326E /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;