fastlane-plugin-appcircle_testing_distribution 0.5.0 → 0.5.1.beta.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50718244c3fe5d11a8aa48f418669690b1cc3cdcc56091670bd6426ef803abde
|
|
4
|
+
data.tar.gz: 7480ce500e5806c33b7b3d24dcb9d944d0729c80b1ec088d41e813fead699910
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 757305228cbf81ba5596a0b528875d0453238b535deabcbecf969673e7f461ba027819ef2e42b90c7d119b6331fb38467bb97763a95893f2cbec090e2d911d97
|
|
7
|
+
data.tar.gz: 16022568553b0c19cf1d88556a674fc588ce1f996b4ebb9d1cef643c0214b4aa3dc194403093a85c403f00cbfed837dd585ab514b4e385b1a1f1027d5337293f
|
data/README.md
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/fastlane-plugin-appcircle_testing_distribution)
|
|
4
4
|
|
|
5
|
-
Appcircle
|
|
5
|
+
Appcircle Testing Distribution enables the binary distribution of Android (.apk, .aab) and iOS (.ipa) files, allowing teams to create test groups and share builds using enterprise authentication methods such as SSO and LDAP. Learn more about [Appcircle testing distribution](https://appcircle.io/testing-distribution?utm_source=fastlane&utm_medium=plugin&utm_campaign=testing_distribution)
|
|
6
6
|
|
|
7
7
|
Appcircle's test distribution extension enables developers to create test groups and share builds with them, utilizing enterprise-grade authentication methods. With the Fastlane plugin, this module will be accessible directly fastlane actions.
|
|
8
8
|
|
|
9
9
|
## Exploring Testing Distribution
|
|
10
10
|
|
|
11
|
-
Testing distribution is the process of distributing test builds to designated test groups or individuals. This process allows developers to gather quick feedback, identify bugs, and ensure the quality of software applications before releasing them to customers. Appcircle's
|
|
11
|
+
Testing distribution is the process of distributing test builds to designated test groups or individuals. This process allows developers to gather quick feedback, identify bugs, and ensure the quality of software applications before releasing them to customers. Appcircle's Testing Distribution module enables developers to create test groups and share builds with them, utilizing enterprise-grade authentication methods.
|
|
12
12
|
|
|
13
13
|
## Benefits of Using Testing Distribution
|
|
14
14
|
|
|
15
|
-
1. **Simplified Binary Distribution
|
|
15
|
+
1. **Simplified Binary Distribution:**
|
|
16
16
|
- **Skip Traditional Stores:** Share IPA, APK, AAB files directly, avoiding the need to use App Store TestFlight or Google Play Internal Testing.
|
|
17
17
|
2. **Streamlined Workflow:**
|
|
18
18
|
- **Automated Processes:** Platforms like Appcircle automate the distribution process, saving time and reducing manual effort.
|
|
@@ -36,8 +36,13 @@ Testing distribution is the process of distributing test builds to designated te
|
|
|
36
36
|
- **Better Quality Control:** Ensures that end users receive a more stable and polished product.
|
|
37
37
|
- **Customer Satisfaction:** By delivering higher quality software, customer satisfaction and trust in the product increase.
|
|
38
38
|
|
|
39
|
+
9. **Re-Sign and Auto-Resign:**
|
|
40
|
+
- **Update Without Rebuilding:** Re-sign iOS and Android binaries with updated signing identities, manually or automatically, and keep distributing without a new build.
|
|
41
|
+
|
|
39
42
|
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
43
|
|
|
44
|
+
## How to use Appcircle Testing Distribution Plugin
|
|
45
|
+
|
|
41
46
|
<!-- ## Testing Distribution
|
|
42
47
|
|
|
43
48
|
In order to share your builds with testers, you can create testing distribution profiles and assign testing groups to the profiles.
|
|
@@ -48,9 +53,9 @@ In order to share your builds with testers, you can create testing distribution
|
|
|
48
53
|
|
|
49
54
|
To generate a Personal API Token, follow these steps:
|
|
50
55
|
|
|
51
|
-
1.
|
|
52
|
-
2.
|
|
53
|
-
3. Press
|
|
56
|
+
1. Open the **My Organization** screen from your profile avatar at the bottom left.
|
|
57
|
+
2. Go to the **Security** section and find the **Personal Access Key** card.
|
|
58
|
+
3. Press **Generate Key** to generate your token.
|
|
54
59
|
|
|
55
60
|
.png>) -->
|
|
56
61
|
|
|
@@ -84,10 +89,9 @@ fastlane add_plugin appcircle_testing_distribution
|
|
|
84
89
|
|
|
85
90
|
### Authentication
|
|
86
91
|
|
|
87
|
-
Provide **either** `personalAPIToken` **or** `personalAccessKey
|
|
92
|
+
Provide **either** `personalAPIToken` **or** `personalAccessKey`, not both. If neither is provided, or both are provided at the same time, the plugin fails fast with a descriptive error.
|
|
88
93
|
|
|
89
|
-
- `personalAPIToken
|
|
90
|
-
- `personalAccessKey`: Alternative authentication method using a Personal Access Key. Use this if your organization provisions access keys instead of API tokens.
|
|
94
|
+
- `personalAPIToken` / `personalAccessKey`: Provide exactly one to authenticate with Appcircle services. Providing both, or neither, fails with a descriptive error.
|
|
91
95
|
|
|
92
96
|
> **Note:** `subOrganizationName` is currently supported only when authenticating with `personalAPIToken`. When used together with `personalAccessKey`, the sub-organization switch is skipped with a warning.
|
|
93
97
|
|
|
@@ -122,7 +126,7 @@ If you run a self-hosted Appcircle installation, point the plugin to your own en
|
|
|
122
126
|
)
|
|
123
127
|
```
|
|
124
128
|
|
|
125
|
-
> **Self-signed or private CA certificates:** If your self-hosted Appcircle server uses a self-signed certificate (or one issued by a private/internal CA), requests will fail certificate validation. The plugin does not disable TLS verification. Trust the server's CA on the machine running Fastlane
|
|
129
|
+
> **Self-signed or private CA certificates:** If your self-hosted Appcircle server uses a self-signed certificate (or one issued by a private/internal CA), requests will fail certificate validation. The plugin does not disable TLS verification. Trust the server's CA on the machine running Fastlane: add it to the system certificate store, or point the `SSL_CERT_FILE` environment variable at a PEM bundle that includes it.
|
|
126
130
|
|
|
127
131
|
## Further Details
|
|
128
132
|
|
|
@@ -3,10 +3,9 @@ require 'uri'
|
|
|
3
3
|
require 'json'
|
|
4
4
|
require 'rest-client'
|
|
5
5
|
|
|
6
|
-
BASE_URL = "https://api.appcircle.io"
|
|
7
|
-
|
|
8
6
|
module TDUploadService
|
|
9
7
|
UI = FastlaneCore::UI
|
|
8
|
+
BASE_URL = "https://api.appcircle.io"
|
|
10
9
|
|
|
11
10
|
def self.put_with_retry(url, body, headers, max_retries: 5)
|
|
12
11
|
attempt = 0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-appcircle_testing_distribution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1.beta.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- appcircleio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -55,13 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
55
55
|
version: '2.6'
|
|
56
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
57
|
requirements:
|
|
58
|
-
- - "
|
|
58
|
+
- - ">"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version:
|
|
60
|
+
version: 1.3.1
|
|
61
61
|
requirements: []
|
|
62
62
|
rubygems_version: 3.3.27
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
|
-
summary:
|
|
66
|
-
|
|
65
|
+
summary: Appcircle Testing Distribution enables the binary distribution of Android
|
|
66
|
+
(.apk, .aab) and iOS (.ipa) files, allowing teams to create test groups and share
|
|
67
|
+
builds using enterprise authentication methods such as SSO and LDAP.
|
|
67
68
|
test_files: []
|