fastlane-plugin-gs_project_flow_ios 0.3.17 → 0.3.18
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: f22438e2b45a3384dd0639f82c1134675acf973a
|
|
4
|
+
data.tar.gz: c597eee2035934efb481aa78195044b7ae60b744
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d19f0d240c26fdf566207128aa2f3ff7fa1f5632a4a0f861523c5702bda7f7fa32624af122f4b973093b5e23be2a421bb7d9f06e4ade91c24d70f1d030cc6641
|
|
7
|
+
data.tar.gz: 8456494d53cdf4dc313f6e79cccede988fe104d7cf0dce53547c5ac9e7c73d0b6d452cc13e2a05933c3ea4add69c05e876851599e485807147f4cc647510b320
|
|
@@ -46,8 +46,6 @@ module Fastlane
|
|
|
46
46
|
export_method:"app-store"})) # Build your app - more options available
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
|
|
51
49
|
s = Actions::GsGetAppStatusAction.run(FastlaneCore::Configuration.create(GsGetAppStatusAction.available_options,{app_identifier:ENV["BUNDLE_ID"]}))
|
|
52
50
|
if s == "Pending Developer Release"
|
|
53
51
|
Actions::GsRejectLatestVersionAction.run(FastlaneCore::Configuration.create(GsRejectLatestVersionAction.available_options,{app_identifier:ENV["BUNDLE_ID"]}))
|
|
@@ -56,7 +54,7 @@ module Fastlane
|
|
|
56
54
|
Actions::PilotAction.run(FastlaneCore::Configuration.create(PilotAction.available_options,options))
|
|
57
55
|
UI.success("App is released to internal testing")
|
|
58
56
|
|
|
59
|
-
Actions::GsSaveRcVersionAction.run(FastlaneCore::Configuration.create(GsSaveRcVersionAction.available_options,{path:Helper::GsProjectFlowIosHelper.get_versions_path}))
|
|
57
|
+
Actions::GsSaveRcVersionAction.run(FastlaneCore::Configuration.create(GsSaveRcVersionAction.available_options,{version: v, path:Helper::GsProjectFlowIosHelper.get_versions_path}))
|
|
60
58
|
|
|
61
59
|
Actions::GsExecuteRcLaneAction.moveToReview(version_name)
|
|
62
60
|
UI.success("✅ App status is changed to Waiting For Review")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-gs_project_flow_ios
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Сергей Веселовский
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-07-
|
|
11
|
+
date: 2017-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|