datatheorem / datatheorem/TrustKit
[Feature] Add Apple Silicon / XCFramework support
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 2.1k
- Forks
- 381
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how TrustKit is currently distributed as a .framework and read the linked Apple XCFramework documentation. Done means the project distributes XCFramework artifacts containing the required arm64 device and Apple Silicon simulator slices, with support for the stated Apple platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- build-system, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100