Changes between Version 1 and Version 2 of Ticket #4663, comment 21


Ignore:
Timestamp:
Oct 27, 2021, 8:11:34 PM (4 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4663, comment 21

    v1 v2  
    1 Native apps for the Apple M1 CPU are required to be signed.  An adhoc signature can be used that has no certificate and the compiler adds this by default, apparently inside the executable.  The codesign command reveals this, on my ARM64 development build:
     1Native apps for the Apple M1 CPU must be signed in order to run.  An adhoc signature can be used that has no certificate and the compiler adds this by default, apparently inside the executable.  The codesign command reveals this, on my ARM64 development build:
    22
    33