Skip to content

Commit

Permalink
docs(README.md): improve how to build the example on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed May 2, 2024
1 parent 202e252 commit 229050a
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,29 +231,17 @@ yarn && yarn example android
#### iOS
1. Install the packages
```shell
yarn install
```
2. Go into `/example/ios` and install the Pods
```shell
cd /example/ios && pod install
```
3. Sign your application
1. Sign your application
Open Xcode, click on "Open a project or file" and open the `Example.xcworkspace` file.
<br />You can find it in `YOUR_PROJECT_NAME/example/ios`.
<br />Click on Example, go in `Signin & Capabilities` tab, add your team and create a unique
bundle identifier.
4. Launch the application, from the root of your project
2. Install the packages and launch the application
```shell
yarn example ios
yarn && yarn example ios
```
## Plugins
Expand Down

0 comments on commit 229050a

Please sign in to comment.