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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c90b7fdb68ad58b455f67d03ec4d22b67653a76491a4cf3c221a2ef18f3a9fe
|
|
4
|
+
data.tar.gz: 06b2ade59b1efe45f6b1e33b4171c45891e848b55a3ec3c0da39f7a159a77985
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
154
|
-
|
|
155
|
-
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2021-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|