Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config/electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ const config = {
entitlements: 'assets/entitlements.mac.plist',
entitlementsInherit: 'assets/entitlements.mac.plist',
gatekeeperAssess: false,
extendInfo: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this caused [email protected] to crash upon signing.

after further research, turns out this isn't required. these entries within info.plist are for if the app needs to request permissions, not that it needs these permissions

NSBluetoothAlwaysUsageDescription: null,
NSBluetoothPeripheralUsageDescription: null,
NSCameraUsageDescription: null,
NSMicrophoneUsageDescription: null,
},
},
dmg: {
icon: 'assets/images/app-icon.icns',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"css-minimizer-webpack-plugin": "7.0.2",
"date-fns": "4.1.0",
"electron": "37.3.1",
"electron-builder": "25.1.8",
"electron-builder": "26.0.12",
"final-form": "5.0.0",
"graphql-tag": "2.12.6",
"html-webpack-plugin": "5.6.4",
Expand Down
Loading
Loading