cocoapods-rn-toolkit 0.0.7 → 0.0.9

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: a44846bb6da48d21607ffdaec2f88277fe67fefcd774d5969bd4e557d5b70057
4
- data.tar.gz: 86a38fc6bcb9dad10b8132092490afcb434c7b2efd1d7806043c3d940d2ba874
3
+ metadata.gz: a2ca85c40bb8b152ffac086032b5d9b4438a790b5a71d7755e74ee1406db1027
4
+ data.tar.gz: 7cdaea44f959dddfdef627cc063b5ea660898c23547b2a6eb1f1cda6280a3c69
5
5
  SHA512:
6
- metadata.gz: 7e22c53aff88bf2208b3debdbd21dd2a91a69f42a0a498e3534568732a20b9d9244891555190b1769892573455749d0f2384d9b3e799fd13f28519818dd68899
7
- data.tar.gz: 3b2f0c3036961da7929d5cf7c2123046fec067518c2795054680c8a69c39f2742d7fe876622130f4103d047bc3edfa67aba0098fadda4abff95388e80da72cac
6
+ metadata.gz: 7bfde6c973a692a2000a5173a6d9cde7f28273ab06892a58833cf4e8c5912320a35a1d3dd4d05441ee6501a4170df9f1e105a2249fd618a63634370098887248
7
+ data.tar.gz: ace773463c5ef16e5758f29aaced6b440cb9bce82f83d4ba0363cc486538189a61dd50d42cb8717bde52f5b8e8eacd0c0e02c7d7aa96f84c9ab2024a2c98db99
@@ -1,3 +1,3 @@
1
1
  module CocoapodsRnToolkit
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -1,15 +1,15 @@
1
1
  module CocoapodsRnToolkit
2
2
  module IOS17UIGraphics
3
3
  def self.apply(installer)
4
- installer.pod_targets.each do |pod_target|
5
- update_prefix_header(pod_target)
4
+ installer.pods_project.targets.each do |target|
5
+ update_prefix_header(target)
6
6
  end
7
7
  end
8
8
 
9
9
  private
10
10
 
11
- def self.update_prefix_header(pod_target)
12
- prefix_path = pod_target.prefix_header_path
11
+ def self.update_prefix_header(target)
12
+ prefix_path = target.prefix_header_path
13
13
  return unless File.exist?(prefix_path)
14
14
 
15
15
  content = File.read(prefix_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-rn-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nx