ETLane 0.1.60 → 0.1.61
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
- 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: 8008c2fc2cedd443375f9dd7aeb9309b1b2412d512ab2765a6e2c86498a6613b
|
4
|
+
data.tar.gz: 60cd551f12fe5d47c95f0719904bbd63589825df27c7b8ca5b935248ab44ecc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e21f65faa577fb9727137196b8345efcad7c79551663ebb6da60e0895d39062e45a81b18ff52dbe1e6e9f8cc63693c798ac1690072861ae6d07456fb20f17111
|
7
|
+
data.tar.gz: d15941e586acbebc1605764842ccb591f5c4ed1b010e1806f857e43d26105fc77f585162b59e62983456456a7a4843079c0efd1c1b6bc47db1286af2435a2f75
|
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
|
+
|
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,
|
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.61
|
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-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'Xcode helper for upload builds and metadata
|
14
14
|
|