Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,23 @@ Sources/fxios/
└── Commands/
```

### Dev Notes
### Development Tips

```bash
# Build
swift build

# Run locally
# Run in the fxios-ctl folder
swift run fxios
```

### Testing Notes
To test your local changes in a `firefox-ios` repo, it's recommened to create an alias, and using that after running `swift build` in the `fixios-ctl` repo to build your latest changes.

For example: `alias fxtest=path/to/fxios-ctl/.build/arm64-apple-macosx/debug/fxios`

If you're on an Intel machine, you might have to have a slightly different path.

### Unit Testing Notes

Tests use the modern Swift Testing framework (`@Test`, `@Suite`, `#expect`).

Expand Down