ETLane 0.1.64 → 0.1.65
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Lanes/CommonFastfile +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11ad4b84b5f72fa6c8ed792f66bad33d01d65052a0c5964742ad6efac215d8e2
|
4
|
+
data.tar.gz: 821a2602ef3f292e9cdd6da15f25856029169c8f50e4826537135b22912a4263
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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
|
|