fastlane-plugin-gs_project_flow_ios 0.3.2 → 0.3.3
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: 32583e300f56d7d3bdb4e450881a2ba7b2579ab1
|
|
4
|
+
data.tar.gz: a3ac6e10684f2de7b5226d801e20ca5648ff9924
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 789b73b107ffe56e3caffc1a7a84d5ce2f6d20a9b586fee1301598e135a4348a1fce574effcdd5bed2087556cfaa395a0d82781280b92ced71ea8df47cdc4d9e
|
|
7
|
+
data.tar.gz: 671b8b9ef82000aca980958c42cfa28c64d7e7a9bade0add2d25365769925d7d65c5f6c1f74fbde768635367b6f7854dc43c02c962a9ade1f8ee3af482c43ee2
|
|
@@ -44,7 +44,7 @@ module Fastlane
|
|
|
44
44
|
groups: ENV["CRASHLYTICS_GROUPS"]}))
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
Actions::GsSaveBetaVersionAction.run(FastlaneCore::Configuration.create(GsSaveBetaVersionAction.available_options,{path:Helper::GsProjectFlowIosHelper.get_versions_path}))
|
|
47
|
+
Actions::GsSaveBetaVersionAction.run(FastlaneCore::Configuration.create(GsSaveBetaVersionAction.available_options,{version:v, path:Helper::GsProjectFlowIosHelper.get_versions_path}))
|
|
48
48
|
UI.success("✅ App is released to Crashlytics")
|
|
49
49
|
# # You can also use other beta testing services here (run fastlane actions)
|
|
50
50
|
end
|