Skip to content

Commit 656791d

Browse files
committed
Initial README
1 parent 3127adc commit 656791d

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
FixCode
2+
=======
3+
4+
| | Fix Issues
5+
----------------------|----------------------------------
6+
:sparkles: | Get the most out of the built-in `Fix Issues` button
7+
:monorail: | Define different `deployment lanes` for App Store deployment, beta builds or testing
8+
:ship: | Deploy from any computer, including a CI-server
9+
:wrench: | Extend and customise the functionality
10+
:thought_balloon: | Never remember any difficult commands, just `fastlane`
11+
:tophat: | Easy setup assistant to get started in a few minutes
12+
:email: | Automatically pass on information from one build step to another (e.g. path to the `ipa` file)
13+
:page_with_curl: | Store **everything** in git. Never again lookup the build commands in the `Jenkins` configs
14+
:rocket: | Saves you **hours** for every app update you release
15+
:pencil2: | Very flexible configuration using a fully customisable `Fastfile`
16+
:mountain_cableway: | Implement a fully working Continuous Delivery process
17+
:ghost: | [Jenkins Integration](https://github.com/fastlane/fastlane/blob/master/docs/Jenkins.md): Show the output directly in the Jenkins test results
18+
:book: | Automatically generate a markdown documentation of your lane config
19+
:hatching_chick: | Over 90 built-in integrations available
20+
:computer: | Support for both iOS and Mac OS apps
21+
:octocat: | Full git and mercurial support
22+
23+
# Thanks
24+
25+
Special thanks to Apple Inc for providing the initial "Fix Issue" functionality. Without it, this project wouldn't exist.
26+
27+
- The code was implemented by [@neonacho](https://twitter.com/neonacho)
28+
- [@KrauseFx](https://twitter.com/KrauseFx) was also there, providing drinks while [@neonacho](https://twitter.com/neonacho) did the actual work.
29+
30+
# Need help?
31+
Please submit an issue on GitHub and provide information about your setup
32+
33+
# License
34+
This project is licensed under the terms of the MIT license. See the LICENSE file.
35+
36+
> This project are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. This tool run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use this tool.
37+

0 commit comments

Comments
 (0)