mirror of https://github.com/perkeep/perkeep.git
c1b51d839e
Don't sha1 every file before we know if we need it. Change-Id: I8adcc869113b8ad84269450121ad1ba73267fb54 |
||
---|---|---|
.. | ||
photobackup | ||
photobackup.xcodeproj | ||
photobackup.xcworkspace | ||
photobackupTests | ||
.gitignore | ||
Podfile | ||
Podfile.lock | ||
Readme.md |
Readme.md
== SETUP
Use the podfile to setup the (ignored) dependencies, pod install
should be all you need, then open the .xcworkspace file in xcode.
We use clang-format in the form of the ClangFormat-Xcode plugin (https://github.com/travisjeffery/ClangFormat-Xcode) for style consistency. Please set your formatting tool to use the WebKit style (http://www.webkit.org/coding/coding-style.html).