Skip to content

Commit 039cc14

Browse files
committed
docs(readme): how to open example project
1 parent 62d728a commit 039cc14

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
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
822
Please follow the Conventional Changelog Commit Style and send a pull request to `develop` branch.
923
## License

0 commit comments

Comments
 (0)