fastlane-plugin-appcircle_testing_distribution 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ba8c73c558117fe1ad9310e1581f91ce86b6a89ebf2fa914cbb6665f445ab21
4
- data.tar.gz: c1388ac94dab0604e9073313191442cea5e47e3d33eca37f8d80b7bc5ed7f849
3
+ metadata.gz: 4396ccbc5448179b915d78517efafccde7fe5e06fb6e963e92ed09a23f458a1f
4
+ data.tar.gz: 383b9d93d347f996a690086a9a243294e198eb29ae02f68a25eff668dd990f74
5
5
  SHA512:
6
- metadata.gz: d0d0cc450a2369cb56fc696c4120225b063366ed4247059fd375fa92c2f6f4c69efd47c59858332ed511712f915389da22418818b7c6f7796230394c81bfa97f
7
- data.tar.gz: d669a186a72317d47a82c4a5c8a1a15f27d71201698151f8c207e221e12d1b7d1b33a64b3781eea5f085d2e619b4fea756206ac29ffb1a01ce388a5e5f5868a9
6
+ metadata.gz: 2798136895863e29ecdc41832cf656d90cf1f46d074f7ba912a8049a5d073085de84b4432e5c3d676c56bf5bbb07630fe2529a2e8ad01b1cad2b892f41bf7df6
7
+ data.tar.gz: 79c284e7cbd86a753bb8e7c7f6abec2886aa2f44c261a761bf88c0eb7670712daf5493ff0eb6b3a367fdbfa58b4e8b94aea6465e01ea029cbc73121e139d96a8
data/README.md CHANGED
@@ -38,13 +38,13 @@ Testing distribution is the process of distributing test builds to designated te
38
38
 
39
39
  Overall, using testing distribution in mobile DevOps significantly enhances the efficiency, security, and effectiveness of the software development process, leading to better products and faster delivery times.
40
40
 
41
- ### Testing Distribution
41
+ ## Testing Distribution
42
42
 
43
43
  In order to share your builds with testers, you can create distribution profiles and assign testing groups to the distribution profiles.
44
44
 
45
45
  ![Distribution Profile](images/distribution-start.png)
46
46
 
47
- ### Generating/Managing the Personal API Tokens
47
+ ## Generating/Managing the Personal API Tokens
48
48
 
49
49
  To generate a Personal API Token, follow these steps:
50
50
 
@@ -87,7 +87,7 @@ For any other issues and feedback about this plugin, please submit it to this re
87
87
 
88
88
  If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
89
89
 
90
- ### Reference
90
+ ## Reference
91
91
 
92
92
  - For details on generating an Appcircle Personal Access Token, visit [Generating/Managing Personal API Tokens](https://docs.appcircle.io/appcircle-api/api-authentication#generatingmanaging-the-personal-api-tokens?utm_source=fastlane&utm_medium=plugin&utm_campaign=testing_distribution)
93
93
 
data/images/PAT.png ADDED
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcircleTestingDistribution
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appcircle_testing_distribution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - appcircleio
@@ -18,6 +18,9 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - LICENSE
20
20
  - README.md
21
+ - images/PAT.png
22
+ - images/distribution-start.png
23
+ - images/extension-icon.png
21
24
  - lib/fastlane/plugin/appcircle_testing_distribution.rb
22
25
  - lib/fastlane/plugin/appcircle_testing_distribution/actions/appcircle_testing_distribution_action.rb
23
26
  - lib/fastlane/plugin/appcircle_testing_distribution/helper/appcircle_testing_distribution_helper.rb