Max Savin
Max Savin
@LDubya any luck with the client and server entitlements?
Yes set it as team ID and bundle ID. For example: com.apple.security.application-groups TEAM_ID.com.company.appname Sent from my iPhone > On Jan 20, 2020, at 10:08 PM, L wrote: > > ...
🤯 > On Jan 20, 2020, at 11:30 PM, L wrote: > > > @msavin that is how it's set. Specifically, it's TEAM_ID.appID, exactly how this package sets it....
Is it in your settings.json file for electron? Probably, electron installer or Meteor-desktop is configuring it from there. Sent from my iPhone > On Jan 20, 2020, at 11:59 PM,...
@ldubya are you setting all these in `entitlements.mas.plist`? Can you please share what that file looks like for you?
@darqs now that 2.2.5 is out, do you still recommend using your branch?
@LDubya if you can send the sample plists, along with any code changes you had to make to meteor-desktop/etc, that would be great. I have gone through ten builds already...
@LDubya thank you, that was very helpful. Are you passing in anything for `extendInfo`? Here's what my configuration looks like, going to try again this week. Please let me know...
@LDubya awesome, thanks. By the way, it looks like Electron 8 has been patched for MAS
@LDubya in settings.json: ``` "mac": { "darkModeSupport": true, "extendInfo": { "NSRequiresAquaSystemAppearance": false } } ``` in desktop.js ``` eventsBus.on('windowCreated', (window) => { const setTheme = function () { const darkMode...