Skip to content

Commit

Permalink
fix: added support for phonegap-plugin-push
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Sep 6, 2017
1 parent eb11309 commit a9ed27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/ios/updateAssociatedDomains.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
function getEntitlementFiles (preferences) {
var files = []
var entitlements = path.join(preferences.projectRoot, 'platforms', 'ios', preferences.projectName, 'Resources', preferences.projectName + '.entitlements')
files.push(path.join(preferences.projectRoot, 'platforms', 'ios', preferences.projectName, preferences.projectName + '.entitlements'))
files.push(entitlements)

for (var i = 0; i < BUILD_TYPES.length; i++) {
Expand Down

0 comments on commit a9ed27f

Please sign in to comment.