Skip to content

aakashtandukar/SyncEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SyncEngine

The SyncEngine provides iOS platform to sync data from local to online server or vice-versa.

Installation

  1. Download zip file or do git clone https://github.com/immortalsantee/SyncEngine.git using terminal.

  2. Double click SyncEngine folder and select all files. Drag it into your xcode project. Dont forget to check Copy items if needed as destination.

  3. Select targets you want to use syncEngine.

  4. Click Finish.

Swift

  1. Click Create Bridging Header.

  2. Now click on projectName-Bridging-Header.h file and paste following header.

#import "Headers.h"

Remaining documentation coming soon.

About

SyncEngine for iOS platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%