diff --git a/Podfile b/Podfile index fd893f220..96d44d8fb 100644 --- a/Podfile +++ b/Podfile @@ -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 diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index f3e2d3bd9..0729098c8 100644 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -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;