Table of Contents
The ACPPlacesMonitor for iOS is used to manage the integration between iOS's CLLocationManager and the ACPPlaces extension for the Adobe Experience Platform SDK.
Looking to contribute to this project? Please review our Contributing guidelines prior to opening a pull request.
We look forward to working with you!
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 workspace in Xcode by running the following command from the root directory of the repository:
open ACPPlacesMonitor.xcworkspace
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
This project is licensed under the Apache V2 License. See LICENSE for more information.