Method: Pod::Podfile::TargetDefinition#script_phases

Defined in:
lib/cocoapods-core/podfile/target_definition.rb

#script_phasesArray<Hash>

Returns The list of the script phases of the target definition.

Returns:

  • (Array<Hash>)

    The list of the script phases of the target definition.



293
294
295
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 293

def script_phases
  get_hash_value('script_phases') || []
end