The SyncEngine provides iOS platform to sync data from local to online server or vice-versa.
-
Download zip file or do
git clone https://github.com/immortalsantee/SyncEngine.git
using terminal. -
Double click
SyncEngine
folder and select all files. Drag it into your xcode project. Dont forget to checkCopy items if needed
as destination. -
Select targets you want to use syncEngine.
-
Click Finish.
-
Click
Create Bridging Header
. -
Now click on
projectName-Bridging-Header.h
file and paste following header.
#import "Headers.h"
Remaining documentation coming soon.