Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haiwen/seafile-iOS
iOS client for seafile
https://github.com/haiwen/seafile-iOS
Last synced: about 1 month ago
JSON representation
iOS client for seafile
- Host: GitHub
- URL: https://github.com/haiwen/seafile-iOS
- Owner: haiwen
- License: apache-2.0
- Created: 2012-12-22T11:50:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T02:59:50.000Z (about 1 month ago)
- Last Synced: 2024-11-12T03:29:36.897Z (about 1 month ago)
- Language: Objective-C
- Size: 17.3 MB
- Stars: 220
- Watchers: 34
- Forks: 151
- Open Issues: 47
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- fucking-open-source-ios-apps - Seafile Pro - hosted file sharing (File / Widget)
README
Introduction
============Seafile-iOS is a the iOS client for [Seafile](http://www.seafile.com).
Build and Run
=============Follow these steps :
git clone https://github.com/haiwen/seafile-iOS.git
cd seafile-iOS
pod install
open seafilePro.xcworkspaceThen you can run seafile in xcode simulator.
SDK and Integration
=================
The seafile SDK is is under development and the api will be clarified soon.
Now, you can use CocoaPods to integrate Seafile in your app.pod 'Seafile', :git => 'https://github.com/haiwen/seafile-iOS.git'
If it failed with the following error:
target has transitive dependencies that include static binaries
Add the following line to your Podfile.
pre_install do |installer|
# workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
def installer.verify_no_static_framework_transitive_dependencies; end
endInternationalization (I18n)
==========Please submit translations via Transifex: [https://www.transifex.com/projects/p/seafile-ios/](https://www.transifex.com/projects/p/seafile-ios/)
Steps:
1. Create a free account on Transifex ([https://www.transifex.com/](https://www.transifex.com/)).
2. Send a request to join the language translation.
3. After accepted by the project maintainer, then you can upload your file or translate online.