cocoapods-link-filelist 1.0.3 → 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: 8d0237ba577193cf610e73dc06cd169a504e95d7d57e552f189f8af8ca4845d4
4
- data.tar.gz: 1a520e798783d0a561f0347305776ab743bbbf6f226e2afd6339b87cb025be06
3
+ metadata.gz: 80aa8f3c8450ef40a1eee46baefb24ebef69bf363609ae860aa30db33b08d2a2
4
+ data.tar.gz: 76e46e660e5bd63a57bdbc445bd634b8037069694ada5aa33f49b7603ce9c062
5
5
  SHA512:
6
- metadata.gz: f61ba7fadf2465aba3201678eee9f4d2a74b4be4c7c4c888b67fe0c106e61ede514053d7f11ffb6ed4d46778b7b24c5dc62b73959fa6e1a96f21ea3a98fd03e4
7
- data.tar.gz: a8022f7641efc0ae819489c084de0bf9ad11305a92e6b341daad58b40a1f4687f45ac2e06dd371b25b3d4d9a2ab72e0bf18b219b6e8ba081f22667e1228ffbc1
6
+ metadata.gz: 57be3a58490d98634b16faad1772ebc5d3cecb1f9d8c12555fbf22a5eb9e526be0540d5a11ee9bfa9a8989c1c627048e2fba4142db73fdd48ce648f26fc76c6f
7
+ data.tar.gz: df4370f46630658bd1d8e52b8aa03163b79feb9d624fb355e78c24652ec865b05c64326a4be34e72977842b8a0e3d9f4e8bfb44a1c8c835bf0f4cd0c5f8d74a1
@@ -61,16 +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)
65
- Dir.mkdir(xcconfig_dir) unless Dir.exist?(xcconfig_dir)
64
+ base_dir = File.expand_path("Target Support Files", self.target.sandbox.root.to_s)
66
65
 
67
- 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)
68
67
  vendored_files = []
69
68
 
70
- 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)
71
70
  intermediates_files = []
72
71
 
73
- 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)
74
73
  system_files = []
75
74
 
76
75
  ld_flags = []
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.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - shyang