cocoapods-link-filelist 1.0.1 → 1.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: 92cf18ef391c7df06142c2147dd6716d32c26ef6683ebcb29e1f4237b790f28d
4
- data.tar.gz: 3ef7eea18e4d5f266022e5cd61e708d3ef46154592efe32d1d98ab43ae6e7e4d
3
+ metadata.gz: 80aa8f3c8450ef40a1eee46baefb24ebef69bf363609ae860aa30db33b08d2a2
4
+ data.tar.gz: 76e46e660e5bd63a57bdbc445bd634b8037069694ada5aa33f49b7603ce9c062
5
5
  SHA512:
6
- metadata.gz: 499f7776bfd166d434e12ccc841e141c35ca829c2b335e5a05024ce7569c502550bb19ed929e033c5359275c6da240c237af027022235843a77953a2ce86e0e5
7
- data.tar.gz: cd9bad8ac7222d64ca03309483f9e94b7542ae41c91d054f43812976250f65717bb8695c2613cdf9d1785fc638a16b3330299cf8b95c33e9e3ec36ef80b9c6c0
6
+ metadata.gz: 57be3a58490d98634b16faad1772ebc5d3cecb1f9d8c12555fbf22a5eb9e526be0540d5a11ee9bfa9a8989c1c627048e2fba4142db73fdd48ce648f26fc76c6f
7
+ data.tar.gz: df4370f46630658bd1d8e52b8aa03163b79feb9d624fb355e78c24652ec865b05c64326a4be34e72977842b8a0e3d9f4e8bfb44a1c8c835bf0f4cd0c5f8d74a1
@@ -61,15 +61,15 @@ module Pod
61
61
  end
62
62
 
63
63
  base_file_path = "#{target.name}.#{@configuration_name.to_s.downcase}"
64
- xcconfig_dir = File.expand_path("Target Support Files/#{target.name}", self.target.sandbox.root.to_s)
64
+ base_dir = File.expand_path("Target Support Files", self.target.sandbox.root.to_s)
65
65
 
66
- vendored_file_path = File.expand_path("#{base_file_path}.vendored.filelist", xcconfig_dir)
66
+ vendored_file_path = File.expand_path("#{base_file_path}.vendored.filelist", base_dir)
67
67
  vendored_files = []
68
68
 
69
- intermediates_file_path = File.expand_path("#{base_file_path}.intermediates.filelist", xcconfig_dir)
69
+ intermediates_file_path = File.expand_path("#{base_file_path}.intermediates.filelist", base_dir)
70
70
  intermediates_files = []
71
71
 
72
- system_file_path = File.expand_path("#{base_file_path}.system.filelist", xcconfig_dir)
72
+ system_file_path = File.expand_path("#{base_file_path}.system.filelist", base_dir)
73
73
  system_files = []
74
74
 
75
75
  ld_flags = []
@@ -79,6 +79,7 @@ module Pod
79
79
  end
80
80
 
81
81
  libraries.each do |library_name|
82
+ next if library_name == "stdc++" # libstdc++.dylib
82
83
  library_path = vendored_paths[library_name]
83
84
  if library_path
84
85
  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.1
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - shyang