1E598AE925151A63002BDFBD/* SendMessage.swift in Sources */={isa=PBXBuildFile;fileRef=1E598AE825151A63002BDFBD/* SendMessage.swift */;};
1E67380424DC529B0009E081/* String+Extensions.swift in Sources */={isa=PBXBuildFile;fileRef=1E67380324DC529B0009E081/* String+Extensions.swift */;};
1E680ED92512990700C9257A/* Request.swift in Sources */={isa=PBXBuildFile;fileRef=1E680ED82512990700C9257A/* Request.swift */;};
1E6CC61F2513DBF400965591/* BuildFile in Resources */={isa=PBXBuildFile;};
1E6CC61F2513DBF400965591/* (null) in Resources */={isa=PBXBuildFile;};
1E76CBC2251529560067298C/* Storage.swift in Sources */={isa=PBXBuildFile;fileRef=1EB8EF712510F1EE00F352B7/* Storage.swift */;};
1E76CBC325152A460067298C/* String+Extensions.swift in Sources */={isa=PBXBuildFile;fileRef=1E67380324DC529B0009E081/* String+Extensions.swift */;};
1E76CBC725152BFF0067298C/* Payload.swift in Sources */={isa=PBXBuildFile;fileRef=1E01C8262511303900FEF824/* Payload.swift */;};
...
...
@@ -652,7 +652,7 @@
isa=PBXResourcesBuildPhase;
buildActionMask=2147483647;
files=(
1E6CC61F2513DBF400965591/* BuildFile in Resources */,
1E6CC61F2513DBF400965591/* (null) in Resources */,
8F17AF8E2525B4DC00399B7F/* GoogleService-Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing=0;
...
...
@@ -914,16 +914,6 @@
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";
shellScript="#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\nset -e\n\nif [[ ${PODS_ROOT} ]]; then\n echo \"info: Exec FirebaseCrashlytics Run from Pods\"\n \"${PODS_ROOT}/FirebaseCrashlytics/run\"\nelse\n echo \"info: Exec FirebaseCrashlytics Run from framework\"\n \"${PROJECT_DIR}/FirebaseCrashlytics.framework/run\"\nfi\n";