fix optional message at top to not overflow

This commit is contained in:
2025-06-12 20:10:31 -06:00
parent 530c7c1a13
commit a23416ead1
2 changed files with 2 additions and 10 deletions

View File

@@ -344,14 +344,6 @@ Prerequisites: macOS with Xcode installed
npm run build:capacitor
```
2. In case dependencies change:
```bash
cd ios/App
pod install
cd -
```
3. Update iOS project with latest build:
```bash