Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 14, 2024
1 parent ffcee2e commit 2d89a4e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,30 @@ See [Getting started](#getting-started-with-development)
6- Run `yarn android box`


## Submit to Appstore

```
yarn install
cd apps/box/ios
pod install --repo-update
```

Push the changes to repo and then go to [Appstore Connect](https://appstoreconnect.apple.com/apps) and go to XCode Cloud and start a build. Then submit the build for review

## Submit to Google Play
```
yarn install
cd apps/box/android
./gradlew assembleRelease
```

It gives you the apk which you can submit to Google Play


## Submitting a PR

- For every PR there should be an accompanying [issue](https://github.com/functionland/apps-monorepo/issues) which the PR solves. If there isn't one please create it.
Expand Down

0 comments on commit 2d89a4e

Please sign in to comment.