Skip to content

Commit

Permalink
Merge pull request #86 from RobertYoung/master
Browse files Browse the repository at this point in the history
Fixed bug with the Xcode project not opening due to the shell script
  • Loading branch information
sarriaroman authored Feb 13, 2017
2 parents a73696f + d154fe5 commit 646e052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/lib/ios-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
xcodeProject.parseSync();

// Build the body of the script to be executed during the build phase.
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 + '"';

// Generate a unique ID for our new build phase.
var id = xcodeProject.generateUuid();
Expand Down

0 comments on commit 646e052

Please sign in to comment.