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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/scripts/plist-hook.js b/StoneIsland/scripts/plist-hook.js
index 232bba45..2b5cb82b 100644
--- a/StoneIsland/scripts/plist-hook.js
+++ b/StoneIsland/scripts/plist-hook.js
@@ -8,9 +8,9 @@ module.exports = function (context) {
var xml = fs.readFileSync(FILEPATH, 'utf8');
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."
+ obj.NSLocationWhenInUseUsageDescription = "Stone Island needs your location to show you product drops, which are only available in select locations."
+ obj.NSLocationAlwaysAndWhenInUseUsageDescription = "Stone Island needs your location to show you product drops, which are only available in select locations."
+ obj.NSLocationAlwaysUsageDescription = "Stone Island needs your location to show you product drops, which are only available in select locations."
obj.ITSAppUsesNonExemptEncryption = false
xml = plist.build(obj);