TrustKit icon indicating copy to clipboard operation
TrustKit copied to clipboard

[Feature] Add Apple Silicon / XCFramework support

Open hokstuff opened this issue 3 years ago • 1 comments

TrustKit is currently only distributed via a .framework file, which is old, limited format and doesn't support running on simulators of Apple Silicon Macs.

By distributing the artifacts as XCFrameworks, it will allow Trustkit to contain both slices of the arm64 architecture (one for iPhones, and one for Apple Silicon simulators). Once implemented, it will support more than a single arm64 slice, which will allow it to be run on simulators of Apple Silicon devices.

hokstuff avatar Apr 12 '22 05:04 hokstuff

Please consider #304 to resolve this issue.

markph0204 avatar Apr 22 '23 13:04 markph0204