You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being as the identity value is now a Hash instead of the identity string, this fails and causes an incorrect value to be added to com.apple.security.application-groups array, even if the correct value already exists
One other note: when using electron-builder, the identity is actually passed as an option, so it would probably to use that rather than looking in the Info.plist
The text was updated successfully, but these errors were encountered:
I've done some digging to figure out the exact issue:
ElectronTeamID
isn't in Info.plist, you use opts.identity to parse out the value from the identity option (see https://github.com/electron-userland/electron-osx-sign/blob/master/util-entitlements.js#L53)com.apple.security.application-groups
array, even if the correct value already existsOne other note: when using electron-builder, the identity is actually passed as an option, so it would probably to use that rather than looking in the Info.plist
The text was updated successfully, but these errors were encountered: