ETLane 0.1.67 → 0.1.68

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Lanes/CommonFastfile +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c66d69b1b5d5a828d71d786d7b9f20f9bb14553b5abd009157a4bd131b59c47
4
- data.tar.gz: 0d857629f6f0b399c5f8e92882259128fed646c58eb5056ede849002cc9b4756
3
+ metadata.gz: 68cfae08b9933ff0250a6741a2544fe928ab997a0b7cea086556d499c1edfdc4
4
+ data.tar.gz: 57edf53b608a5c38b713488d6885658b62627cb96b1867186dcb337f2bb143f2
5
5
  SHA512:
6
- metadata.gz: b212baa260b69e9df77c344ab1541da8fa42b1431efaab7570f8c2a3ae78917668cba996ff329807a70b24f642290623b88c126f1f96efc9891e15befe71c10d
7
- data.tar.gz: 251c620e8997c858dfad63332166cf72d88af96ed466f277ce6bfda8093dabe0e21579d3c5140f0da9d8c2a760e3bbb7fdcb3f2ae1f2f5c7b48a6ef4b417a03c
6
+ metadata.gz: 9b65e3b922e6e771fcbf891910cbc7646c7ac10920d2445f4871b20df5edc2df651e478739f6e0df7dbb79defc8c364588e29aeaae803f2f59ffb7af67934aa7
7
+ data.tar.gz: b8cacc294f48a97314395b7a0c5968a5b5563409ad5424d5b238e53e57abfe9d404c9fea14e7d6eedbd78c2af66fb1f3efe3d7214123dee0f02786f5c33f8365
data/Lanes/CommonFastfile CHANGED
@@ -5,7 +5,7 @@ default_platform :ios
5
5
  platform :ios do
6
6
 
7
7
  product_bundle_identifier = CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)
8
- distribute_group_name = ENV["DISTRIBUTE_GROUP_NAME"]
8
+ distribute_group_name = options[:tf_group_name] || ENV["DISTRIBUTE_GROUP_NAME"]
9
9
  project_name = ENV["PROJECT_NAME"]
10
10
 
11
11
  build_folder = File.join(Dir.pwd, "..", "build")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ETLane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.67
4
+ version: 0.1.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - teanet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-28 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Xcode helper for upload builds and metadata
14
14