Note that we have a code of conduct. Please follow it in your interactions with this project.
Hotwire Native for iOS is built using Swift 5.3 and iOS 14 as its minimum version. To set up your development environment:
- Clone the repo
- Open the directory in Xcode 15+ to install Swift packages
To run the test suite:
- Open the directory in Xcode
- Click Product → Test or ⌘+U
The core team is monitoring for pull requests. We will review your pull request and either merge it, request changes to it, or close it with an explanation.
Before submitting a pull request, please:
- Fork the repository and create your branch.
- Follow the setup instructions in this file.
- If you’re fixing a bug or adding code that should be tested, add tests!
- Ensure the test suite passes.
New features will not be merged until also added to Hotwire Native Android.
This does not apply to bugs that only appear on iOS.