cocoapods-BDTransform 4.2.0 → 4.3.0
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ff6d30a1f7aec823be3acb8bb8e914f83b328fa
|
|
4
|
+
data.tar.gz: d40e6997001369e204361ca5e5ce975866f0a163
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ac4d38a78a31129ce2e3843a27302f0f3bd7e80dc4944ef1501900e52ec3ceb574509692f00c3a019aade24f0ee0b5d13feefe74daac188b133b44f8c1a042c
|
|
7
|
+
data.tar.gz: e600f272249a686077e94d4fbd46cf90f333d789501d54d3929b49522d3cf909b52a97ec29c7ab2c502cb37b652406032a955c10f9feebc294289014d76cee09
|
|
Binary file
|
|
Binary file
|
|
@@ -110,7 +110,7 @@ module BDAwesomeTransmit
|
|
|
110
110
|
|
|
111
111
|
def self.removeDepressedProductAndOfiles
|
|
112
112
|
cdir = File.dirname(__FILE__)
|
|
113
|
-
system("uuid=`#{cdir}/GetDerivedDataUUID #{@@workspacePath}`;domin=`pwd|awk -F '/' '{printf $3}'`;cd /Users/$domin/Library/Developer/Xcode/DerivedData/#{@@workspaceName}-$uuid/Build;target
|
|
113
|
+
system("uuid=`#{cdir}/GetDerivedDataUUID #{@@workspacePath}`;domin=`pwd|awk -F '/' '{printf $3}'`;cd /Users/$domin/Library/Developer/Xcode/DerivedData/#{@@workspaceName}-$uuid/Build;target=#{@@current_target};IFS=$'\n';find ./ -type d -name \"$target\" -depth 3 |xargs rm -rf >> /dev/null ;find ./ -type d -name \"$target.build\" -depth 4 |xargs rm -rf>> /dev/null")
|
|
114
114
|
system("cd #{@@podDirPath}/#{@@handlePodName};find ./ -type f -exec chmod 777 {} \\;")
|
|
115
115
|
system("cd #{@@podDirPath}/#{@@handlePodName};find ./ -type f -name \"*.m\" -exec rm {} \\;")
|
|
116
116
|
system("cd #{@@podDirPath}/#{@@handlePodName};find ./ -type f -name \"*.a\" -exec rm {} \\;")
|
|
@@ -151,7 +151,7 @@ module BDAwesomeTransmit
|
|
|
151
151
|
config.merge!('LIBRARY_SEARCH_PATHS' => "#{@@devPodPath}/**")
|
|
152
152
|
awesomePods = Array.new()
|
|
153
153
|
config.other_linker_flags[:libraries].each do |lib|
|
|
154
|
-
if lib.
|
|
154
|
+
if lib.index("#{handlePodName}") == 0 && (lib.include?("_Awesome_") || lib.include?("_awesome"))
|
|
155
155
|
awesomePods << lib
|
|
156
156
|
end
|
|
157
157
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-BDTransform
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bupterambition
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bd_pod_extentions
|