cocoapods-link-filelist 1.0.2 → 1.0.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: a4e700e92055c2eff94dd2a7a9fe63f18856ccf88a07df38d4c673f76403ee93
4
- data.tar.gz: e2a7152ddd5db955630fddb36c463740cb653dea3b219f49c72504edeabe649a
3
+ metadata.gz: 8d0237ba577193cf610e73dc06cd169a504e95d7d57e552f189f8af8ca4845d4
4
+ data.tar.gz: 1a520e798783d0a561f0347305776ab743bbbf6f226e2afd6339b87cb025be06
5
5
  SHA512:
6
- metadata.gz: 340623b6b28ab5332fe28b6749250f9a55c6ff3f4daca3f69264e5e8955a1bf023b1839fedd54461d2e95baf20fbabb2fb178a30c04888bbd6eda0b993b5415f
7
- data.tar.gz: 244e3231c4491f0cca588a16f2e7678038d178ae6f503f6faeff0b9c9f4fc6f05af038d7178518fef4119b0073ab3d984bd73d3b36cc961e6a3f6e9b5b08f3b3
6
+ metadata.gz: f61ba7fadf2465aba3201678eee9f4d2a74b4be4c7c4c888b67fe0c106e61ede514053d7f11ffb6ed4d46778b7b24c5dc62b73959fa6e1a96f21ea3a98fd03e4
7
+ data.tar.gz: a8022f7641efc0ae819489c084de0bf9ad11305a92e6b341daad58b40a1f4687f45ac2e06dd371b25b3d4d9a2ab72e0bf18b219b6e8ba081f22667e1228ffbc1
@@ -62,6 +62,7 @@ module Pod
62
62
 
63
63
  base_file_path = "#{target.name}.#{@configuration_name.to_s.downcase}"
64
64
  xcconfig_dir = File.expand_path("Target Support Files/#{target.name}", self.target.sandbox.root.to_s)
65
+ Dir.mkdir(xcconfig_dir) unless Dir.exist?(xcconfig_dir)
65
66
 
66
67
  vendored_file_path = File.expand_path("#{base_file_path}.vendored.filelist", xcconfig_dir)
67
68
  vendored_files = []
@@ -79,7 +80,7 @@ module Pod
79
80
  end
80
81
 
81
82
  libraries.each do |library_name|
82
- next if library_name == "stdc++"
83
+ next if library_name == "stdc++" # libstdc++.dylib
83
84
  library_path = vendored_paths[library_name]
84
85
  if library_path
85
86
  vendored_files << library_path
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-link-filelist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - shyang