Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 738 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 738 Bytes

Etcetera

Apple platform utilities I need on almost every project but which, individually, are too small to exist on their own.

So What

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.

Usage

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.

Acknowledgements

  • The Activity approach to the os_activity wrapper is based on work by Zach Waldowski.