ETLane 0.1.43 → 0.1.44

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 +2 -6
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df552fc118e52cf6af8152f416754c4cf24a568229cf4b46909e27be82fecf95
4
- data.tar.gz: 552b7544b60260f25a78d7f61c777895bc5821c8a541321bc1a6a98a95e46f20
3
+ metadata.gz: 907c6a57950ddf96943e050fdea13118fec30a2db4ce1d7b9e9f7013c3f11944
4
+ data.tar.gz: 8ea8490468e0a324076e15fb0b356299ffc181cde5ba550f8a088b9c351420b8
5
5
  SHA512:
6
- metadata.gz: 611db6f1e99fad1c8f5d9bfcb1ab8bc7c05e9822af0fc62e567d09de0953a10523f32dd688f37062275f520ea3bfef9c56cbe49226bc4d903a77e28604f60ce9
7
- data.tar.gz: 03ba6b6a5a91d3602dff2fae7c004354001c1b3dc6f416c7b93f4373cdc36fd2a823785175e92095609dff65d8cfd14b1b2af00a2d77db97b917952b7e1138b3
6
+ metadata.gz: 59b302c1944211fbd57adb2356afb14df1370798b6e4c65f8c818be28f4d5888e4a6e69b12d8a41b914cdff7b6ddcbd7340a75b398511cf2d789390244a9ea44
7
+ data.tar.gz: 7d96277b6e3d7102786b9916bc7b4213e0c5cd02e5caddbe2b72397ec775f339fdbcb47239072b5e99f0e0b4e4a908bb1768a17ea08bf751ce0ade8e4d58e95e
data/Lanes/CommonFastfile CHANGED
@@ -10,7 +10,6 @@ platform :ios do
10
10
 
11
11
  build_folder = File.join(Dir.pwd, "..", "build")
12
12
  last_commit_path = File.join(Dir.pwd, "last_commit")
13
- scripts_dir = File.join(Dir.pwd, "../Pods/ETLane/Scripts")
14
13
 
15
14
  desc "Push a new beta build to TestFlight"
16
15
  lane :beta do |options|
@@ -120,11 +119,8 @@ platform :ios do
120
119
  if download_screenshots
121
120
  FileUtils.rm_rf(screenshots_path)
122
121
  end
123
-
124
- cocoapods(
125
- try_repo_update_on_error: true,
126
- use_bundle_exec: true,
127
- )
122
+ lane_path = %x( bundle info ETLane --path )
123
+ scripts_dir = File.join(lane_path.strip, "Scripts")
128
124
 
129
125
  Dir.chdir(scripts_dir) do
130
126
  sh(
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ETLane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.43
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - teanet