ios-remote-build-server v0.1.0
About The Project
iOS Remote Build Server does exactly what the name suggests: it allows you to build iOS applications remotely, then sends back the .ipa and associated files, similar to Jenkins. However, instead of simply building Release apps, it also allows you to sync your workspace with a remote one, allowing you to develop on an iOS device without losing hot-reloading.
Getting Started
Prerequisites
- A Mac computer capable of accepting internet connections and running the latest version of XCode
- NodeJS 16+ installed on said Mac computer
- Yarn install and executable on said Mac computer
- (For now) VSCode with the vscode-ios-remote-build extension installed
Installation
Install the server using the following command:
npm i -g ios-remote-build-server
Additionally, you can run the server using npx
instead.
Usage
Run the server with the following command:
ios-remote-build-server
or npx ios-remote-build-server
The server accepts the following arguments:
-p, --port <port>
Roadmap
- Improve logging and stability
- Create non-VSCode client
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See the LICENSE
file for more information.
2 years ago