fastlane-plugin-appcircle_testing_distribution 0.5.0.beta.2 → 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: ffefedfb52927f54defeb5b68c86e000802a4324073dbcba59a19120b1b97f31
4
- data.tar.gz: 0cca110881ca0aec01644853f98a2acd3981fd8899166561bb47b9de8c88fb1b
3
+ metadata.gz: 50718244c3fe5d11a8aa48f418669690b1cc3cdcc56091670bd6426ef803abde
4
+ data.tar.gz: 7480ce500e5806c33b7b3d24dcb9d944d0729c80b1ec088d41e813fead699910
5
5
  SHA512:
6
- metadata.gz: a6eff93ab97143092e84361636a54e44cafdedce86911db561540cc291fdce2f4943391e826d852fbe7e534a8ba1ebb33a54696166da588d3220e016722c8e50
7
- data.tar.gz: ca2c8683a7cba5197a153f389ee46d4bde59cc6bd5a5dc14cc9d81bbae697f92e39729e0bd5f64bfdadf57e445a630bc32b991e5e68f0f302e63e49c5785267b
6
+ metadata.gz: 757305228cbf81ba5596a0b528875d0453238b535deabcbecf969673e7f461ba027819ef2e42b90c7d119b6331fb38467bb97763a95893f2cbec090e2d911d97
7
+ data.tar.gz: 16022568553b0c19cf1d88556a674fc588ce1f996b4ebb9d1cef643c0214b4aa3dc194403093a85c403f00cbfed837dd585ab514b4e385b1a1f1027d5337293f
data/README.md CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-appcircle_testing_distribution)
4
4
 
5
- Appcircle simplifies the distribution of builds to test teams with an extensive platform for managing and tracking applications, versions, testers, and teams. Appcircle integrates with enterprise authentication mechanisms such as LDAP and SSO, ensuring secure distribution of testing packages. Learn more about Appcircle testing distribution. Learn more about [Appcircle testing distribution](https://appcircle.io/testing-distribution?utm_source=fastlane&utm_medium=plugin&utm_campaign=testing_distribution)
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 test distribution module enables developers to create test groups and share builds with them, utilizing enterprise-grade authentication methods.
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. Go to the My Organization screen (the second option at the bottom left).
52
- 2. You'll find the Personal API Token section in the top right corner.
53
- 3. Press the "Generate Token" button to generate your first token.
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
  ![Token Generation](<https://cdn.appcircle.io/docs/assets/image%20(164).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` not both. If neither is provided, or both are provided at the same time, the plugin fails fast with a descriptive error.
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`: The Appcircle Personal API token used to authenticate and authorize access to Appcircle services within this plugin.
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 add it to the system certificate store, or point the `SSL_CERT_FILE` environment variable at a PEM bundle that includes it.
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcircleTestingDistribution
3
- VERSION = "0.5.0.beta.2"
3
+ VERSION = "0.5.1.beta.1"
4
4
  end
5
5
  end
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.0.beta.2
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-06-29 00:00:00.000000000 Z
11
+ date: 2026-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -62,6 +62,7 @@ requirements: []
62
62
  rubygems_version: 3.3.27
63
63
  signing_key:
64
64
  specification_version: 4
65
- summary: Efficiently distribute application builds to users or testing groups using
66
- Appcircle's robust platform.
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: []