seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

Mock Generator did not show in the Extensions menu until I renamed the app #17

Closed j531 closed 5 years ago

j531 commented 5 years ago

As per the title. I couldn't get the app to show in System Preferences until I renamed the application (I removed 'For Xcode' from the end).

Using OS X 10.13.6 and Mock Generator v1-beta.16.

Cheers

seanhenry commented 5 years ago

Hi @j531

Thanks for raising this issue. I am able to see the app in System Preferences with the full name so I'm not sure why you couldn't. It might be worth me shortening the name of the app bundle anyway!

seanhenry commented 5 years ago

@j531 could you delete your renamed copy of the app and install the new release? You should be able to see it in the Extensions window without having to rename the app. Let me know if not :)

j531 commented 5 years ago

Yeah, it works without renaming this time, thanks.