fastlane-plugin-stream_actions 0.3.5 → 0.3.7
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7304f375594bf84342663d790cd1e65bca9d145aa1cc444bd5119591c9de7af4
|
4
|
+
data.tar.gz: 8bec2fd4f0dde6c204bc755aa2f558c25bd44812a696f4bfe792091e9f1437c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87c66b342bf6c0effa280cdb223ca9b8582acfcaaa9f3149ff010a38cc59f09f5f68a047eb6f9e4adf14f50ba39eab14854513155f10aba166a2cea52584ce7b
|
7
|
+
data.tar.gz: 8f2a0aa4fc7e2651a9a56a040c8d5615d6da5f6c7caca23940a861a33699e6aa9b6d157d61bbb1dcf3610bf92d865fbb951bc459bd871009d3c8dbe0734db2bf
|
@@ -45,6 +45,8 @@ module Fastlane
|
|
45
45
|
end
|
46
46
|
|
47
47
|
def self.testflight_instructions(params)
|
48
|
+
return "This is the official #{params[:app_target]} sample app" unless params[:sdk_target]
|
49
|
+
|
48
50
|
version_number = other_action.get_version_number(target: params[:sdk_target])[/\d+\.\d+\.\d/]
|
49
51
|
if ENV['GITHUB_EVENT_NAME'] == 'pull_request'
|
50
52
|
sha = ENV['GITHUB_SHA'] ? ENV['GITHUB_SHA'][0..8] : sh('git rev-parse --short HEAD')
|
@@ -85,9 +87,7 @@ module Fastlane
|
|
85
87
|
FastlaneCore::ConfigItem.new(
|
86
88
|
key: :sdk_target,
|
87
89
|
description: 'SDK target name',
|
88
|
-
|
89
|
-
UI.user_error!('SDK target name has to be specified') if target.nil? || target.empty?
|
90
|
-
end
|
90
|
+
optional: true
|
91
91
|
),
|
92
92
|
FastlaneCore::ConfigItem.new(
|
93
93
|
key: :app_target,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-stream_actions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GetStream
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|