cocoapods-catalyst-support 0.1.2 → 0.1.3

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: d24bad78aba13983b06496e6ec0722803427d82c285232d614241411813a5480
4
- data.tar.gz: 7d2c06169cff54b0d83023afaa37b30a6b6ab3c96df58e4211820b784baf5eea
3
+ metadata.gz: a1f833764d39773ee4e3e3b5be81215835fc8a3501cfd0f5000972dfd08afabc
4
+ data.tar.gz: 7f822e9e33d5235bfdb455bfdb6e1f7e524d41a804c018621da5effcf2f99fa2
5
5
  SHA512:
6
- metadata.gz: 07f7d8eb27b4815f99408744ab500bef4f42d5ac4c967ff1a4a3026214c5a379cda4e24e440850790f02a10094e46be6704c1b258be4fd83fd63436c431a9dbd
7
- data.tar.gz: '08ddd9ef1734036a728c5aa5739ad42b008ddb18f6a0377970fc7c57516a4c36a95180d85b75f269c9b98f4cb0c93de408b6d9fa00b4eb07843358526a385fbb'
6
+ metadata.gz: 6d006b28d1b79487861758c2b8ad660cc8b8b3b0e9b08b21568bff67c1579971d3711ebc490ab6e14c8c2bdcfab164c11de9c44e9ce9c3e30ebbcc6dad463c2e
7
+ data.tar.gz: 49b0a82aaa39d7ee89285e467e26848fb11f57f48ac32bb8e5d03b9354c5ffc553dd47d0dcdd0edb4cd3c2374aa2a9d5a18fdd9d2c077e2874975e5c07792536
@@ -1,3 +1,3 @@
1
1
  module CocoapodsCatalystSupport
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -44,7 +44,7 @@ module Xcodeproj::Project::Object
44
44
  new_snippet = snippet.clone
45
45
  should_uninstall = configurations.map do |string| snippet.include? string end.reduce(false) do |total, condition| total = total || condition end
46
46
  keys.each do |key|
47
- lines_to_replace = snippet.filter_lines do |line| line.include? "#{key}" end.to_set.to_a
47
+ lines_to_replace = snippet.filter_lines do |line| line.match "\/#{key}" end.to_set.to_a
48
48
  unless lines_to_replace.empty?
49
49
  changed = true
50
50
  lines_to_replace.each do |line|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-catalyst-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - fermoya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-02 00:00:00.000000000 Z
11
+ date: 2021-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2