File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Leanplum-Apple-SDK
22## Installation & Usage
3- Please refer to: https://www.leanplum.com/docs#/setup/ios
3+ - Please refer to: https://www.leanplum.com/docs#/setup/ios for how to setup Leanplum SDK in your project.
4+ - To run the example project:
5+ ``` bash
6+ cd " Example/"
7+ pod install
8+ open " Leanplum-SDK.xcworkspace"
9+ ```
410## Development Workflow
511- We are using GitFlow branching model: https://github.com/nvie/gitflow
612- We use the Conventional Changelog Commit Style for commit messages: https://github.com/commitizen/cz-cli
13+ ## Build the SDK
14+ To build the sdk run:
15+ ``` bash
16+ cd " Example/"
17+ pod install
18+ cd -
19+ ./build.sh
20+ ```
721## Contributing
822Please follow the Conventional Changelog Commit Style and send a pull request to ` develop ` branch.
923## License
You can’t perform that action at this time.
0 commit comments