fastlane-plugin-stream_actions 0.3.22 → 0.3.23
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: cd33d8746fe383e1d3ffc3f70212e632cc547da953e873087421cf9cef201df3
|
|
4
|
+
data.tar.gz: f27c186980cb0f8109f6232c20e33723ec649790fccc507442e4f691f400b40c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aea1304da2f4ae5bb0140102566b0da8f2dc30d02c9d931a5c515607eb0f6c6dd21d69e9c5c1370989a5dbdd3ffb95fd08224e1508c50522a8fcb69f62ba7bc0
|
|
7
|
+
data.tar.gz: bf02af71a919a02c7a342a7a93ab00e2efa1b82fa506f02d39c84c628195869964b2d0d38346dbf7c026cf717d66687ebeea1e658be4d5589bcb457789404053
|
|
@@ -128,7 +128,8 @@ module Fastlane
|
|
|
128
128
|
),
|
|
129
129
|
FastlaneCore::ConfigItem.new(
|
|
130
130
|
key: :xcargs,
|
|
131
|
-
description: 'Pass additional arguments to xcodebuild for the build phase'
|
|
131
|
+
description: 'Pass additional arguments to xcodebuild for the build phase',
|
|
132
|
+
optional: true
|
|
132
133
|
),
|
|
133
134
|
FastlaneCore::ConfigItem.new(
|
|
134
135
|
env_name: 'GITHUB_PR_NUM',
|
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.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GetStream
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xctest_list
|