ETLane 0.1.61 → 0.1.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Lanes/CommonFastfile +7 -7
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8008c2fc2cedd443375f9dd7aeb9309b1b2412d512ab2765a6e2c86498a6613b
4
- data.tar.gz: 60cd551f12fe5d47c95f0719904bbd63589825df27c7b8ca5b935248ab44ecc1
3
+ metadata.gz: c21118b330fea052e2405589b0480be667a243cd547b7ad437c3218e2b1f9e5d
4
+ data.tar.gz: 3e038495782aa85043807a229169544abf2bb9e36d43d01e9622378f12d6ddf6
5
5
  SHA512:
6
- metadata.gz: e21f65faa577fb9727137196b8345efcad7c79551663ebb6da60e0895d39062e45a81b18ff52dbe1e6e9f8cc63693c798ac1690072861ae6d07456fb20f17111
7
- data.tar.gz: d15941e586acbebc1605764842ccb591f5c4ed1b010e1806f857e43d26105fc77f585162b59e62983456456a7a4843079c0efd1c1b6bc47db1286af2435a2f75
6
+ metadata.gz: 52a326d487305580123d0eb57ca10a158ddc7f9666f23318f1d1ca21fa478f609bdcec6527cfef1ce4e9716d2a105390cb9e94552932351e504daeda7bac8dfd
7
+ data.tar.gz: 16191a465fe2d91ebdb3659b1d72d44688db8487fd03933e8940fc39ee9a8d44e00c9ed29f31c678f00c61a027d15cb57ebe683cb5bc1ef9d28b107a13a82562
data/Lanes/CommonFastfile CHANGED
@@ -18,6 +18,13 @@ platform :ios do
18
18
  provisioning_profile = "AppStore_#{product_bundle_identifier}"
19
19
  username = options[:username]
20
20
 
21
+ if ENV["ET_USE_PROJECT"] == "true"
22
+ ENV["GYM_PROJECT"] = "#{project_name}.xcodeproj"
23
+ else
24
+ ENV["GYM_WORKSPACE"] = "#{project_name}.xcworkspace"
25
+ cocoapods(repo_update: true)
26
+ end
27
+
21
28
  get_certificates(output_path: build_folder, username: username)
22
29
  profile_uuid = get_provisioning_profile(output_path: build_folder, username: username, app_identifier: product_bundle_identifier)
23
30
  provisioningProfiles = Hash.new
@@ -38,13 +45,6 @@ platform :ios do
38
45
  increment_and_push()
39
46
 
40
47
  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
-
48
48
  build_app(
49
49
  export_xcargs: "PROVISIONING_PROFILE_SPECIFIER='#{provisioning_profile}' DEVELOPMENT_TEAM='#{team_id}' CODE_SIGN_STYLE='Manual'",
50
50
  scheme: project_name,
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.61
4
+ version: 0.1.64
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-05-10 00:00:00.000000000 Z
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: []