From 335e61243d45c4c2eb5d030a8ee5f85c2ddf35f3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 16 Oct 2019 02:22:50 +0200 Subject: a11y updates --- StoneIsland/scripts/plist-hook.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'StoneIsland/scripts') diff --git a/StoneIsland/scripts/plist-hook.js b/StoneIsland/scripts/plist-hook.js index a1827079..623080f0 100644 --- a/StoneIsland/scripts/plist-hook.js +++ b/StoneIsland/scripts/plist-hook.js @@ -9,6 +9,8 @@ module.exports = function (context) { var obj = plist.parse(xml); obj.NSLocationWhenInUseUsageDescription = "Stone Island needs to serve content based on your location." + obj.NSLocationAlwaysAndWhenInUseUsageDescription = "Stone Island needs to serve content based on your location." + obj.NSLocationAlwaysUsageDescription = "Stone Island needs to serve content based on your location." xml = plist.build(obj); fs.writeFileSync(FILEPATH, xml, { encoding: 'utf8' }); -- cgit v1.2.3-70-g09d2