summaryrefslogtreecommitdiff
path: root/StoneIsland/scripts/plist-hook.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/scripts/plist-hook.js')
-rw-r--r--StoneIsland/scripts/plist-hook.js2
1 files changed, 2 insertions, 0 deletions
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' });