ETLane 0.1.64 → 0.1.66
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Lanes/CommonFastfile +8 -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: 826f08bd8b28106afba954b9972232a1a2e1bccdf8f6ff3102322e2ebb557c27
|
4
|
+
data.tar.gz: 32254a0818677cdda81ea642241944b03e44355fbe23ebf3a40da0aac0a166b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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
|
|