lib/xcake/project.rb in xcake-0.1.6 vs lib/xcake/project.rb in xcake-0.1.7

- old
+ new

@@ -17,9 +17,18 @@ # @return [String] the name of the project file. This is used as # the filename. # attr_accessor :project_name + # @return [String] the prefix used for Objective-C Classes. This is + # used by xcode when creating new files. + attr_accessor :class_prefix + + # @return [String] the name of your organization. This is used by xcode when + # creating new files. + # + attr_accessor :organization + # @return [Array<Target>] the list of targets for the project. # attr_accessor :targets # @!group Creating a project