Bouke / SwiftInitializerGenerator

Xcode Source Code Extension to Generate Swift Initializers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support type literals

ssobhy opened this issue · comments

i tried to install it on xcode 9.1 and it is not working
screen shot 2017-11-09 at 8 28 38 pm

It's working just fine on 9.1. See the known limitations listed in the readme:

It will only parse attributes defined like (open|public|fileprivate|private|internal) [weak] (var|let) NAME: TYPE.

You didn't specify the types, but are using String literals. This is not supported, but would be cool to have.