ETLane 0.1.59 → 0.1.62
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Lanes/CommonFastfile +7 -1
- data/Lanes/actions/lokalise.rb +2 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26e2a63480781ef91f93bf3bbc16e32545a128865470dcbfa79302400d10df0a
|
4
|
+
data.tar.gz: edd47c15c7c639035df95a01a8b580336ab684adc6b72b906112b8c727f934b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 538a2fa8b04f57c2a40b2466e20563c0f603135642d9cd3e71cc0fc86f1231ba1a972f6e6c04ccc1a5aca236613609d341662e829937da8ad51cafc0ccdbb409
|
7
|
+
data.tar.gz: d8ce7e09b4757ae827eff3a805ef5de5334d49fa6e14b9bf284fc0b2c262141908e885cad0f4d2d6fe40050ba8d63b4fd719804da4521ab208630f35926eb342
|
data/Lanes/CommonFastfile
CHANGED
@@ -38,8 +38,14 @@ platform :ios do
|
|
38
38
|
increment_and_push()
|
39
39
|
|
40
40
|
team_id = CredentialsManager::AppfileConfig.try_fetch_value(:team_id)
|
41
|
+
|
42
|
+
if ENV["ET_USE_PROJECT"] == "true"
|
43
|
+
ENV["GYM_PROJECT"] = "#{project_name}.xcodeproj"
|
44
|
+
else
|
45
|
+
ENV["GYM_WORKSPACE"] = "#{project_name}.xcworkspace"
|
46
|
+
end
|
47
|
+
cocoapods
|
41
48
|
build_app(
|
42
|
-
workspace: "#{project_name}.xcworkspace",
|
43
49
|
export_xcargs: "PROVISIONING_PROFILE_SPECIFIER='#{provisioning_profile}' DEVELOPMENT_TEAM='#{team_id}' CODE_SIGN_STYLE='Manual'",
|
44
50
|
scheme: project_name,
|
45
51
|
output_directory: build_folder,
|
data/Lanes/actions/lokalise.rb
CHANGED
@@ -34,6 +34,8 @@ module Fastlane
|
|
34
34
|
request['Content-Type'] = 'application/json'
|
35
35
|
http = Net::HTTP.new(uri.host, uri.port)
|
36
36
|
http.use_ssl = true
|
37
|
+
http.open_timeout = 300
|
38
|
+
http.read_timeout = 300
|
37
39
|
response = http.request(request)
|
38
40
|
|
39
41
|
jsonResponse = JSON.parse(response.body)
|
metadata
CHANGED
@@ -1,19 +1,19 @@
|
|
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.62
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- teanet
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'Xcode helper for upload builds and metadata
|
14
14
|
|
15
|
-
|
16
|
-
email:
|
15
|
+
'
|
16
|
+
email:
|
17
17
|
executables: []
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
@@ -50,7 +50,7 @@ homepage: https://github.com/teanet/ETLane
|
|
50
50
|
licenses:
|
51
51
|
- MIT
|
52
52
|
metadata: {}
|
53
|
-
post_install_message:
|
53
|
+
post_install_message:
|
54
54
|
rdoc_options: []
|
55
55
|
require_paths:
|
56
56
|
- lib
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
68
|
rubygems_version: 3.0.1
|
69
|
-
signing_key:
|
69
|
+
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: A short description of ETLane.
|
72
72
|
test_files: []
|