AeroGearSync 1.0.0-alpha.2

AeroGearSync 1.0.0-alpha.2

TestsTested
LangLanguage SwiftSwift
License Apache 2
ReleasedLast Release Oct 2017
SPMSupports SPM

Maintained by corinne krych, Daniel Bevenius, Daniel Passos, Julio Cesar, Massimiliano Ziccardi.



AeroGearSync 1.0.0-alpha.2

  • By
  • Red Hat, Inc.

aerogear ios sync Build Status

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)

Build, test and play with aerogear-ios-sync

  1. Clone this project

  2. 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
  1. open AeroGearSync.xcworkspace

Adding the library to your project

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:

Manual Installation

Follow these steps to add the library in your Swift project:

  1. Add AeroGearSync as a submodule in your project. Open a terminal and navigate to your project directory. Then enter:
git submodule add https://github.com/aerogear/aerogear-ios-sync.git
  1. Open the aerogear-ios-sync folder, and drag the AeroGearSync.xcodeproj into the file navigator in Xcode.
  2. In Xcode select your application target and under the “Targets” heading section, ensure that the ‘iOS Deployment Target’ matches the application target of AeroGearSync.framework (Currently set to 8.0).
  3. Select the “Build Phases” heading section, expand the “Target Dependencies” group and add AeroGearSync.framework.
  4. Click on the + 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.

Documentation

For more details about the current release, please consult our documentation.

Development

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

Questions?

Join our user mailing list for any questions or help! We really hope you enjoy app development with AeroGear!

Found a bug?

If you found a bug please create a ticket for us on Jira with some steps to reproduce it.