项目作者: tonystone
项目描述 :
Tools for build & test on various platforms
高级语言: Ruby
项目地址: git://github.com/tonystone/build-tools.git


Tools for build & test on various platforms.
Documentation
For specific documentation on each script see the links below:
- gyb_tool.rb - A script to locate your GYB (
.gyb
) files and process them producing the .swift
file. - xctest_tool.rb - A script to parse your package and source producing the required swift files to run tests on linux.
- xcworkspace_tool.rb - A script to create an Xcode Workspaces that contains projects, playgrounds, groups and files programmatically.
Source
You can find the latest sources on github.
Communication and Contributions
- If you found a bug, and can provide steps to reliably reproduce it, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute
- Fork it! build-tools repository
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :-)
Minimum Requirements
Build Environment
Platform |
Swift |
Swift Build |
Xcode |
Linux |
4.0 |
✔ |
✘ |
OSX |
4.0 |
✔ |
Xcode 9.0 |
Author
Tony Stone (https://github.com/tonystone)
License
build-tools is released under the Apache License, Version 2.0