diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:08:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-31 23:08:01 +0200 |
| commit | 39482261b3c5222b4ed4bcd6dfae339ae53d8a57 (patch) | |
| tree | 4c9571bb7a3276e072aaa162dba6f384aa520f52 /StoneIsland/scripts/plist-hook.js | |
| parent | 22721a013bdd10d5eb395ba18453585f5f3f1f7f (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.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' }); |
