lhj-tools 0.2.11 → 0.2.12

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: 9253ea846b7f3ff4991cac003353d32c99ffa7f0f23051e9a68850153e285878
4
- data.tar.gz: 9e4c8a54b6846cdeb70b34e5875eb28b8c24292210650df8dc27d3ea1d10042a
3
+ metadata.gz: 052fc9182b82f2f6595458752a58cbf368d4ecad37c40300e6b837b5d257aa8d
4
+ data.tar.gz: 5e5110997bc75ab7612047d54d3828e6190cbfc666f700bf2c399c0f2ecb4819
5
5
  SHA512:
6
- metadata.gz: dfdd618f072fe2e42ea7e737146aa7b897badc51380a3101ed5e2c121eee076ac6ca6c29049119306fbf5b5ff3571bf33ea2cc2060f8b93feb2339638ba15b03
7
- data.tar.gz: a9d3c9e70f2c2a2edc6edf8eb82280d48a4e5199946af834b3031dff0098077bafce7f61254f637b38b2b4040ca8e93cdb7616ac4950742a1a6244bc5224a6f3
6
+ metadata.gz: 52b51878b4c58abbc55c3a8a991d1a8b75c42e92b49ef3af3828c03478b890e9fac6a102421b9fc2b8bdb694fb1bb788070147c774be376e670eb9c0a39acfb9
7
+ data.tar.gz: d92a4ff5ce3f8eb74c9fdf79da7faa43f5c7a3f0ccae11d93032eb69efdf0338aabf44768457afc25c599466f704fa9170c9c1a99dbaac834739ab7dac75f2e1
@@ -9,10 +9,8 @@ module Lhj
9
9
  file = File.join(Lhj::Config.instance.home_dir, BUGLY_JAR)
10
10
  Lhj::OSS::Helper.instance.down_load("bugly/#{BUGLY_JAR}", file) unless File.exist?(file)
11
11
 
12
- Dir.chdir(input_symbol) do
13
- zip_path = Dir['*.app.dSYM.zip'].first
14
- Action.sh("unzip -qo '#{zip_path}' -d dsym") if zip_path
15
- end
12
+ # zip_path = Dir['*.app.dSYM.zip'].first
13
+ # Action.sh("unzip -qo '#{zip_path}' -d dsym") if zip_path
16
14
 
17
15
  command = %w[java -jar]
18
16
  command << "#{Lhj::Config.instance.home_dir}/#{BUGLY_JAR}"
@@ -23,7 +21,7 @@ module Lhj
23
21
  command << '-platform IOS'
24
22
  command << "-inputSymbol #{input_symbol}"
25
23
  # puts command.join(' ')
26
- Actions.sh(command.join(' '), log: false)
24
+ Actions.sh(command.join(' '), log: true)
27
25
  end
28
26
 
29
27
  end
data/lib/lhj/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lhj
4
- VERSION = '0.2.11'
4
+ VERSION = '0.2.12'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhj-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj