cocoapods-ppbuild 1.0.0 → 1.0.1

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: 231833d75f5a03801907494182800a0f3e3cbeba1706c4317b0c6574ded2245c
4
- data.tar.gz: a0396c24d329fa72fb4ff504884ceb2d57db21780fc82e6c5bde9fb714842ecf
3
+ metadata.gz: a4d8400efa95565f34739f086c1c7a65b260f5b34df388e03633d8f5a2216c63
4
+ data.tar.gz: 740423aaa87dee1df082830b910469fb77b2af8b8ff1f294a6c2ff52559b0375
5
5
  SHA512:
6
- metadata.gz: 7e47d544f99c690e320808859dbf9669dbd2346ff8592dced553e4d5bb3829f69986315da4c81bf383b34cda28c6de9f75a048b8170040f01906523d5e4e9761
7
- data.tar.gz: f991800a994b002b43d6fb0e3e80fb34fc525303895ff61d3b95cab5f01f9a7e0568187f87bd909cd6827b0ed8f0069b2f03ff5a0a06e3bc2ef7f2f9b326d82e
6
+ metadata.gz: 6e16e6f0a08d29705ff44917b46d449199f7a8cb0dcbfe2fc660019828e9cad7bc3981a9dd6513e18f016b195f4c49f8a417d55ebac99c0ff6d369abef10cf7e
7
+ data.tar.gz: 4109f534f1848b4147e94aa03406f5e9a8e1ec2395c8210cbcd2f62a1b3c42c0da9d5dca047a7b097057f97451bd8a8424ec65204e6d54c64ed0bec5c0a43731
@@ -120,6 +120,7 @@ module Pod
120
120
  end
121
121
 
122
122
  output_path = sandbox.framework_folder_path_for_target_name(target.name)
123
+ output_path.rmtree if output_path.exist?
123
124
  output_path.mkpath unless output_path.exist?
124
125
  Pod::Prebuild.build(sandbox_path, target, output_path, bitcode_enabled, Podfile::DSL.custom_build_options, Podfile::DSL.custom_build_options_simulator)
125
126
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPpbuild
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-ppbuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 彭懂
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-30 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler