Sha256: 6625ae9f86cc0d0df246f3169921abb0fd96fae94cc12489ca59d4be12552b23

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

module Xcake
  class ProjectMetadataGenerator < Generator
    def visit_project(project)
      puts 'Creating Project...'

      native_project = @context.native_object_for(project)
      native_project.class_prefix = project.class_prefix if project.class_prefix
      native_project.organization = project.organization if project.organization
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xcake-0.6.20 lib/xcake/generator/project_metadata_generator.rb