Ivan Kotov

Results 5 comments of Ivan Kotov

Deleting the `com.apple.quarantine` attribute solves the startup error. I can't figure out why the standard `“pyfa” cannot be opened because the developer cannot be verified.` message replaced to the `is...

The dev version comes with `_CodeSignature/CodeResources` file. Do you have a CI log of the `v2.57.0dev1` and `v2.56.0` versions? Maybe, a version of the PyInstaller changed during the changes.

PyInstaller team added code signing from the 4.5 version. If a user doesn't provide a certificate for sign it uses default ad-hoc. I'm trying to find out why the Mac...

@DarkFenX I think I understood the problem: Need to remove the modification of the signed app from `scripts/osx-package.sh`. You can add the version directly in the `dist_assets/mac/pyfa.spec` file. For the...

Yep. I think the gatekeeper couldn't check the code because it signed... I tried to unsign app after build but the application stops working. Anyway, do you have plans to...