Apple platform utilities I need on almost every project but which, individually, are too small to exist on their own.
Etcetera is a mish-mash of extensions and utility classes. Every file in this repository is (mostly) intended to stand on its own, requiring nothing except some first-party Apple frameworks.
Swift Package Manager is the de rigeur solution these days. Adding a Swift package to an Xcode project is absurdly easy. I don't use Cocoapods or Carthage, and I have no interest in adding support for them.
- The
Activity
approach to theos_activity
wrapper is based on work by Zach Waldowski.