cocoapods-fy-bin 0.1.1 → 0.1.2
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: 27ca77f7e13d94ec0a6aad54d5455bc9b2123451d22fd1b4f1aad4a5a9df0901
|
|
4
|
+
data.tar.gz: b849bbb48f53940fadac933adae49c6b2e69fca3b0c2b3305c2202dc6505dd30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0025dcd7e6064523a2d7446c6da8bb990913769addab3d13d2f5d60f7a776858af9338effdb6568daa91a370b46fc556df0cbee6471d94173ee63f4a1ecce61
|
|
7
|
+
data.tar.gz: 1f4df164c4a91f40fba2d4d28f6e7edca6807828a156bc4225594a98ce4b501d6f67df2de5d37e0e7141e8f7fdd52ed42620a05acaec2a7a0a3215067e993d1a
|
|
@@ -204,6 +204,7 @@ module CBin
|
|
|
204
204
|
|
|
205
205
|
# 编译前需执行的的shell脚本
|
|
206
206
|
def pre_build_command
|
|
207
|
+
unless @pre_build_shell.empty? then
|
|
207
208
|
command = "sh #{@pre_build_shell}"
|
|
208
209
|
puts command
|
|
209
210
|
UI.message "command = #{command}"
|
|
@@ -218,6 +219,7 @@ module CBin
|
|
|
218
219
|
|
|
219
220
|
Process.exit
|
|
220
221
|
end
|
|
222
|
+
end
|
|
221
223
|
end
|
|
222
224
|
|
|
223
225
|
def xcodebuild(defines = '', args = '', build_dir = 'build', build_model = 'Debug')
|