sindresorhus / LaunchAtLogin-Legacy

Add “Launch at Login” functionality to your macOS app in seconds
MIT License
1.56k stars 122 forks source link

Rewrite LaunchAtLoginHelper in Objective-C #54

Closed tbodt closed 3 years ago

tbodt commented 3 years ago

There are only 25 lines of code compiled into the app. The result is a 47kb app binary and 10mb of swift standard libraries that must be included for some reason. Rewriting in Objective-C would reduce the size by over 99%.

sindresorhus commented 3 years ago

If your app targets macOS 10.14.4 or later, LaunchAtLogin will not include the Swift Standard Libraries. I'm not interested in rewriting it in Objective-C.