cocoapods-aqarahome 0.0.5 → 0.0.7

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: bb8900ea069f14225478f61cab575324a5d592ec2b3f888e6003fd43bbc38ef2
4
- data.tar.gz: 7f59b70aa2f85787b1a48b674a6ed72577c8667aa8bf7e5f7781a9d8a07f2f09
3
+ metadata.gz: 81f9944f32bb48c871a172a5f889e8f3dd492f2cf32349b08afdaaea989df995
4
+ data.tar.gz: c9a244cf787b1907b79fb341705c7147bb6e83f4a6f16d3272a4d3eee629f7ab
5
5
  SHA512:
6
- metadata.gz: e8eb1ead2926e892adb500279a310b58b3807bca2af6f6243decb2cfadf110b12306722210274db4eaf476996cb29df24f6538361e155a0fb92ea35c5b60d74c
7
- data.tar.gz: 2d7ba960dfb51bc79c6b099bcf383f1c6b718fbf35f94f621bcf8acb1c3f0d29ce1aa13849bbef77de41428d462b256be782c65c1fb7a702380614a1c9d04ede
6
+ metadata.gz: 914d28a91cbee661904735f408656c72d3a3039e2cc299a1f8d282792c854e24337a7c5f917a4f950e2b8bdadda295ddc71879d143a46510664cc0285ca3735d
7
+ data.tar.gz: 492ff9a16e86b93848ee265317dd230f6b99809f97b1f6e0b050f1c08613b1b541f467c5d1b52b21fc3c6f39858362567a89fbf26898de3e1d18e27117433e3e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-aqarahome (0.0.5)
4
+ cocoapods-aqarahome (0.0.7)
5
5
  claide (>= 1.0.2, < 2.0)
6
6
 
7
7
  GEM
@@ -49,6 +49,31 @@ module Pod
49
49
  config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
50
50
  end
51
51
  end
52
+ if target.name == "Pods-AqaraHome"
53
+ puts "Updating #{target.name} OTHER_LDFLAGS To fit Xcode15.0.1+"
54
+ target.build_configurations.each do |config|
55
+ xcconfig_path = config.base_configuration_reference.real_path
56
+
57
+ # read from xcconfig to build_settings dictionary
58
+ build_settings = Hash[*File.read(xcconfig_path).lines.map{|x| x.split(/\s*=\s*/, 2)}.flatten]
59
+
60
+ File.open(xcconfig_path,'r+'){|f|
61
+ f.each_line{|l|
62
+ s=""
63
+ if l.include?('iconv.2.4.0')
64
+ len = l.length
65
+ s+=l.gsub!("iconv.2.4.0", "iconv.2")
66
+ #seek back to the beginning of the line.
67
+ f.seek(-len, IO::SEEK_CUR)
68
+ #overwrite line with spaces and add a newline char
69
+ f.write(s * 1)
70
+ f.write(' ' * (len - l.length - 1))
71
+ break
72
+ end
73
+ }
74
+ }
75
+ end
76
+ end
52
77
  end
53
78
  end
54
79
  end
@@ -1,3 +1,3 @@
1
1
  module CocoapodsAqarahome
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.7"
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.5
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhaoxifan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2024-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler