Skip to content

Commit

Permalink
chore: added hook logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 18, 2017
1 parent 67774e0 commit 92ad6fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/lib/ios/plist.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

// methods
function addBranchSettings (preferences) {
console.log('BRANCH SDK: Updating Info.plist')

var filePath = 'platforms/ios/' + preferences.bundleName + '/' + preferences.bundleName + '-Info.plist'
var xml = readPlist(filePath)
var obj = convertXmlToObject(xml)
Expand Down

0 comments on commit 92ad6fa

Please sign in to comment.