fastlane-plugin-huawei_appgallery 0.2.0 → 0.2.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 +4 -4
- data/README.md +0 -6
- data/lib/fastlane/plugin/huawei_appgallery/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e58d2df318d7c967134470a65f3d5fa6753591e4d6c4baf81d0dcbeffb26de8b
|
|
4
|
+
data.tar.gz: 4fa8d8662a15f983cd0872cfc39766080ac581aae04624461c2985768879e1a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a6aa9a3288167b37e2c0efd5088a15ecdf3e2802c9c064e7b6b9a17c75c12235f6b002b971ed96fe5fc6718bfd65f6edc82a0ec27bd4bf2e5cf817222b22f0d
|
|
7
|
+
data.tar.gz: 325887c3576a3fc3796dabef9f0f30e08c32b725539d396543a4f68961e9e9ce7bafb4bf551d7d147b7138f51d5d95ce7167b8653e6f5c882279224abbd891f4
|
data/README.md
CHANGED
|
@@ -14,12 +14,6 @@ fastlane add_plugin huawei_appgallery
|
|
|
14
14
|
|
|
15
15
|
Plugin to deploy an app to the Huawei AppGallery. Updates the release notes, uploads an APK and submits the new version for review.
|
|
16
16
|
|
|
17
|
-
**Note:** To authenticate, you need to create the signature by your own.
|
|
18
|
-
Example code: https://developer.huawei.com/consumer/en/service/hms/catalog/publishingAPI.html?page=hmssdk_appGalleryConnect_devguide (Authentication by secret key)
|
|
19
|
-
|
|
20
|
-
Pull requests are welcome. ;)
|
|
21
|
-
|
|
22
|
-
## AppGallery Connect API (= API v2)
|
|
23
17
|
To create client id and access token, go to [AppGalleryConnect](https://developer.huawei.com/consumer/en/service/josp/agc/index.html).
|
|
24
18
|
Navigate to "Users and permissions", than click on the left on "Connect API" (in section "Api Key"). Now you create and manage your client ids and secrets.
|
|
25
19
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-huawei_appgallery
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arne Kaiser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-07-
|
|
11
|
+
date: 2020-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
168
|
version: '0'
|
|
169
169
|
requirements: []
|
|
170
|
-
rubygems_version: 3.
|
|
170
|
+
rubygems_version: 3.1.2
|
|
171
171
|
signing_key:
|
|
172
172
|
specification_version: 4
|
|
173
173
|
summary: Plugin to deploy an app to the Huawei AppGallery
|