cordova-plugin-firebasex
Version:
Cordova plugin for Google Firebase
11 lines (8 loc) • 428 B
JavaScript
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);
};