UNPKG

cordova-plugin-firebasex

Version:
11 lines (8 loc) 428 B
var helper = require("./helper"); module.exports = function(context) { // Add a build phase which runs a shell script that executes the Crashlytics // run command line tool which uploads the debug symbols at build time. var xcodeProjectPath = helper.getXcodeProjectPath(context); helper.removeShellScriptBuildPhase(context, xcodeProjectPath); helper.addShellScriptBuildPhase(context, xcodeProjectPath); };