michelle-joudrey / swift-init-generator

An Xcode plugin that uses the Swift parser to generate initializers
111 stars 5 forks source link

Improved menu/product names #2

Closed regexident closed 7 years ago

regexident commented 7 years ago

Changed the names of both app and extension (and as such their menu item names) from:

"swift-init-generator-extension" -> "Generate Initializer"

to more human-friendly and macOS-fitting ones:

"Generate Swift Initializer" -> “From Selected Properties"

Note: Untested due to a lack of macOS developer signing identity.


Attempts to fix https://github.com/rjoudrey/swift-init-generator/issues/1

michelle-joudrey commented 7 years ago

Thanks!