Skip to content

Commit bd0d15a

Browse files
author
Guido Marucci Blas
committed
Updates doc with Carthage cache usage.
1 parent dbbfc1b commit bd0d15a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ If you use Carthage you can specify the required carthage version by your projec
4747

4848
All build script will check if the Carthage version matches the required version. If that is not the case the scripts will fail.
4949

50+
#### Carthage cache
51+
52+
If [CarthageCache](https://github.com/guidomb/carthage_cache) is installed
53+
using Bundler, then the bootstrap and update script will try to use the cache. You can disable carthage cache for a specific run by setting the
54+
`DISABLE_CARTHAGE_CACHE` environmental variable.
55+
56+
The bootstrap script will also try to generate the `.carthage_cache.yml`
57+
if it doesn't exist. Keep in mind that `.carthage_cache.yml` should be
58+
git ignored. You can avoid generating the configuration file by setting
59+
the `DISABLE_CARTHAGE_CACHE_CONFIG` environmental variable.
60+
5061
#### Code signing certificates
5162

5263
Because Carthage builds all the dependencies and generates a fat `.framework` with binaries for all the possible architectures (iWatch, iPhone, simulator). It needs to sign the artifacts using a code signing certificate. Code signing is not necessary if the dependency is properly configured not to code sign for

0 commit comments

Comments
 (0)