cocoapods-packager-ext 0.0.33 → 0.0.34

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: 666bf99ad7bef68dce559b4102ba7eba97699de43128cad3283feb706ee0b165
4
- data.tar.gz: 4cdd6ef5bb2f576c038b13a320f288b7e11a08052267c50685d0b06ae9240315
3
+ metadata.gz: 1c90b7fdb68ad58b455f67d03ec4d22b67653a76491a4cf3c221a2ef18f3a9fe
4
+ data.tar.gz: 06b2ade59b1efe45f6b1e33b4171c45891e848b55a3ec3c0da39f7a159a77985
5
5
  SHA512:
6
- metadata.gz: 5ac87c3210c7d6af667263b113ca9d74d09e2a929131906ddb7851921016f72a5b4de76a022a420fd544dfe1842a936ebfc1dd7146ab10d173fb08484bb67893
7
- data.tar.gz: 57a875b65878a040c97f8042d1703d01db2ae50dc8cbf7a62066d173b8bc8f43fe63c6f92b9ec4e856791e6030c8e67b0b014de9a189e91497670b3177d84d48
6
+ metadata.gz: 32691adb42d4ba2b51ea8e97b2e3af6bf4598cd94991ddef156943b203046f551a911320f1b5ac5e92975d0caaddb048fef57b0a6a4d054daad86f76ba4ab0e6
7
+ data.tar.gz: 63dbddb0fb40586560ad751b65eddc1314b62a701f319d1bcb7ea0b173a0351c2f3df00b32cf8edee52fb1f1f5220f09144f6e029c4501fc73b6ee3124acac49
@@ -132,6 +132,7 @@ RB
132
132
  if(sub =~ /-dummy.m$/)
133
133
  File.open("#{path}/#{sub}",'w')do |file|
134
134
  file.write('')
135
+ UI.message " - clean dummy file:#{sub}"
135
136
  end
136
137
  end
137
138
  end
@@ -150,9 +151,11 @@ RB
150
151
  end
151
152
 
152
153
  if (ENV['ENABLE_CLEAN_DUMMY_FILE'] && (ENV['ENABLE_CLEAN_DUMMY_FILE'].upcase == 'YES' || ENV['ENABLE_CLEAN_DUMMY_FILE'].upcase == 'TRUE'))
153
- clean_dummy_files(static_sandbox.target_support_files_root)
154
- if @dynamic
155
- clean_dummy_files(dynamic_sandbox.target_support_files_root)
154
+ UI.title 'Clean Dummy Files' do
155
+ clean_dummy_files(static_sandbox.target_support_files_root)
156
+ if @dynamic
157
+ clean_dummy_files(dynamic_sandbox.target_support_files_root)
158
+ end
156
159
  end
157
160
  end
158
161
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPackagerExt
2
- VERSION = "0.0.33"
2
+ VERSION = "0.0.34"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-packager-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33
4
+ version: 0.0.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - kyle.zhou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-06 00:00:00.000000000 Z
11
+ date: 2021-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler