[TxMt] Re: Emmet plugin broken in latest test build
Allan Odgaard
mailinglist at textmate.org
Sat Jul 13 08:41:03 UTC 2019
On 12 Jul 2019, at 22:34, Graham Heath wrote:
> I am also seeing the same error for Contents/PlugIns/Dialog2.tmplugin
> and
> Dialog.tmplugin.
Where are you seeing this error?
% codesign -vv TextMate.app/Contents/PlugIns/Dialog.tmplugin
TextMate.app/Contents/PlugIns/Dialog.tmplugin: valid on disk
TextMate.app/Contents/PlugIns/Dialog.tmplugin: satisfies its Designated
Requirement
And TextMate itself (which embeds the plug-ins) should be notarized:
% spctl -a -v TextMate.app
TextMate.app: accepted
source=Notarized Developer ID
> I tried signing the plugin, but it was already signed.
>
> $ codesign -s "[...]" EmmetTextMate-1.tmplugin
The recent change was the switch to the hardened runtime, this is done
by adding `--options runtime` to `codesign`.
So try re-sign it with that option.
However, when enabling the hardened runtime the plug-in may need
entitlements, for example if it is sending AppleEvents. But lacking
entitlements shouldn’t cause a problem loading the plug-in, it will
just be a runtime failure from `AESend`.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macromates.com/textmate/attachments/20190713/d702501a/attachment.html>
More information about the textmate
mailing list