fastlane-plugin-appcircle_testing_distribution 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/images/PAT.png +0 -0
- data/images/distribution-start.png +0 -0
- data/images/extension-icon.png +0 -0
- data/lib/fastlane/plugin/appcircle_testing_distribution/version.rb +1 -1
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4396ccbc5448179b915d78517efafccde7fe5e06fb6e963e92ed09a23f458a1f
|
4
|
+
data.tar.gz: 383b9d93d347f996a690086a9a243294e198eb29ae02f68a25eff668dd990f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|

|
46
46
|
|
47
|
-
|
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
|
-
|
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
|
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.
|
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
|