feat: added ios instructions
71
readme.md
|
@ -71,7 +71,7 @@ brew install android-studio node cocoapods
|
|||
|
||||
### Start working on the Android app
|
||||
|
||||
Clone or fork the project from cmd or powershell and `cd` into the project directory.
|
||||
Clone or fork the project from terminal or powershell and `cd` into the project directory.
|
||||
|
||||
Install the required node packages:
|
||||
```shell
|
||||
|
@ -81,7 +81,7 @@ npm install
|
|||
<details>
|
||||
<summary>Expand for screenshot</summary>
|
||||
|
||||

|
||||

|
||||
</details>
|
||||
<br>
|
||||
|
||||
|
@ -93,7 +93,7 @@ npm run generate
|
|||
<details>
|
||||
<summary>Expand for screenshot</summary>
|
||||
|
||||

|
||||

|
||||
</details>
|
||||
<br>
|
||||
|
||||
|
@ -105,7 +105,7 @@ npx cap sync
|
|||
<details>
|
||||
<summary>Expand for screenshot</summary>
|
||||
|
||||

|
||||

|
||||
</details>
|
||||
<br>
|
||||
|
||||
|
@ -123,3 +123,66 @@ npx cap open android
|
|||
<br>
|
||||
|
||||
Start coding!
|
||||
|
||||
### Mac Environment Setup for iOS
|
||||
|
||||
Required Software:
|
||||
|
||||
* [Xcode](https://developer.apple.com/xcode/)
|
||||
* [Node.js](https://nodejs.org/en/)
|
||||
* [Cocoapods](https://guides.cocoapods.org/using/getting-started.html#installation)
|
||||
|
||||
### Start working on the iOS app
|
||||
|
||||
Clone or fork the project in the terminal and `cd` into the project directory.
|
||||
|
||||
Install the required node packages:
|
||||
```shell
|
||||
npm install
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Expand for screenshot</summary>
|
||||
|
||||

|
||||
</details>
|
||||
<br>
|
||||
|
||||
Generate static web app:
|
||||
```shell
|
||||
npm run generate
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Expand for screenshot</summary>
|
||||
|
||||

|
||||
</details>
|
||||
<br>
|
||||
|
||||
Copy web app into native android/ios folders:
|
||||
```shell
|
||||
npx cap sync
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Expand for screenshot</summary>
|
||||
|
||||

|
||||
</details>
|
||||
<br>
|
||||
|
||||
Open Android Studio:
|
||||
|
||||
```shell
|
||||
npx cap open ios
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Expand for screenshot</summary>
|
||||
|
||||

|
||||
</details>
|
||||
<br>
|
||||
|
||||
Start coding!
|
||||
|
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
BIN
screenshots/dev_setup_ios_cap_open.png
Normal file
After Width: | Height: | Size: 892 KiB |
BIN
screenshots/dev_setup_ios_cap_sync.png
Normal file
After Width: | Height: | Size: 599 KiB |
BIN
screenshots/dev_setup_ios_npm_generate.png
Normal file
After Width: | Height: | Size: 544 KiB |
BIN
screenshots/dev_setup_ios_npm_install.png
Normal file
After Width: | Height: | Size: 394 KiB |