Conversation
Also use Cocoa event handlers instead of Carbon event handlers. Also fix handling of the open documents request on startup.
| return NULL; | ||
| } | ||
|
|
||
| #if defined(__MINGW32__) |
| <key>CFBundleName</key> | ||
| <string>FontForge</string> | ||
| <key>CFBundleExecutable</key> | ||
| <string>../Resources/opt/local/bin/fontforge</string> |
There was a problem hiding this comment.
As mentioned in that issue thread, the bundle now executes the binary directly instead of going through a script.
This will cause Gatekeeper to prompt the user if they wish to allow FF to access that location instead of silently denying access.
|
This pull request fixes 1 alert when merging f1492c9 into ed8c026 - view on LGTM.com fixed alerts:
|
ubuntu-16.04 was removed from GH Actions
|
This pull request fixes 1 alert when merging 583d505 into ed8c026 - view on LGTM.com fixed alerts:
|
|
I don't know Objective C either, but I'm going to say "good job" based upon the fact that this passes tests and closes issues. Good job! |
|
@jtanx Is there a reason you named the file |
|
@ancestral In general files in the FontForge repository with |
Mac Startup fixes
See commit messages for more info
Me writing Objetive C:

Type of change
Closes #4082
Closes #2042
Closes #4653