fastlane-plugin-stream_actions 0.3.22 → 0.3.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed3b41353ffbcab32a2de599979e486bb21b899550ff314956981d30ef9a2979
4
- data.tar.gz: edd13a446412a7066bb1964bdf14ea976c807c0247de33c5a4ee0d0d0790a762
3
+ metadata.gz: a93b9c9d8f436f1b579e1fddb27a77ee6a7b69a0b1873203e9f71e66583f4394
4
+ data.tar.gz: bc159bb3dc7b4617d7007d98bb8b1d18294789a635c283ad383962dc7aaf93a3
5
5
  SHA512:
6
- metadata.gz: 0fb3af174af50a23d3e0c184c44df63796c88f8b92d2ef3de79c531f8eb7f621cef3eb5d74a5584de06bf98061e4ea8612c2261055cd1ec9caf3eee98877ae04
7
- data.tar.gz: 2706831f5a4ba5c2f13d17a768baf5bfa330a2c06a4a8f91356996dbf13b1c4410444b8d8b1f685e86d147e5d2bdeadfc653465fd6ceab46263e658f4bf74308
6
+ metadata.gz: 6968c909482da299d5f9944d17d64c98dc9dc2c705ee34efb0bf3016d9ea5f43473156374fb289a21f39645b1e3443015c0b15a7fc75f892f9cad5f19d825390
7
+ data.tar.gz: 7f037c736b836533eb66282dc33805cf723f99ef6a8009d4367fc22751c112b2b6db6598aeb9e5f0ebaa243a8dbf8609b9f95a4adcac2776d0b19d5e5e99a4a9
@@ -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',
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.22'
3
+ VERSION = '0.3.24'
4
4
  end
5
5
  end
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.22
4
+ version: 0.3.24
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 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list