From 8dae6a5044f9c1b7a8497cc1c96155fd262b40cf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 26 Oct 2017 01:41:16 +0200 Subject: iphone x fixes --- .../plugins/phonegap-plugin-push/hooks/windows/setToastCapable.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'StoneIsland/plugins/phonegap-plugin-push/hooks/windows/setToastCapable.js') diff --git a/StoneIsland/plugins/phonegap-plugin-push/hooks/windows/setToastCapable.js b/StoneIsland/plugins/phonegap-plugin-push/hooks/windows/setToastCapable.js index 5b784582..b8cbcbc0 100644 --- a/StoneIsland/plugins/phonegap-plugin-push/hooks/windows/setToastCapable.js +++ b/StoneIsland/plugins/phonegap-plugin-push/hooks/windows/setToastCapable.js @@ -1,13 +1,7 @@ module.exports = function(context) { - console.log('Updating appxmanifests with ToastCapable=true ...'); + console.log('Updating appxmanifests with ToastCapable=true...'); var path = require('path'); - var fs = require('fs'); - var platformProjPath = path.join(context.opts.projectRoot, 'platforms/windows'); - if (!fs.existsSync(platformProjPath)) { - platformProjPath = context.opts.projectRoot; - } - var AppxManifest = require(path.join(platformProjPath, 'cordova/lib/AppxManifest')); ['package.phone.appxmanifest', 'package.windows.appxmanifest'].forEach(function(manifestPath) { -- cgit v1.2.3-70-g09d2