Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS Code Sign Missing #1547

Closed
Stoyvo opened this issue Nov 15, 2020 · 2 comments
Closed

MacOS Code Sign Missing #1547

Stoyvo opened this issue Nov 15, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@Stoyvo
Copy link

Stoyvo commented Nov 15, 2020

Describe the bug:

Using fyne release, and providing all parameters to sign an app on MacOS, no codesign activity happens. Please review:
https://github.com/fyne-io/fyne/blob/master/cmd/fyne/commands/release.go#L69

There is no codesign for darwin.

To Reproduce:

Steps to reproduce the behaviour:

  1. fyne package -release -os darwin -appID "ABCD1234.com.example.myapp" -appVersion "1.2.3" -appBuild 2020111401 -certificate "developerID_application.cer" -profile "MyProfile" -icon "assets/icon.png"
  2. Verify code sign: codesign -dv --verbose=4 myapp.app

Device (please complete the following information):

  • OS: MacOS
  • Version: 10.12
  • Go version: 1.15
  • Fyne version: 1.14
@Stoyvo
Copy link
Author

Stoyvo commented Nov 15, 2020

Workaround is to manually code-sign:
codesign --force --sign "Developer ID Application: <my name>" myapp.app

@andydotxyz
Copy link
Member

I think this is a duplicate of the issue stating that we have not completed the macOS packaging (if you mean "fyne release" not "fyne package -release").
Dupe of #1443

@andydotxyz andydotxyz added the duplicate This issue or pull request already exists label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants