Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 643 Bytes

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.