Class: Xcodeproj::Project::Object::PBXShellScriptBuildPhase

Inherits:
Object
  • Object
show all
Defined in:
lib/xcodeproj.rb

Overview

Extends Build Phase

Instance Method Summary collapse

Instance Method Details

#setup_with_frameworks(input_paths, output_paths) ⇒ Object



31
32
33
34
35
36
# File 'lib/xcodeproj.rb', line 31

def setup_with_frameworks(input_paths, output_paths)
  self.shell_script = '/usr/local/bin/carthage copy-frameworks'
  self.shell_path = '/bin/sh'
  self.input_paths = input_paths
  self.output_paths = output_paths
end