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: 903d552160f64b602e42d047b1fe988fa929552de5367eec788a8504aa728f8f
4
- data.tar.gz: a4dea89c78f4f46bcdaf23727edc749985bcf005ad2e259d0fca24a6e66a6c73
3
+ metadata.gz: 27ca77f7e13d94ec0a6aad54d5455bc9b2123451d22fd1b4f1aad4a5a9df0901
4
+ data.tar.gz: b849bbb48f53940fadac933adae49c6b2e69fca3b0c2b3305c2202dc6505dd30
5
5
  SHA512:
6
- metadata.gz: 63973a62bbe459379dd395d2115c063839d4dce25c9262f4809ab00cd1a17623f664965a972ffd1ef26322c550d07717db84a471d75bd8e53f92836d39aa777d
7
- data.tar.gz: 82f61369e2eaa1159b8f13bb51fb12b1c033c13ed6e86cfbe68d1caf18af0a6d6cac7da9eb7cb80dcc17d22cc5e265435709e0a930057e66cd27936b653d8a42
6
+ metadata.gz: b0025dcd7e6064523a2d7446c6da8bb990913769addab3d13d2f5d60f7a776858af9338effdb6568daa91a370b46fc556df0cbee6471d94173ee63f4a1ecce61
7
+ data.tar.gz: 1f4df164c4a91f40fba2d4d28f6e7edca6807828a156bc4225594a98ce4b501d6f67df2de5d37e0e7141e8f7fdd52ed42620a05acaec2a7a0a3215067e993d1a
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CBin
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
 
6
6
  module Pod
@@ -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')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-fy-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - dr