fastlane_core 0.25.1 → 0.25.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -13
- data/lib/fastlane_core/command_executor.rb +1 -1
- data/lib/fastlane_core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b829ff5f4828c96d36d9d24593605dc2ecb872f
|
4
|
+
data.tar.gz: 22a87df36dd9eb767c3d86d8008b2a9f488a7593
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcb986a0ebe76d1d9f5ac52e127c2dcfe3e0f6a995f2d0dede6600d77a16edb000a125d6a97c9f6a6b07534ef77593e06d4dea99b3014ae3b68d0b10ed2714b5
|
7
|
+
data.tar.gz: 8cf29c3b36c0024e300d4694cfd19765590c2e409df52ba1d06948fb20b9ad70720335dbac8ba2e0e3ac84d2faa23e310142130765906eaa7b6af18ab0a1da13
|
data/README.md
CHANGED
@@ -36,25 +36,14 @@ Get in contact with the developer on Twitter: [@KrauseFx](https://twitter.com/Kr
|
|
36
36
|
|
37
37
|
This gem contains all shared classes and code:
|
38
38
|
|
39
|
-
- Setting up a headless JavaScript browser using [poltergeist](https://github.com/teampoltergeist/poltergeist)
|
40
|
-
- Login and basic navigation on iTunes Connect
|
41
|
-
- Login and basic navigation on the Apple Developer Portal
|
42
39
|
- Checking for updates for a specific gem and showing an update message
|
43
40
|
- All output of all tools with different logging levels
|
44
41
|
- Finding of the current Xcode and iTunes Transporter path
|
45
|
-
-
|
42
|
+
- Crash Reporting
|
43
|
+
- More helper methods and classes
|
46
44
|
|
47
45
|
|
48
46
|
# License
|
49
47
|
This project is licensed under the terms of the MIT license. See the LICENSE file.
|
50
48
|
|
51
49
|
> This project and all fastlane tools 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. All fastlane tools 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 fastlane tools.
|
52
|
-
|
53
|
-
# Contributing
|
54
|
-
|
55
|
-
1. Create an issue to start a discussion about your idea
|
56
|
-
2. Fork it (https://github.com/KrauseFx/fastlane_core/fork)
|
57
|
-
3. Create your feature branch (`git checkout -b my-new-feature`)
|
58
|
-
4. Commit your changes (`git commit -am 'Add some feature'`)
|
59
|
-
5. Push to the branch (`git push origin my-new-feature`)
|
60
|
-
6. Create a new Pull Request
|