cocoapods-binary-artifactory-cache 0.0.10 → 0.0.12

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: c12bbf1aecbd6d521d9fbc5f82880f3ec1bf444941be7efb80ce5413876406b2
4
- data.tar.gz: b70ea2cc5ff5470ff43a32de75dd95e202f1357d4a6984bec5b7d87c909058ea
3
+ metadata.gz: 42ed7befd74c7b8a6476d1991cd43f6820423be9e9eb1eee833bc81e5e552430
4
+ data.tar.gz: 78769f4919e4f12bfbc242143112a0789dbc6af7877d4167599ffd1f9b1b2cf4
5
5
  SHA512:
6
- metadata.gz: b192f3bc274671ac13b52d61261536550330619c8b53a6468d531200bd5499255a8bbeaee170da1afc88a3a6682e10cd091935a92365430c43e25ea93de7ac39
7
- data.tar.gz: 7f37cbfe15a4b5c77e306e18b917cb39f43a4e3816f91a40b49a45a2dfa718d16214ec1d2f9ad31aca3fd46232e9c286d4be25cba9dbe1807339143f65edec97
6
+ metadata.gz: 1554ba2b5f40b672e9bf65e1ba1b8843b2df279215ff814bf9a857958e57c1bda914be6f679831435052c8d963de9cffa6ecdf16a826d40db59b6429e4905fe6
7
+ data.tar.gz: 97e647ad6316a599216dadb7e3515d89feeda9acb8f5e20a7175cefec1910226af13e3f3ce7beee7d1ae8edcb30b768c508213606581235e1a345312df5bca69
@@ -144,6 +144,7 @@ module Pod
144
144
  global_source_files = [spec.attributes_hash["source_files"]] if spec.attributes_hash["source_files"].is_a? String
145
145
 
146
146
  spec.attributes_hash["source_files"] = []
147
+ spec.attributes_hash["public_header_files"] = []
147
148
  spec.attributes_hash["preserve_paths"] = global_preserve_paths + global_source_files
148
149
  platforms.each do |platform|
149
150
  next unless !spec.attributes_hash[platform].nil?
@@ -155,6 +156,7 @@ module Pod
155
156
  local_source_files = [spec.attributes_hash[platform]["source_files"]] if spec.attributes_hash[platform]["source_files"].is_a? String
156
157
  spec.attributes_hash[platform]["preserve_paths"] = local_preserve_paths + local_source_files + global_source_files + global_preserve_paths
157
158
  spec.attributes_hash[platform]["source_files"] = []
159
+ spec.attributes_hash[platform]["public_header_files"] = []
158
160
  end
159
161
  end
160
162
 
@@ -30,7 +30,7 @@ module PodPrebuild
30
30
  collect_output(target, Dir[target_products_dir_of(target, sdks[0]) + "/*"])
31
31
  end
32
32
  end
33
- fix_swiftinterface_files(targets)
33
+ # fix_swiftinterface_files(targets)
34
34
  end
35
35
 
36
36
  private
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-binary-artifactory-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Antropov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-30 00:00:00.000000000 Z
11
+ date: 2022-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods