fastlane-plugin-appbox 0.2.0 → 0.3.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c6a6534af3b11a2c863dbfa27a5aa5cb4fc5f2e
|
|
4
|
+
data.tar.gz: 82de6b03707faa89a96348712e976f47449d5a0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3af4c2e4dbee886031e7a42235a6a79422acba287b1cb1b9bf3263f8ab241fd75e066d44fd422f91bd0eda32321eb11d4b73cf2260ce46c81ff7d170d2239fd6
|
|
7
|
+
data.tar.gz: d25d0662dbfbe009bc336f42472b1d49e1becbd4a69a117294eed96a0e62fdae81fcfa3bea998413b4724f5bf6bc4fa1e9a5048a14e0d97546ad66cb1449f370
|
|
@@ -34,9 +34,9 @@ module Fastlane
|
|
|
34
34
|
exit_status = system("exec #{appbox_path} ipa='#{ipa_path}' email='#{emails}' message='#{message}'")
|
|
35
35
|
|
|
36
36
|
if exit_status
|
|
37
|
-
UI.success('AppBox finished successfully
|
|
37
|
+
UI.success('AppBox finished successfully')
|
|
38
38
|
else
|
|
39
|
-
UI.error('AppBox finished with errors
|
|
39
|
+
UI.error('AppBox finished with errors')
|
|
40
40
|
UI.message('Please feel free to open an issue on the project GitHub page. Please include a description of what is not working right with your issue. https://github.com/getappbox/fastlane-plugin-appbox/issues/new')
|
|
41
41
|
exit
|
|
42
42
|
end
|