Seafile-iOS is a the iOS client for Seafile.
Follow these steps :
git clone https://github.com/haiwen/seafile-iOS.git
cd seafile-iOS
git submodule init
git submodule update
open seafilePro.xcodeproj
Then you can run seafile in xcode simulator.
This fork implemented a series of improvements on the original version.
-
Support for iPhone 6 (and iPhone 6 Plus, but some @3x assets are missing)
-
Support for Touch ID authentication
-
Swipe actions for files/folders
-
Search bar removed (it doesn't work unless you have a license for the Pro version)
-
Popover menu for directory actions
-
More to come…