Skip to content

Commit d2c7ee4

Browse files
committed
MOBILE-3543 electron: Update electron to 8.0.2
1 parent d1b1c68 commit d2c7ee4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,19 @@
261261
}
262262
],
263263
"compression": "maximum",
264-
"electronVersion": "4.2.5",
264+
"electronVersion": "8.0.2",
265265
"mac": {
266266
"category": "public.app-category.education",
267267
"icon": "resources/desktop/icon.icns",
268268
"target": "mas",
269269
"bundleVersion": "3.9.3",
270270
"extendInfo": {
271-
"ElectronTeamID": "2NU57U5PAW"
271+
"ElectronTeamID": "2NU57U5PAW",
272+
"NSLocationWhenInUseUsageDescription": "We need your location so you can attach it as part of your submissions.",
273+
"NSLocationAlwaysUsageDescription": "We need your location so you can attach it as part of your submissions.",
274+
"NSCameraUsageDescription": "We need camera access to take pictures so you can attach them as part of your submissions.",
275+
"NSMicrophoneUsageDescription": "We need microphone access to record sounds so you can attach them as part of your submissions.",
276+
"NSPhotoLibraryUsageDescription": "We need photo library access to get pictures from there so you can attach them as part of your submissions."
272277
}
273278
},
274279
"win": {

0 commit comments

Comments
 (0)