fastlane-plugin-appcircle_enterprise_store 0.0.1 → 0.0.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: 075ced39b68b62e2bf04be9b21a0eaf7e71f25e49f3a970bebd6f66502c22b9a
4
- data.tar.gz: cef7596b841fad895e934718a2bb12ad5d3d98dc388161167d9624e40802b3fe
3
+ metadata.gz: c809c9bc933a445599efafbc465887e506d1c9557f119a2cf83238d875d90fb4
4
+ data.tar.gz: aa734307908e7733866c19bf378be9974d998707fa1d165a052dc924fb9a48df
5
5
  SHA512:
6
- metadata.gz: 6c3ca01ebc8f46a7ec418cf436e28acbd416107815b8975e10fedfd7cd5abfd9c6bb88901d7ef4a77cdeff6d51709b3657bd95ae58046979bb9c02d8e0c17d7f
7
- data.tar.gz: 4462a8d0a2d5bdbee30cd9bea98b70deb6e658e20b398a7e4ae0bc600696b223a953beb1e7dd355d534046c9cfeede0becab6ec75f0050fff93644b51e2baa39
6
+ metadata.gz: f1589d61d59bd3bae99e65af2cbe38a87a146cf8054df677808c2d3bb513c1c27aa28ecd946c1dcea9888d9d32836428a810ed60b7b16066d828d92294485419
7
+ data.tar.gz: 4abea2706f1e171ba74d33180434bf5258cadd7d777520e3c8a8026e8010a61bdb99c34c931ca4fc89e3007e94882a10336973e9a9aca1e613f5012665bc1db5
data/README.md CHANGED
@@ -8,7 +8,7 @@ Appcircle Enterprise Mobile App Store is your own mobile app store for providing
8
8
  - **Secure Distribution:** Everything you need for secure, streamlined distribution of your in-house apps.
9
9
  - **No MDM Required:** Allows distribution of B2B and B2E applications without the need for an MDM solution and enrollment.
10
10
 
11
- Learn more about [Appcircle Enterprise App Store](https://appcircle.io/enterprise-app-store).
11
+ Learn more about [Appcircle Enterprise App Store](https://appcircle.io/enterprise-app-store?utm_source=fastlane&utm_medium=plugin&utm_campaign=enterprise_app_store).
12
12
 
13
13
  ## What Sets Apart Appcircle Enterprise Mobile App Store
14
14
 
@@ -29,7 +29,7 @@ Learn more about [Appcircle Enterprise App Store](https://appcircle.io/enterpris
29
29
 
30
30
  These features make the Appcircle Enterprise Mobile App Store a powerful tool for securely and efficiently distributing in-house applications, offering flexibility, enhanced security, and a streamlined workflow.
31
31
 
32
- ![Enterprise App Store Dashboard](images/ent_app_store.png)
32
+ ![Enterprise App Store Dashboard](https://cdn.appcircle.io/docs/assets/entstore-profilelist.png)
33
33
 
34
34
  ### Generating/Managing the Personal API Tokens
35
35
 
@@ -39,7 +39,7 @@ To generate a Personal API Token:
39
39
  2. Find the Personal API Token section in the top right corner.
40
40
  3. Press the "Generate Token" button to generate your first token.
41
41
 
42
- ![Token Generation](images/PAT.png)
42
+ ![Token Generation](<https://cdn.appcircle.io/docs/assets/image%20(164).png>)
43
43
 
44
44
  ### Getting Started
45
45
 
@@ -68,7 +68,7 @@ After adding the plugin to your project, configure your Fastfile as follows:
68
68
 
69
69
  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.
70
70
 
71
- If you would like to learn more about this extension and how to utilize it in your projects, please [contact us](https://appcircle.io/contact)
71
+ If you would like to learn more about this extension and how to utilize it in your projects, please [contact us](https://appcircle.io/contact?utm_source=fastlane&utm_medium=plugin&utm_campaign=enterprise_app_store)
72
72
 
73
73
  ## Issues and Feedback
74
74
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcircleEnterpriseStore
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appcircle_enterprise_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - appcircleio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-11 00:00:00.000000000 Z
11
+ date: 2024-06-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: cloud@appcircle.io
@@ -18,9 +18,6 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - LICENSE
20
20
  - README.md
21
- - images/PAT.png
22
- - images/ent_app_store.png
23
- - images/extension-icon.png
24
21
  - lib/fastlane/plugin/appcircle_enterprise_store.rb
25
22
  - lib/fastlane/plugin/appcircle_enterprise_store/actions/appcircle_enterprise_store_action.rb
26
23
  - lib/fastlane/plugin/appcircle_enterprise_store/helper/appcircle_enterprise_store_helper.rb
data/images/PAT.png DELETED
Binary file
Binary file
Binary file