github.com/sindresorhus/macos-term-size#2331
Conversation
PR Summary
|
|
Test: @jhheider Could it be because we are running it on a virtual machine? It works fine on my Mac. |
|
I note that the release notes say:
I wonder if we can verify this codesigning easily enough. All vendored bins should be checked. |
Almost certainly.
$ codesign -dvv ~/.tea/tea.xyz/v0/bin/tea
Executable=/Users/jacob/.tea/tea.xyz/v0.38.1/bin/tea
Identifier=deno
Format=Mach-O thin (arm64)
CodeDirectory v=20400 size=662760 flags=0x0(none) hashes=20706+2 location=embedded
Signature size=8966
Authority=Developer ID Application: Tea Inc. (7WV56FL599)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=Jul 4, 2023 at 23:36:39
Info.plist=not bound
TeamIdentifier=7WV56FL599
Sealed Resources=none
Internal requirements count=1 size=164checking the |
closes #359