ETLane 0.1.63 → 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 +6 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e278fb7812c0c4aa7bea9bc171014f4b98d5f30df3cc48f46c7baa9e44eb0ea
4
- data.tar.gz: f11db91efb3b7bcab76dd96ac5d993abd460198d7fca06f545355b03108d183a
3
+ metadata.gz: 11ad4b84b5f72fa6c8ed792f66bad33d01d65052a0c5964742ad6efac215d8e2
4
+ data.tar.gz: 821a2602ef3f292e9cdd6da15f25856029169c8f50e4826537135b22912a4263
5
5
  SHA512:
6
- metadata.gz: 37be473a34e3d4d8c6c2a8c63eeee5d2ac2f6808d385e64c1ce7ea24c8bf31e47befd98dd65b8b81a0c2283ea21a1020a04966e05112a3d15db4d8a85dae49ca
7
- data.tar.gz: 47c4f73a91bce897e60a8844bff22eb7882f32ac07d4194bf7350be4978f2f4bd8f4cb91d9cfeae8470ab378975010980e0dc8d1e008b532f4b9507260a35a74
6
+ metadata.gz: 656674d45cc3a2423df27a0461311855a2b0433805a3e9300df62fd479ab344a4abadde0f7e40dbb9d2b95d910fd145996901cfc58655de6c15ef2c08e3f18a5
7
+ data.tar.gz: 2046f26df8323ff3ec73a90b762cd5f2ac6e38ac386e0394274efcb82f3aea47a367dab4b9cd3c2221bf1ff413e64a2d63d3f73d55529a47fdf7fb2fbdf60a06
data/Lanes/CommonFastfile CHANGED
@@ -22,8 +22,13 @@ platform :ios do
22
22
  ENV["GYM_PROJECT"] = "#{project_name}.xcodeproj"
23
23
  else
24
24
  ENV["GYM_WORKSPACE"] = "#{project_name}.xcworkspace"
25
+ cocoapods(repo_update: true)
25
26
  end
26
- cocoapods
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
+ )
27
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)
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.63
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