macOS: Notarize the kitty application

This required the kitty package to be moved from Frameworks to
Resources, because Apple cant codesign .pyc files and its notarization
requires everything in Frameworks to be signed. Hopefully that does not
break anything. Also removed the kitty-deref-symlink since it is not
needed anyway and was only present for backwards compatibility.

Fixes #2040
This commit is contained in:
Kovid Goyal
2020-06-05 22:52:30 +05:30
parent 408508247d
commit 1326532850
3 changed files with 65 additions and 6 deletions

View File

@@ -36,6 +36,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- X11: Recompile keymaps on XkbNewKeyboardNotify events (:iss:`2726`)
- macOS: Notarize the kitty application (:iss:`2040`)
0.17.4 [2020-05-09]
--------------------