Class: StaticFramework::Tree

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-jxedt/binary/pod-room/framework.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, at_path) ⇒ Tree

Returns a new instance of Tree.



9
10
11
12
13
# File 'lib/cocoapods-jxedt/binary/pod-room/framework.rb', line 9

def initialize(name, at_path)
  @name = name
  @at_path = at_path
  make
end

Instance Attribute Details

#fwk_pathObject (readonly)

Returns the value of attribute fwk_path.



7
8
9
# File 'lib/cocoapods-jxedt/binary/pod-room/framework.rb', line 7

def fwk_path
  @fwk_path
end

#headers_pathObject (readonly)

Returns the value of attribute headers_path.



3
4
5
# File 'lib/cocoapods-jxedt/binary/pod-room/framework.rb', line 3

def headers_path
  @headers_path
end

#module_map_pathObject (readonly)

Returns the value of attribute module_map_path.



5
6
7
# File 'lib/cocoapods-jxedt/binary/pod-room/framework.rb', line 5

def module_map_path
  @module_map_path
end

#private_headers_pathObject (readonly)

Returns the value of attribute private_headers_path.



4
5
6
# File 'lib/cocoapods-jxedt/binary/pod-room/framework.rb', line 4

def private_headers_path
  @private_headers_path
end

#root_pathObject (readonly)

Returns the value of attribute root_path.



6
7
8
# File 'lib/cocoapods-jxedt/binary/pod-room/framework.rb', line 6

def root_path
  @root_path
end

Instance Method Details

#makeObject



15
16
17
18
# File 'lib/cocoapods-jxedt/binary/pod-room/framework.rb', line 15

def make
  make_root
  make_framework
end