Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the new xcode plugin template #2

Merged
merged 2 commits into from
Jun 7, 2016

Conversation

0xced
Copy link
Contributor

@0xced 0xced commented Jun 6, 2016

Improvements over the previous version:

  • The plug-in is loaded when installed via Alcatraz without needing to restart Xcode
  • No .xcscheme file is copied into the final plug-in
  • The pluginDidLoad: method is not smashed in a category on NSObject

I also converted the Info.plist file to XML format.

0xced added 2 commits June 6, 2016 18:06
Makes it readable on github.com and diffable
Improvements over the previous version:
* The plug-in is loaded when installed via Alcatraz without needing to restart Xcode
* No .xcscheme file is copied into the final plug-in
* The `pluginDidLoad:` method is not smashed in a category on NSObject
@dvkch
Copy link
Owner

dvkch commented Jun 6, 2016

Looks good, I'll do the same for my other plugin. Can you confirm it will still load with 6.4? If you can't I'll test it tonight

@0xced
Copy link
Contributor Author

0xced commented Jun 6, 2016

I tested with Xode 6.2, 6.3.2 and 6.4, all work fine.

@dvkch dvkch merged commit 6b9b35e into dvkch:master Jun 7, 2016
@dvkch
Copy link
Owner

dvkch commented Jun 7, 2016

Perfect, just merged it. Thanks !

@0xced 0xced deleted the new-xcode-plugin-template branch June 7, 2016 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants