Skip to content

Commit

Permalink
Merge pull request #69 from hung-doan/fix-space-in-project-name-issue-64
Browse files Browse the repository at this point in the history
fix issue #64: Can't execute build script if application name include…
  • Loading branch information
sarriaroman authored Nov 2, 2016
2 parents 069a28d + babd27a commit 96277a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hooks/lib/ios-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ module.exports = {
// ../../plugins/plugin-id/lib/ios/Crashlytics.framework/run API_KEY SECRET_KEY
var script = [
"\"",
"\\\"",
utilities.getAppName(context),
"/Plugins/",
utilities.getPluginId(),
"/Crashlytics.framework/run ",
"/Crashlytics.framework/run",
"\\\"",
" ",
pluginConfig.apiKey,
" ",
pluginConfig.apiSecret,
Expand Down

0 comments on commit 96277a6

Please sign in to comment.