Opened 3 years ago
Last modified 16 months ago
#2441 assigned task
macOS notarizing
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | platforms | Version: | 3.0.x |
Keywords: | Cc: |
Description (last modified by )
This is mandatory in 10.15: Notarizing Your Mac Software for macOS Catalina: As a reminder, Mac software distributed outside the Mac App Store must be notarized by Apple in order to run on macOS Catalina.
How on earth is this even legal?
gtk-osx-users: macOS 10.15.x and notarizing
More details in the original ticket: #2015
Change History (9)
comment:1 Changed 3 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 3 years ago by
comment:3 Changed 3 years ago by
See also Safely open apps on your Mac, and in particular: How to open an app that hasn’t been notarized or is from an unidentified developer
comment:5 Changed 2 years ago by
See Pythonmac-SIG: ctypes, codesigning, notarizing, py2app?: I’ve found a solution. Adding the following entitlement during codesigning allows me to use ctypes: com.apple.security.cs.disable-executable-page-protection
comment:6 Changed 2 years ago by
Milestone: | 4.0 → 4.1 |
---|
comment:7 Changed 21 months ago by
You can still run the app without having notarized: Can't you just right click?
comment:8 Changed 17 months ago by
Milestone: | 4.1 → 4.2 |
---|
comment:9 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2441
Another problem with Catalina: #2453.