What are dependecies/tools you cannot live as a iOS dev?

This page summarizes the projects mentioned and recommended in the original post on /r/iOSProgramming

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. swift-identified-collections

    A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.

    A few dependencies I'm using everywhere are https://github.com/pointfreeco/swift-identified-collections and https://github.com/pointfreeco/swift-tagged.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. swift-tagged

    🏷 A wrapper type for safer, expressive code.

    A few dependencies I'm using everywhere are https://github.com/pointfreeco/swift-identified-collections and https://github.com/pointfreeco/swift-tagged.

  4. Moya

    Network abstraction layer written in Swift.

    In terms of dependencies, I always use Moya. It's a bit heavy, and it's not perfect, but holy hell is it better than nearly every networking layer written "from scratch" I've seen on nearly every project I've worked on. It's amazing to organize requests in a predictable way, have testing baked into the framework, and has first-class support for RxSwift/Combine. I can't recommend it enough.

  5. fastlane

    🚀 The easiest way to automate building and releasing your iOS and Android apps

    Fastlane is huge. Even if you don't use it for CI/CD, having a command line tool (that doesn't suck) to automate so many important things is a huge boon.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Analytics solution

    3 projects | /r/iOSProgramming | 15 Jul 2022
  • Just a simple coding question

    4 projects | /r/SwiftUI | 31 Dec 2021
  • OSD600 Final Project Blog 3

    1 project | dev.to | 7 Dec 2021
  • OSD600 Final Project Blog 1

    2 projects | dev.to | 7 Dec 2021
  • OSD600 Final Project Blog 2

    2 projects | dev.to | 7 Dec 2021

Did you know that Swift is
the 15th most popular programming language
based on number of references?