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

scriptPath is nil #23

Open roMummy opened 5 years ago

roMummy commented 5 years ago

FileManager.default.url( for: .applicationScriptsDirectory, in: .userDomainMask, appropriateFor: nil, create: true ) You can't get a path like this. why?