Skip to content

Commit

Permalink
Fix Carthage installation directory in instructions (#10327)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Oct 8, 2022
1 parent b7d0990 commit 52829d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carthage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinar
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseStorageBinary.json"
```
- Run `carthage update`
- Use Finder to open `Carthage/Build/iOS`.
- Use Finder to open `Carthage/Build`.
- Copy the contents into the top level of your Xcode project and make sure
they're added to the right build target(s).
- To disable AdId support, do not copy
Expand Down

0 comments on commit 52829d6

Please sign in to comment.