Class: Pod::AggregateTarget

Inherits:
Target
  • Object
show all
Defined in:
lib/cocoapods/taobao/environment/integrate_copy_framework_resouces_script.rb,
lib/cocoapods/taobao/environment/integrate_copy_framework_resouces_script_1.1.rb

Instance Method Summary collapse

Instance Method Details

#copy_framework_resources_script_pathPathname

Returns The absolute path of the copy framewrok resources script.

Returns:

  • (Pathname)

    The absolute path of the copy framewrok resources script.



5
6
7
# File 'lib/cocoapods/taobao/environment/integrate_copy_framework_resouces_script.rb', line 5

def copy_framework_resources_script_path
  support_files_dir + "copy-framework-resources.rb"
end

#copy_framework_resources_script_relative_pathString

Returns The path of the copy framework resources script relative to the root of the user project.

Returns:

  • (String)

    The path of the copy framework resources script relative to the root of the user project.



12
13
14
# File 'lib/cocoapods/taobao/environment/integrate_copy_framework_resouces_script.rb', line 12

def copy_framework_resources_script_relative_path
  "${SRCROOT}/#{relative_to_srcroot(copy_framework_resources_script_path)}"
end