fastlane-plugin-appcircle_enterprise_app_store 0.1.0.beta.1 → 0.1.0
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 +2 -0
- data/lib/fastlane/plugin/appcircle_enterprise_app_store/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a76511e9ec2a811056f62b51061d620f68cd739059037d693299e7ec3a40c01
|
|
4
|
+
data.tar.gz: 8229f2aae80782a535e6187c87ac645265bdcae007e0d4aafb2eb900237ab780
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcf0c23f607e09562ca0d582eb00a895baf086e2cad4d0c7f8716a1cb20ad27d5d03b7238ea2145ba81d550f2cdd6c24e2b7b5f2b3652376ba7d5dfad4e4d4db
|
|
7
|
+
data.tar.gz: b1c61e907277b7d2f330991988741f618c13383afd78cc99d0244c352bc98d209e1396b189de9f5838e930a1d6d368bbc077dd5de62b66367e9be94689cc81b5
|
data/README.md
CHANGED
|
@@ -105,6 +105,8 @@ If you run a self-hosted Appcircle installation, point the action to your own en
|
|
|
105
105
|
|
|
106
106
|
**If two workflows start simultaneously, the last workflow to reach the publish step will be the up-to-date version on the Enterprise App Store. If these workflows building the same package version, the first publish will be successful, while later deployments with the same version will fail.**
|
|
107
107
|
|
|
108
|
+
> **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.
|
|
109
|
+
|
|
108
110
|
### Leveraging Environment Variables
|
|
109
111
|
|
|
110
112
|
Utilize environment variables seamlessly by substituting the parameters with $(VARIABLE_NAME) in your task inputs. The extension automatically retrieves values from the specified environment variables within your pipeline.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-appcircle_enterprise_app_store
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
4
|
+
version: 0.1.0
|
|
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-
|
|
11
|
+
date: 2026-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -54,9 +54,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '2.6'
|
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - "
|
|
57
|
+
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
59
|
+
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubygems_version: 3.3.27
|
|
62
62
|
signing_key:
|