TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | Apache 2 |
ReleasedLast Release | Oct 2017 |
SPMSupports SPM | ✗ |
Maintained by corinne krych, Daniel Bevenius, Julio Cesar, Daniel Passos, Massimiliano Ziccardi.
NOTE: The library has been tested with Xcode 6.3
AeroGear iOS Differential Synchronization Client Engine represents a client side implementation for AeroGear Differential Synchronization (DS) Server.
Project Info | |
---|---|
License: | Apache License, Version 2.0 |
Build: | CocoaPods |
Documentation: | http://aerogear.org/ios/ |
Issue tracker: | https://issues.jboss.org/browse/AGIOS |
Mailing lists: | aerogear-users (subscribe) |
aerogear-dev (subscribe) |
Clone this project
Get the dependencies
The project uses cocoapods 0.36 release for handling its dependencies. As a pre-requisite, install cocoapods and then install the pod. On the root directory of the project run:
pod install
To add the library in your project, you can either use Cocoapods or manual install in your project. See the respective sections below for instructions:
Follow these steps to add the library in your Swift project:
git submodule add https://github.com/aerogear/aerogear-ios-sync.git
aerogear-ios-sync
folder, and drag the AeroGearSync.xcodeproj
into the file navigator in Xcode.AeroGearSync.framework
.+
button at the top left of the panel and select “New Copy Files Phase”. Rename this new phase to “Copy Frameworks”, set the “Destination” to “Frameworks”, and add AeroGearSync.framework
.For more details about the current release, please consult our documentation.
If you would like to help develop AeroGear you can join our developer’s mailing list, join #aerogear on Freenode, or shout at us on Twitter @aerogears.
Also takes some time and skim the contributor guide
Join our user mailing list for any questions or help! We really hope you enjoy app development with AeroGear!
If you found a bug please create a ticket for us on Jira with some steps to reproduce it.