Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Fix for ampersand in the app name #26

Merged
merged 2 commits into from
Jul 1, 2019
Merged

Fix for ampersand in the app name #26

merged 2 commits into from
Jul 1, 2019

Conversation

teknepal
Copy link

If there is a '&' in the app name for iOS, the build fails b/c it fails to copy the files to correct location. This will fix that issue.

@sagrawal31
Copy link
Member

Thanks for improving the library. We'll merge this after a few changes which are lined up!

@sagrawal31 sagrawal31 merged commit d4fa7f6 into wizpanda:master Jul 1, 2019
@@ -11,7 +11,10 @@ const fs = require('fs');
const utilities = require("./lib/utilities");

const config = fs.readFileSync('config.xml').toString();
const name = utilities.getValue(config, 'name');
var name = utilities.getValue(config, 'name');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be let as well. I'll change it after merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants