ACPPlacesMonitor 2.1.4

ACPPlacesMonitor 2.1.4

Maintained by Adobe Mobile, Adobe Mobile.



 
Depends on:
ACPCore>= 2.3.6
ACPPlaces>= 1.3.0
 

  • By
  • Adobe Experience Platform SDK Team

Getting started with ACPPlacesMonitor for iOS

Table of Contents

  1. About this project
  2. Current version
  3. Contributing to the project
  4. Environment setup

About this project

The ACPPlacesMonitor for iOS is used to manage the integration between iOS's CLLocationManager and the ACPPlaces extension for the Adobe Experience Platform SDK.

Current version

Cocoapods CircleCI Code Coverage

Contributing to the project

Looking to contribute to this project? Please review our Contributing guidelines prior to opening a pull request.

We look forward to working with you!

Environment setup

The first time you clone or download the project, you should run the following from the root directory to setup the environment:

make setup

Subsequently, you can make sure your environment is updated by running the following:

make update

Open the Xcode workspace

Open the workspace in Xcode by running the following command from the root directory of the repository:

open ACPPlacesMonitor.xcworkspace

Command line integration

From command line you can build the project by running the following command:

make build

You can also run the unit test suite from command line:

make test

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.