mirror of https://github.com/perkeep/perkeep.git
12e449564d
Fixed crash on vivify error. Cleanup for names and properties. Reformatted to webkit style. Better treatment of logging network failures, actual done text when done. Don't double add uploads Moved the settings panel showing to viewdidappear, where it should be. Added images to the upload cells. Reset progress bar for reusable cells. Updated podfile with keychain tools. Updated for better keychain management. Mitigated a leak. Change-Id: Iad428aae56ac26e71743bd3e86b0f7736eff9767 |
||
---|---|---|
.. | ||
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).