We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a73696f + d154fe5 commit 646e052Copy full SHA for 646e052
hooks/lib/ios-helper.js
@@ -28,7 +28,7 @@ module.exports = {
28
xcodeProject.parseSync();
29
30
// Build the body of the script to be executed during the build phase.
31
- var script = '"' + '${SRCROOT}' + "/\"" + utilities.getAppName(context) + "\"/Plugins/cordova-fabric-plugin/Fabric.framework/run " + pluginConfig.apiKey + " " + pluginConfig.apiSecret + '"';
+ var script = '"' + '${SRCROOT}' + "/\\\"" + utilities.getAppName(context) + "\\\"/Plugins/cordova-fabric-plugin/Fabric.framework/run " + pluginConfig.apiKey + " " + pluginConfig.apiSecret + '"';
32
33
// Generate a unique ID for our new build phase.
34
var id = xcodeProject.generateUuid();
0 commit comments