cocoapods-hmap-prebuilt 0.0.3 → 0.0.4

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: 723e044d815f6fad29a5df76f527a938d172da2c530f0a1af71fa8af0e1b5e69
4
- data.tar.gz: 81e969600276c30f6d23345ee3aa228b147756461268d81b4dbaf69d4f2f6c02
3
+ metadata.gz: d5b9e2273c9a41c3d7d56211f1571629d9c63708ae26355f2e72e88e8d587e9f
4
+ data.tar.gz: 355cd33f067bdbde3352e02c383a7d0af592affa3a8a56b20d659400c805175e
5
5
  SHA512:
6
- metadata.gz: fe850c4aacb92d776ac2deb632206a057a134cc53b05c1551552b9ad903e80cb7265e1a96fdf50985014e51cd54cdf8affd5130f7b061ffbca7a7df3b2d6ed0c
7
- data.tar.gz: c27233d8032b87602afa6c94f4e9b49b55032ccbdceab090f3c776d000faddeb728867a61f5d7dc98547ca88a952114900c35f072b500cd05c0338f767eeca5e
6
+ metadata.gz: b589b8cca0e612543344468054d5ed3271d2b349134e8a965fc2bef6387b5f7781423a9c4e29e3c02002b89c0ea1b05ee65280e8202063a52038b90ba5b9952e
7
+ data.tar.gz: 2cb10dfe6b16e2940624dd34010911a5180c54b718e70259d1ab4dc432c89538c980f9bb0fa3dad84f25315ab15e52f1a7e88bdee136cd03acbdd7158e1d0328
@@ -1,3 +1,3 @@
1
1
  module CocoapodsHmapPrebuilt
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -17,9 +17,9 @@ module HMap
17
17
  def gen_hmapfile(aggregate_targets, hmap_dir)
18
18
  aggregate_targets.each do |aggregate_target|
19
19
  pods_hmap = HMap::HMapConstructor.new
20
- puts "- hanlding headers of aggregate target :#{aggregate_target.name}".green
20
+ puts "- generate hmapfile of aggregate target :#{aggregate_target.name}".green
21
21
  aggregate_target.pod_targets.each do |target|
22
- puts "- hanlding headers of target :#{target.name}".yellow
22
+ puts "- generate hmapfile of pod target :#{target.name}".yellow
23
23
  public_header_mapping = target.public_header_mappings_by_file_accessor
24
24
  pods_hmap.add_hmap_with_header_mapping(public_header_mapping, target.name)
25
25
 
@@ -38,7 +38,7 @@ module HMap
38
38
  target.reset_header_search_with_relative_hmap_path(relative_hmap_path)
39
39
  end
40
40
  else
41
- puts "- skip handling headers of target :#{target.name}"
41
+ puts "- skip generate hmapfile of target :#{target.name}"
42
42
  end
43
43
  end
44
44
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-hmap-prebuilt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - EricLou