ETLane 0.1.60 → 0.1.63

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Lanes/CommonFastfile +7 -1
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1792becf8ec8aec1ba01ea9149bd9be3bcd76e011b5b0eff0b2ea653f8fb9af5
4
- data.tar.gz: 534082c0cc0d99cab3eedca4be6f98ea36d724b1abfd885702771fde093df936
3
+ metadata.gz: 7e278fb7812c0c4aa7bea9bc171014f4b98d5f30df3cc48f46c7baa9e44eb0ea
4
+ data.tar.gz: f11db91efb3b7bcab76dd96ac5d993abd460198d7fca06f545355b03108d183a
5
5
  SHA512:
6
- metadata.gz: 90a0163d623358e2375912a825fcec73a729b634f44f9d457e4b3e1a0455f5157fadb5d85f680c920b4d9371cd34f3509193b71dc3da441e21cd522772d99b6d
7
- data.tar.gz: c88d0399de9c2527d93b6afcccbfbe741ce001662fccff71fe6dcd0c4b510c709165773b956c3facc04e806201be1bb4f72ca8adfda40dfab2cb20ac03fe1db2
6
+ metadata.gz: 37be473a34e3d4d8c6c2a8c63eeee5d2ac2f6808d385e64c1ce7ea24c8bf31e47befd98dd65b8b81a0c2283ea21a1020a04966e05112a3d15db4d8a85dae49ca
7
+ data.tar.gz: 47c4f73a91bce897e60a8844bff22eb7882f32ac07d4194bf7350be4978f2f4bd8f4cb91d9cfeae8470ab378975010980e0dc8d1e008b532f4b9507260a35a74
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
+ end
26
+ cocoapods
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
@@ -39,7 +46,6 @@ platform :ios do
39
46
 
40
47
  team_id = CredentialsManager::AppfileConfig.try_fetch_value(:team_id)
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,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ETLane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.60
4
+ version: 0.1.63
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-04-22 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: []