Sha256: 034573aa51ae1726ff0ae3a7df69be672f3aefc2236c7a0d1ae1d8e6489d7ced

Contents?: true

Size: 246 Bytes

Versions: 19

Compression:

Stored size: 246 Bytes

Contents

require 'big_keeper/util/logger'

module BigKeeper
  class XcodeOperator
    def self.open_workspace(path)
      # Close Xcode
      `pkill Xcode`

      sleep 0.5

      # Open home workspace
      `open #{path}/*.xcworkspace`
    end
  end
end

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
shkeeper-1.0.0 lib/big_keeper/util/xcode_operator.rb
kookeeper-3.1.2 lib/big_keeper/util/xcode_operator.rb
kookeeper-3.1.0 lib/big_keeper/util/xcode_operator.rb
kookeeper-3.0.9 lib/big_keeper/util/xcode_operator.rb
kookeeper-3.0.8 lib/big_keeper/util/xcode_operator.rb
kookeeper-3.0.7 lib/big_keeper/util/xcode_operator.rb
kookeeper-3.0.6 lib/big_keeper/util/xcode_operator.rb
kookeeper-3.0.5 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.7 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.6 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.5 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.4 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.3 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.2 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.1 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.8.0 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.7.8 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.7.7 lib/big_keeper/util/xcode_operator.rb
bigkeeper-0.7.6 lib/big_keeper/util/xcode_operator.rb