fastlane-plugin-appcircle_testing_distribution 0.2.0 → 0.2.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f63fd4350578ece6be711c5c65e1276d61f3e4e617fea3ad9665e15131b2848
|
4
|
+
data.tar.gz: 075a13c25c20648e325692db9327e8e973e95d43addfe9d10b14a79bc713c957
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dcb8e9a3b6a26a5c030bb3e0c8b53f5f7bf12fd05f5676e9933ad5393d9aad0d9bca3d6a9732cb63c7083f2b12d78fc28b223f995c0fd001ccc3ad88d3c971d
|
7
|
+
data.tar.gz: 29302574b57bfed3b1dffb5546e3ba3bf05fa9771013137819ffada9e46196344d8f02a941c9995fbd2065ad4305a953003dc67f2cb694c71e2719f880044d91
|
@@ -87,11 +87,12 @@ module Fastlane
|
|
87
87
|
response = TDUploadService.upload_artifact(token: token, message: message, app: appPath, dist_profile_id: profileID)
|
88
88
|
result = self.checkTaskStatus(token, response['taskId'])
|
89
89
|
|
90
|
-
if
|
90
|
+
if result
|
91
91
|
UI.success("#{appPath} Uploaded to profile id #{profileID} successfully 🎉")
|
92
92
|
end
|
93
93
|
rescue => e
|
94
|
-
|
94
|
+
status_code = e.respond_to?(:response) && e.response ? e.response.code : 'unknown'
|
95
|
+
UI.error("Upload failed with status code #{status_code}, with message '#{e.message}'")
|
95
96
|
end
|
96
97
|
end
|
97
98
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-appcircle_testing_distribution
|
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
|
- appcircleio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
rubygems_version: 3.4.
|
64
|
+
rubygems_version: 3.4.19
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: Efficiently distribute application builds to users or testing groups using
|