How to manage a huge iOS project written by many teams?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • XcodeGen

    A Swift command line tool for generating your Xcode project

  • There are a lot of tools and solutions that can help manage a large codebase. For example, a good CI/CD system linked to GitHub or your internal source control system can ensure that all of your unit tests and UI tests run on every PR and block PRs from merging if there are test failures. And if the company chooses not to check in the .xcodeproj or .xcworkspace file, but rather rely on project autogeneration tools like xcodegen, then you can eliminate annoying merge conflicts in PRs that happen when two teams happen to touch files that are near each other in the .pbxproj file (but at the cost of developers always having to run xcodegen when checking out a new branch).

  • Tuist

    A Swifty toolchain to build better Apple apps, faster

  • On a project I worked on I transitioned the codebase to a micro framework setup using tuist.io.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • How to better structure your Xcode projects

    2 projects | /r/iOSProgramming | 17 Jun 2021
  • Best resources to really understand Xcode, project configurations, builds etc.

    1 project | /r/swift | 19 Mar 2023
  • iOS Collaboration Questions

    1 project | /r/iOSProgramming | 30 Jul 2022
  • Why the hate on Xcode?

    2 projects | /r/swift | 17 Nov 2021
  • Easy Binary Caching in Xcode

    1 project | news.ycombinator.com | 11 Aug 2021