mirror of https://github.com/perkeep/perkeep.git
35df097a7e
Fixed duplicates in upload list with proper synchronization Added a filename when vivifying Reset cache on storageGeneration change Change-Id: Ibb3551d565c4acdbdfd17055118263144ee4a135 |
||
---|---|---|
.. | ||
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).