fastlane-plugin-zhuixi_build_app 1.1.2 → 1.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e3fe37986cea3db21d837cbbced18302445cbf6bb8d933e0adb383e8b367ff9
4
- data.tar.gz: 05f5fb6e618479bddf5d0c538ea961cc8f62fc1758d88498f19c9072e9d1ea9f
3
+ metadata.gz: d9b37427eab1d2d36a6f86263f058e81ca0f3fa1b95219f48fb851a0317e7fbf
4
+ data.tar.gz: 66ae5721860b011da1f55c20298aa3e5e22a36d5c60e16f52dbd12cebd93f869
5
5
  SHA512:
6
- metadata.gz: b1a21646728ce3cbbc25db8a8916a1be325bcd3d16de6acdf1b7af2c4af05f1847264c7e8f70e4b11501bfdad7ae377c7f16428164c351ac7f9e0a31fad9d4b0
7
- data.tar.gz: 30fb6f81a1c1c26219a3ce3cca9e0445cceea156dc299d894612cfa31a55e30880266158d31f92f7312495358344a31f14ab22ae77d658abe2565b8b485e1e9e
6
+ metadata.gz: 9c468cdcebd8a76d97cfb7acfee003ffd2f11cd8a99519689bcea77de610c8e216a36c20d7d3e36a117d5cfd2abbc60ba12507faf59eeab3039f58cb19a42d0a
7
+ data.tar.gz: 2a2cf81712df0b26ea92f758828566c69814068b5e0d8e2abee36ce5bcdddff098404f86e0fe33905b0c14816434bf5834d582406548613c8686e6180eb99f71
@@ -12,7 +12,6 @@ module Fastlane
12
12
  channel_resources_folder = File.join(lane_context[:zhuixi_path], "resources")
13
13
  filepath = File.join(channel_resources_folder, "ConfigInfo.plist")
14
14
  if File.exist?(lane_context[:zhuixi_path].to_s)
15
- return
16
15
  FileUtils.rm_rf(lane_context[:zhuixi_path])
17
16
  # if get_info_plist_value(path: filepath, key: "channelVersion")
18
17
  # end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module ZhuixiBuildApp
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-zhuixi_build_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - RedSevenMale