cocoapods-binary-artifactory-cache 0.0.7 → 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: 36950b359fd58cf20b6961d93dbeaf5e35e2f77bd2a6c7a70becb43fde143b72
4
- data.tar.gz: c662bf7cc890f0cf1714a6c7ebddb452f599ee949290b5f87c2a87dfd5d1ca9a
3
+ metadata.gz: 309ba07d64e0cc7251aafff9b3dfa105b69133395a2b182281446aff7b7f1733
4
+ data.tar.gz: ba40e92ddf8d7d0c0a5458bb4e43b7b613b07c673c5d255dfd1604712fb4dcde
5
5
  SHA512:
6
- metadata.gz: 87e0388dc105be402cfa7e14c668322874b0acd63063db6f39d7c7f2ef10621730da0b80f58ffe91133e95403678aaddad0e4695a2b05ae5e14b309413128245
7
- data.tar.gz: eaa69f3edd8eebcce84bd92f2fda7547d7c1b3f041994f9a9a5e7fcf91fcf349e650d25622cc995b36e3f4a8c08fbb4299de7229e8bb5981959f38d707fc4881
6
+ metadata.gz: c2c2265d23530c2448b3cbc6b6a44a83a1f91a0a5544feca9c6a6532e6c6b29bd190770d9ef3da34155c54038077eafeb887ff8c0847fd96b7a4b8d4c2df2f0c
7
+ data.tar.gz: 50886e06eec27b830fbc88f05e2201833937b4bf450a5bb953378ba98645c6b40e42ea97805e3f153ad204bcc2155ef9e35b562050c73f214fa42724d822c146
@@ -140,7 +140,7 @@ module PodPrebuild
140
140
  end
141
141
  #remove dublication name in other frameworks
142
142
  allDirTargets = Dir["#{@options[:output_path]}/*"].map { |x| x.gsub("#{@options[:output_path]}/", "") }
143
- replaceString = allDirTargets.map { |x| x.product_module_name }.uniq().map{ |x| x.gsub('/', '\/')}.map{|x| "-e 's/#{x}\\.#{x}/#{x}/g'"}.join(' ')
143
+ replaceString = allDirTargets.uniq().map{ |x| x.gsub('/', '\/')}.map{|x| "-e 's/#{x}\\.#{x}/#{x}/g'"}.join(' ')
144
144
  Pod::UI.puts_indented "$ find #{@options[:output_path]} -name '*.swiftinterface' -exec sed -i -e #{replaceString} {} \\\;"
145
145
  `find #{@options[:output_path]} -name '*.swiftinterface' -exec sed -i -e #{replaceString} {} \\\;`
146
146
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-artifactory-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Antropov