ETLane 0.1.64 → 0.1.65

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 +5 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c21118b330fea052e2405589b0480be667a243cd547b7ad437c3218e2b1f9e5d
4
- data.tar.gz: 3e038495782aa85043807a229169544abf2bb9e36d43d01e9622378f12d6ddf6
3
+ metadata.gz: 11ad4b84b5f72fa6c8ed792f66bad33d01d65052a0c5964742ad6efac215d8e2
4
+ data.tar.gz: 821a2602ef3f292e9cdd6da15f25856029169c8f50e4826537135b22912a4263
5
5
  SHA512:
6
- metadata.gz: 52a326d487305580123d0eb57ca10a158ddc7f9666f23318f1d1ca21fa478f609bdcec6527cfef1ce4e9716d2a105390cb9e94552932351e504daeda7bac8dfd
7
- data.tar.gz: 16191a465fe2d91ebdb3659b1d72d44688db8487fd03933e8940fc39ee9a8d44e00c9ed29f31c678f00c61a027d15cb57ebe683cb5bc1ef9d28b107a13a82562
6
+ metadata.gz: 656674d45cc3a2423df27a0461311855a2b0433805a3e9300df62fd479ab344a4abadde0f7e40dbb9d2b95d910fd145996901cfc58655de6c15ef2c08e3f18a5
7
+ data.tar.gz: 2046f26df8323ff3ec73a90b762cd5f2ac6e38ac386e0394274efcb82f3aea47a367dab4b9cd3c2221bf1ff413e64a2d63d3f73d55529a47fdf7fb2fbdf60a06
data/Lanes/CommonFastfile CHANGED
@@ -25,6 +25,11 @@ platform :ios do
25
25
  cocoapods(repo_update: true)
26
26
  end
27
27
 
28
+ app_store_connect_api_key(
29
+ duration: 1200, # optional (maximum 1200)
30
+ in_house: false # optional but may be required if using match/sigh
31
+ )
32
+
28
33
  get_certificates(output_path: build_folder, username: username)
29
34
  profile_uuid = get_provisioning_profile(output_path: build_folder, username: username, app_identifier: product_bundle_identifier)
30
35
  provisioningProfiles = Hash.new
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.64
4
+ version: 0.1.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - teanet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-13 00:00:00.000000000 Z
11
+ date: 2022-11-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Xcode helper for upload builds and metadata
14
14