https://github.com/dids/xcodebuild-remote
Extends xcodebuild to easily build remote repositories
https://github.com/dids/xcodebuild-remote
Last synced: 29 days ago
JSON representation
Extends xcodebuild to easily build remote repositories
- Host: GitHub
- URL: https://github.com/dids/xcodebuild-remote
- Owner: Dids
- License: mit
- Created: 2018-09-06T05:49:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T09:27:19.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T19:07:52.679Z (about 1 year ago)
- Language: Go
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Dids/xcodebuild-remote)
# xcodebuild-remote
`xcodebuild-remote` is a tool for extending `xcodebuild` for the purpose of building remote repositories.
**NOTICE:** _Work in progress._
### Requirements
- [macOS](https://www.apple.com/lae/macos/) (only tested on macOS High Sierra)
- [Xcode](https://developer.apple.com/xcode/) (available on the App Store)
- [Homebrew](https://brew.sh/)
### Installation
> brew tap Dids/brewery
> brew install xcodebuild-remote
### Usage
**NOTICE:** _SVN support is planned but not there yet._
> xcodebuild-remote --url [optional xcodebuild arguments]
Various formats are supported for the repository url:
- HTTP(S) (`https://repo.url`)
- Git (`git@url:user/repo.git` and `git+ssh@url:user/repo.git`)
- GitHub (`user/repo`)
### License
See [LICENSE](LICENSE).