From eefc2e13cbe479dd29fcc584952cda02cf12e779 Mon Sep 17 00:00:00 2001 From: "DerekChia jingqiang.jia@hand-china.com" Date: Tue, 6 Jun 2017 13:57:38 +0800 Subject: [PATCH] fix typo --- hooks/iosEnablePush.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/iosEnablePush.js b/hooks/iosEnablePush.js index 193b38e..f62d184 100644 --- a/hooks/iosEnablePush.js +++ b/hooks/iosEnablePush.js @@ -154,7 +154,7 @@ try { // try to read ios developmentTeam from build.json console.log("Do not detected 'build.json' to get ios developent team. \n" + "Will not enable XCode Push Notification Capability. \n" + "Will only enable Push Notification for CI by add config to '" + basePath + xcodeprojName + "/Entitlements-Debug.plist' and '" + basePath + xcodeprojName + "/Entitlements-Release.plist' \n" + - "Please add 'build.json' to cordova project root folder to make after hook fullly functional. \n" + + "Please add 'build.json' to cordova project root folder to make after hook fully functional. \n" + "Reference [1]https://cordova.apache.org/docs/en/latest/reference/cordova-cli/#cordova-build-command \n" + "Reference [2]https://cordova.apache.org/docs/en/latest/guide/platforms/ios/#signing-an-app"); willEnablePushNotificationForXCode = false;