ETLane 0.1.64 → 0.1.66

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 +8 -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: 826f08bd8b28106afba954b9972232a1a2e1bccdf8f6ff3102322e2ebb557c27
4
+ data.tar.gz: 32254a0818677cdda81ea642241944b03e44355fbe23ebf3a40da0aac0a166b1
5
5
  SHA512:
6
- metadata.gz: 52a326d487305580123d0eb57ca10a158ddc7f9666f23318f1d1ca21fa478f609bdcec6527cfef1ce4e9716d2a105390cb9e94552932351e504daeda7bac8dfd
7
- data.tar.gz: 16191a465fe2d91ebdb3659b1d72d44688db8487fd03933e8940fc39ee9a8d44e00c9ed29f31c678f00c61a027d15cb57ebe683cb5bc1ef9d28b107a13a82562
6
+ metadata.gz: 22bb345423eaf8cc204619f0f6b7f44da9ec245437179edcecbe87720003bf7a6776d0c32afb1346459db678115d1a36260ea715312cb1e84a9a591c3bb08e40
7
+ data.tar.gz: 8123fce6df0f79f46ff06aac615056fb1829348a2f0c15fe37bd95e33a559f85bc75a202c84cc5af96f68e6838b0923756beb962e978c1d083dc48fe47d69bbb
data/Lanes/CommonFastfile CHANGED
@@ -22,9 +22,17 @@ platform :ios do
22
22
  ENV["GYM_PROJECT"] = "#{project_name}.xcodeproj"
23
23
  else
24
24
  ENV["GYM_WORKSPACE"] = "#{project_name}.xcworkspace"
25
+ end
26
+
27
+ if ENV["ET_USE_COCOAPODS"] == true
25
28
  cocoapods(repo_update: true)
26
29
  end
27
30
 
31
+ app_store_connect_api_key(
32
+ duration: 1200, # optional (maximum 1200)
33
+ in_house: false # optional but may be required if using match/sigh
34
+ )
35
+
28
36
  get_certificates(output_path: build_folder, username: username)
29
37
  profile_uuid = get_provisioning_profile(output_path: build_folder, username: username, app_identifier: product_bundle_identifier)
30
38
  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.66
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