diff options
Diffstat (limited to 'StoneIsland/scripts/plist-hook.js')
| -rw-r--r-- | StoneIsland/scripts/plist-hook.js | 1 |
1 files changed, 1 insertions, 0 deletions
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' }); |
