• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Stuff I need often enough to that's too small to exist on its own.

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.