ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
852 stars 68 forks source link

Support for ARM64 Macs #36

Open vincentisambart opened 3 years ago

vincentisambart commented 3 years ago

Checklist

Description

DiffableDataSources should support ARM Macs.

Motivation and Context

DiffableDataSources currently only gets built for x86_64 for macOS and the Simulator. Now that all new Macs use an ARM CPU, DiffableDataSources should also be built for ARM.

Proposed Solution