• Stars
    star
    210
  • Rank 187,585 (Top 4 %)
  • Language
    Objective-C
  • License
    Apache License 2.0
  • Created almost 12 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS client for seafile

Introduction

Seafile-iOS is a the iOS client for Seafile.

Build and Run

Follow these steps :

git clone https://github.com/haiwen/seafile-iOS.git
cd seafile-iOS
pod install
open seafilePro.xcworkspace

Then 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
end

Internationalization (I18n)

Please submit translations via Transifex: https://www.transifex.com/projects/p/seafile-ios/

Steps:

  1. Create a free account on Transifex (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.

More Repositories

1

seafile

High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
C
11,597
star
2

seafile-rpi

Seafile server package for Raspberry Pi.
Shell
552
star
3

seafile-docker

A Docker image for Seafile server
Python
520
star
4

seahub

The web end of seafile server.
Python
511
star
5

seadroid

Android client for Seafile
Java
504
star
6

seafile-client

Seafile desktop client.
C++
448
star
7

seafile-server

Seafile Server Core
C
424
star
8

seafile-server-installer-cn

One script to install seafile server
Shell
363
star
9

seafile-docs-cn

SeafileๆœๅŠกๅ™จ็”จๆˆทๆ‰‹ๅ†Œ
Shell
293
star
10

seafdav

Seafile webdav server
Python
81
star
11

seadrive-gui

GUI part of seadrive.
C++
58
star
12

seafile-user-manual

Manual for Seafile client
CSS
58
star
13

libsearpc

A simple C language RPC framework (including both server side & client side). Python binding is also provided
C
56
star
14

python-seafile

python client for seafile web api
Python
29
star
15

seafile-admin-docs

Shell
25
star
16

webapi-examples

seafile web api examples
C#
20
star
17

ccnet-server

Internal communication framework and user/group management for Seafile server
C
17
star
18

seafile-js

Seafile Javascript API
JavaScript
17
star
19

seadrive-fuse

SeaDrive daemon with FUSE interface
C
17
star
20

seafobj

python library for accessing seafile data model
Python
16
star
21

seafile-shell-ext

Windows Shell Extension for Seafile Client
C++
11
star
22

seafile-vagrant

vagrant configuration for seafile development.
Shell
9
star
23

NewQuickAction

QuickAction for android
Java
8
star
24

maven-repo

maven libraries used by seafle android app
5
star
25

seafile-outlook

Seafile Outlook plugin
C#
5
star
26

seafile-docs-ko

Manual for Seafile server (Korean)
3
star
27

seafile-zimlet

JavaScript
3
star
28

seafile-python-api-examples

seafile apython api examples
Shell
2
star
29

seafile-test-deploy

Scripts for setup the seafile test enviroment.
Shell
2
star
30

seafile-release-tools

Python
2
star
31

seafile-ansible

1
star
32

seafile-server-manual

1
star
33

docker-example-ali

Python
1
star
34

sea-markdown-editor

A WYSIWYG Markdown editor
JavaScript
1
star