Skip to content

Commit 646e052

Browse files
authored
Merge pull request #86 from RobertYoung/master
Fixed bug with the Xcode project not opening due to the shell script
2 parents a73696f + d154fe5 commit 646e052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/lib/ios-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
xcodeProject.parseSync();
2929

3030
// 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 + '"';
31+
var script = '"' + '${SRCROOT}' + "/\\\"" + utilities.getAppName(context) + "\\\"/Plugins/cordova-fabric-plugin/Fabric.framework/run " + pluginConfig.apiKey + " " + pluginConfig.apiSecret + '"';
3232

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

0 commit comments

Comments
 (0)