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
I've faced with different behavior in @electron/osx-sign v 1.0.5 vs electron-osx-sign v 0.5.0.
If options provisioningProfile and preEmbedProvisioningProfile are not specified (preEmbedProvisioningProfile is true by default) then default embedded.provisionprofile is used here
Hello,
I've faced with different behavior in
@electron/osx-sign
v 1.0.5 vselectron-osx-sign
v 0.5.0.If options
provisioningProfile
andpreEmbedProvisioningProfile
are not specified (preEmbedProvisioningProfile
is true by default) then defaultembedded.provisionprofile
is used hereosx-sign/src/util-provisioning-profiles.ts
Lines 108 to 111 in 06b32b5
osx-sign/src/util-provisioning-profiles.ts
Line 124 in 06b32b5
But the following sign application action
osx-sign/src/sign.ts
Line 404 in 06b32b5
osx-sign/src/sign.ts
Lines 226 to 228 in 06b32b5
validatedOpts.provisioningProfile
is undefined as it is in original options.The text was updated successfully, but these errors were encountered: