You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,6 +26,7 @@ We can separate the project dependencies into different categories:
26
26
**Code Dependency Manager**: To manage code dependencies in our project we currently have two famous dependency management systems in our iOS world: [Cocoapods](https://github.com/CocoaPods/CocoaPods"Cocoapods") and [Carthage](https://github.com/Carthage/Carthage"Carthage"). Both have almost the same feature set and care about two important requirements:
27
27
1. Install the same versions of the dependencies on every system, so that every developer and the build server creates the same app artefact.
28
28
1. Support updating a to dedicated or latest version of the dependencies
29
+
29
30
But neither _Cocoapods_ or _Carthage_ are bundled with macOS, therefore we have to install at least one of them. _Cocoapods_ is available as Ruby Gem and the preferred way to install _Carthage_ is via a _Homebrew_ package.
30
31
31
32
**Dependency Manager Management**: To manage our iOS dependency manager, we should use some kind of dependency manager, too.
0 commit comments