adamontherun / xCodeGenerateDescriptionPlugin

Plugin to automatically generate the description for your class in XCode
103 stars 11 forks source link

Newline get placed at wrong index #10

Closed lenkaiser closed 9 years ago

lenkaiser commented 9 years ago

When the script generates the description method the newline for the [super description] gets printed before the %@.

Example:

@"MultipleChoiceAnswer description:\n%@ itemIndex: %zd\n" 

Should be (of course :-) ):

@"MultipleChoiceAnswer description:%@\n itemIndex: %zd\n