cocoapods-aqarahome 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b964dde12acf823670651f30eb28914afb0bbb40c28715f6dae2b2809da1653
4
- data.tar.gz: ee731581fcafcce27bd43edadd694bc084f057d47ff8eba88f48ea53ece44bf1
3
+ metadata.gz: 5e90fe4adbedf4e25a6df012ccd072f76c3bf02eccf7e238dfc6d489845501f7
4
+ data.tar.gz: 691355cd0ec6ca8606c28ef0b192bef3a43f3c065e728acbe7fa8e714fae0b9b
5
5
  SHA512:
6
- metadata.gz: 5e2b7d3abd112aa37698d5c3d3d74250d0caa168b6d285ad9124bb594593b7c0b2b19ecd45268cc4d1770993d0602059e46f8971ad632ed3bf6b825772655d17
7
- data.tar.gz: e668337581dbd48675287f12a03f38247d5a0899d4d3b01202fcfdd7c200576eaaea92311bb0b3153201cc288866555779abd742d28059f25a50ce2f4527e88e
6
+ metadata.gz: f84ffc810111f264e67951e598bc55d12d2fd78d296c2f3002c642637bf465cc9314409a8e94be9777bca68a70adb6cccfd2edd54cb4d06b42aef864be6e453d
7
+ data.tar.gz: d031e883823ff63c9429f94de302599b26045339039622019eb6e5ad9ca2f54088f33c778237dbc059c35793d1a7b8f3509557ca407f9dac1fca4d9d9f2eb73c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-aqarahome (0.0.6)
4
+ cocoapods-aqarahome (0.0.8)
5
5
  claide (>= 1.0.2, < 2.0)
6
6
 
7
7
  GEM
@@ -50,7 +50,7 @@ module Pod
50
50
  end
51
51
  end
52
52
  if target.name == "Pods-AqaraHome"
53
- puts "Updating #{target.name} OTHER_LDFLAGS To fit Xcode15"
53
+ puts "Updating #{target.name} OTHER_LDFLAGS To fit Xcode15.0.1+"
54
54
  target.build_configurations.each do |config|
55
55
  xcconfig_path = config.base_configuration_reference.real_path
56
56
 
@@ -61,11 +61,13 @@ module Pod
61
61
  f.each_line{|l|
62
62
  s=""
63
63
  if l.include?('iconv.2.4.0')
64
+ len = l.length
64
65
  s+=l.gsub!("iconv.2.4.0", "iconv.2")
65
66
  #seek back to the beginning of the line.
66
- f.seek(-l.length, IO::SEEK_CUR)
67
+ f.seek(-len, IO::SEEK_CUR)
67
68
  #overwrite line with spaces and add a newline char
68
69
  f.write(s * 1)
70
+ f.write(' ' * (len - l.length - 1))
69
71
  break
70
72
  end
71
73
  }
@@ -87,7 +89,7 @@ module Pod
87
89
  subPath = Config.instance.podfile_path.parent.parent + entry
88
90
  if File::directory?(subPath)
89
91
  pods.each do |pod|
90
- next unless File::exists?("#{subPath}/#{pod}.podspec")
92
+ next unless File::exist?("#{subPath}/#{pod}.podspec")
91
93
  puts "正在拉取" + "#{pod}".green + "仓库代码..."
92
94
  system "cd #{subPath};git pull"
93
95
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsAqarahome
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-aqarahome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhaoxifan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-05 00:00:00.000000000 Z
11
+ date: 2024-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler