fastlane-plugin-appcircle_enterprise_store 0.0.1 → 0.0.2

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: 861bd48606de4765efd8b69eee68bcadd87e58dcd708aea22e0e15d55770d08d
4
+ data.tar.gz: 58dd4586505eff465a0c8a22459a2da0b16fa41befbb00006f433f0ccb35174a
5
5
  SHA512:
6
- metadata.gz: 6c3ca01ebc8f46a7ec418cf436e28acbd416107815b8975e10fedfd7cd5abfd9c6bb88901d7ef4a77cdeff6d51709b3657bd95ae58046979bb9c02d8e0c17d7f
7
- data.tar.gz: 4462a8d0a2d5bdbee30cd9bea98b70deb6e658e20b398a7e4ae0bc600696b223a953beb1e7dd355d534046c9cfeede0becab6ec75f0050fff93644b51e2baa39
6
+ metadata.gz: 805728e12d8b13c03476c634dbfd6c46489d16ea0d6df11383c673326edc938c06b481d2ef0b589e0a3e503bbb14c212ca196dc190a61de36c7d44f31ba2f964
7
+ data.tar.gz: dcb4a63936a0b9453a049714cd83d5b7645721517cbb030c35762bd737d9380eb8c3726d9a99614bcb8903d355091d3a3de8aea2cc0bcb776a7a321712447af2
data/README.md CHANGED
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcircleEnterpriseStore
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
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.2
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