ios: Remove shell script from Build Phases

This was part of Crashlytics which is no longer used.
This commit is contained in:
Vishesh Handa
2020-09-05 21:51:14 +02:00
parent f12da4dfc3
commit cd6a656cd5

View File

@ -281,7 +281,8 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Fabric/run\"\n"; shellScript = "
";
}; };
7C6C1F2893FB13AF19269048 /* [CP] Check Pods Manifest.lock */ = { 7C6C1F2893FB13AF19269048 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;