V8tr / LinesSorter-Xcode-Extension

Xcode Extension that helps you keep your import statements and long code lists organized and uniform
http://www.vadimbulavin.com/
74 stars 6 forks source link

does not work on xcode 14 #8

Open justingiffard-impact opened 1 year ago

justingiffard-impact commented 1 year ago

Im running xcode 14.3.1 and have run it the first time as per instructions and enabled it in extensions for xcode source editor yet line sorter does not appear under the editor window nor does it appear when I search for it in hotkeys. Sadness :(

gsl-anthonymerle commented 2 months ago

Hello, same here :( Any update on that regard ?

gsl-anthonymerle commented 2 months ago

After some research I found this answer on Apple's forum

Basically it seems that starting XCode14, XcodeKit needs to be embeded&signed. While it did manage to fix the issue for a brand new test extension on my Mac, I couldn't make it work on LinesSorter... :/ (I tried with both the existing extension and creating a new one in the project)

I think I'll resort to the solution of recreating it from scratch on my end (I don't have an Apple Dev program to make it available to everyone unfortunately...) and I'll share the repository to let people build it on their own 🙏

gsl-anthonymerle commented 2 months ago

I actually managed to make it work on my end! 🎉 I made a Pull Request to update the project with needed changes

In the meantime, you can get the project from my fork's branch You will have to change certificate signing though, to be able to use it on your end 🙏

Best regards, Anthony