onmyway133 / XcodeWay

:sailboat: An Xcode Source Editor Extension that helps navigating to many places easier
https://onmyway133.com/
MIT License
556 stars 37 forks source link

Remove hard-coded local path #25

Closed jsorge closed 5 years ago

jsorge commented 5 years ago

The current version on master references /Users/khoa in the extension's Copy Applescript phase. Changing this to ${HOME} will let it run on other machines.

onmyway133 commented 5 years ago

@jsorge thanks for the PR 🚀 I'm glad XcodeWay is helpful