perkeep/clients/ios-objc
Nick O'Neill 35df097a7e Improvements in storage and caching for ios
Fixed duplicates in upload list with proper synchronization
Added a filename when vivifying
Reset cache on storageGeneration change

Change-Id: Ibb3551d565c4acdbdfd17055118263144ee4a135
2014-02-07 11:47:24 -08:00
..
photobackup Improvements in storage and caching for ios 2014-02-07 11:47:24 -08:00
photobackup.xcodeproj Improved logging capture with bugshotkit. 2014-01-29 17:09:46 -08:00
photobackup.xcworkspace WIP: show upload progress in a table view. 2014-01-09 18:19:23 -08:00
photobackupTests Added progress on ios uploader. 2013-12-04 22:05:18 -08:00
.gitignore Fixed issues with blobroot, added podfile 2014-01-09 18:19:23 -08:00
Podfile Improved logging capture with bugshotkit. 2014-01-29 17:09:46 -08:00
Podfile.lock Improved logging capture with bugshotkit. 2014-01-29 17:09:46 -08:00
Readme.md Various improvements in style and functionality 2014-01-21 10:44:25 -08:00

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).