Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mac computers with Apple silicon require that executables and libraries built during the installation of LM-X SDK be signed with a Developer ID Application Certificate. The Developer ID Application Certificate will be used to sign the LM-X End-user Utility and LM-X License Server. You can provide a Developer ID Application Certificate in one of the following ways: 1.

  1. Provide the Developer ID Certificate during installation.

...

  1. Edit the platform.mk file and assign the Developer ID Certificate to the DEVELOPER_ID_CERTIFICATE variable, then recompile the LM-X SDK.

...

  1. Use the MacOS codesign tool.

...

  1.  

For example:

 codesign --sign DEVELOPER_ID_CERTIFICATE --timestamp --options runtime FILENAME,

...