summaryrefslogtreecommitdiff
path: root/StoneIsland/scripts/plist-hook.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-31 23:08:01 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-31 23:08:01 +0200
commit39482261b3c5222b4ed4bcd6dfae339ae53d8a57 (patch)
tree4c9571bb7a3276e072aaa162dba6f384aa520f52 /StoneIsland/scripts/plist-hook.js
parent22721a013bdd10d5eb395ba18453585f5f3f1f7f (diff)
upgrading cordova and cordova-ios broke so much but seems like its working now
Diffstat (limited to 'StoneIsland/scripts/plist-hook.js')
-rw-r--r--StoneIsland/scripts/plist-hook.js1
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' });