class Xcodeproj::Project::Object::PBXBuildPhase

def initialize(*)

def initialize(*)
  super
  self.build_file_references ||= []
  # These are always the same, no idea what they are.
  self.build_action_mask ||= "2147483647"
  self.run_only_for_deployment_postprocessing ||= "0"
end