Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmspzz committed Jul 30, 2018
1 parent faed9ce commit 18c62fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,16 +345,16 @@ By default frameworks, dSYMs and .bcsymbolmaps are placed in the cache (local an
according to the following convention:

```
<git-repository-name>/<platform>/<framework-name>.framework(.dSYM)-<version-hash>.zip
<git-repository-name>/<platform>/<bcsymbolmap-hash>.bcsymbolmap-<version-hash>.zip
<git-repository-name>/<platform>/<framework-name>.framework(.dSYM)-(static-)<version-hash>.zip
<git-repository-name>/<platform>/<bcsymbolmap-hash>.bcsymbolmap-(static-)<version-hash>.zip
```

[Carthage version files](https://github.com/Carthage/Carthage/blob/master/Documentation/VersionFile.md)
are placed at:

```
<git-repository-name>/.<framework-name>.version-<version-hash>
<git-repository-name>/.<framework-name>.version-(static-)<version-hash>
```

For example the cache for the `Cartfile.resolved` in [RepositoryMap](#repositorymap)
Expand Down

0 comments on commit 18c62fb

Please sign in to comment.