fastlane-plugin-pgyer 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/fastlane/plugin/pgyer/actions/pgyer_action.rb +4 -2
- data/lib/fastlane/plugin/pgyer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 855af49c93a79f030c6e6dd06aa08d19a12b76ed220903f0b2c7741bc8ca2b71
|
4
|
+
data.tar.gz: 000465b04372f30898633e359ec947463603ab494c5a24b1566e4ec41fbf3b3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '00263521807a7de9939ebdafa95a2be5c65b30fc9b1b75e0a33d748cc6c5c37a19a03546db1b3e119f41b22528545a65b50b7e4a47479b9597bc1d3bac6b103d'
|
7
|
+
data.tar.gz: 38db327f9b0e54d5274efaa6b6e6bcee31d79ca16320da20b6e21debd51e262073e6c1b0f8f71f853491ea98cb1027f2b1a9de0e1f0e268faf301b50626bf870
|
data/README.md
CHANGED
@@ -73,7 +73,7 @@ module Fastlane
|
|
73
73
|
},
|
74
74
|
}
|
75
75
|
|
76
|
-
api_host = "https://www.
|
76
|
+
api_host = "https://www.xcxwo.com/apiv2/app"
|
77
77
|
|
78
78
|
pgyer_client = Faraday.new(nil, conn_options) do |c|
|
79
79
|
c.request :multipart
|
@@ -232,6 +232,8 @@ module Fastlane
|
|
232
232
|
private
|
233
233
|
|
234
234
|
def self.checkPublishStatus(client, api_host, api_key, buildKey)
|
235
|
+
url ="#{api_host}/buildInfo"
|
236
|
+
UI.message "checkPublishStatus url: #{url}"
|
235
237
|
response = client.post "#{api_host}/buildInfo", { :_api_key => api_key, :buildKey => buildKey }
|
236
238
|
info = response.body
|
237
239
|
code = info["code"]
|
@@ -241,7 +243,7 @@ module Fastlane
|
|
241
243
|
if shortUrl.nil? || shortUrl == ""
|
242
244
|
shortUrl = info["data"]["buildKey"]
|
243
245
|
end
|
244
|
-
info["data"]["fastlaneAddedWholeVisitUrl"] = "https://
|
246
|
+
info["data"]["fastlaneAddedWholeVisitUrl"] = "https://wwww.xcxwo.com/#{shortUrl}"
|
245
247
|
UI.success "Upload success. Visit this URL to see: #{info["data"]["fastlaneAddedWholeVisitUrl"]}"
|
246
248
|
return info["data"]
|
247
249
|
elsif code == 1246 || code == 1247
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-pgyer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rexshi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|