From 39482261b3c5222b4ed4bcd6dfae339ae53d8a57 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:08:01 +0200 Subject: upgrading cordova and cordova-ios broke so much but seems like its working now --- StoneIsland/scripts/plist-hook.js | 1 + 1 file changed, 1 insertion(+) (limited to 'StoneIsland/scripts') diff --git a/StoneIsland/scripts/plist-hook.js b/StoneIsland/scripts/plist-hook.js index 623080f0..232bba45 100644 --- a/StoneIsland/scripts/plist-hook.js +++ b/StoneIsland/scripts/plist-hook.js @@ -11,6 +11,7 @@ module.exports = function (context) { 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." + obj.ITSAppUsesNonExemptEncryption = false xml = plist.build(obj); fs.writeFileSync(FILEPATH, xml, { encoding: 'utf8' }); -- cgit v1.2.3-70-g09d2