Skip to content

Commit 52829d6

Browse files
authored
Fix Carthage installation directory in instructions (#10327)
1 parent b7d0990 commit 52829d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Carthage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinar
5050
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseStorageBinary.json"
5151
```
5252
- Run `carthage update`
53-
- Use Finder to open `Carthage/Build/iOS`.
53+
- Use Finder to open `Carthage/Build`.
5454
- Copy the contents into the top level of your Xcode project and make sure
5555
they're added to the right build target(s).
5656
- To disable AdId support, do not copy

0 commit comments

Comments
 (0)