mirror of https://github.com/perkeep/perkeep.git
a68a6b0eb0
Change-Id: I6230fb68628f9f10185edc2d798b61a36e5541b3 |
||
---|---|---|
.. | ||
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).