lib/command/prebuild.rb in cocoapods-binary-cache-0.1.2 vs lib/command/prebuild.rb in cocoapods-binary-cache-0.1.3

- old
+ new

@@ -1,6 +1,7 @@ require_relative "executor/prebuilder" +require_relative "../cocoapods-binary-cache/pod-binary/prebuild_dsl" module Pod class Command class Binary < Command class Prebuild < Binary @@ -19,9 +20,10 @@ push_cache: argv.flag?("push") ) end def run + Pod::Podfile::DSL.prebuild_job = true @prebuilder.run end end end end