sindresorhus / LaunchAtLogin-Legacy

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

Install without Carthage #1

Closed wigging closed 7 years ago

wigging commented 7 years ago

Can you provide instructions in the README on how to install this without using Carthage or CocoaPods?

sindresorhus commented 7 years ago

I'll try to add some docs when I have time.

The only difference from how you would usually add a framework manually (That's Google-able if you don't already know) is that you need to change the path from ./Carthage/Build/Mac/LaunchAtLogin.framework/Resources/copy-helper.sh to the correct path where the framework is placed in your project.

wigging commented 7 years ago

@sindresorhus I'll search for guides on how to manually install a framework but it would be helpful if you could provide the steps in the README.

ghosty141 commented 7 years ago

@wigging I just saw this issue and I'm wondering if you got it to work without Carthage?

wigging commented 7 years ago

@Ghosty141 No, I have not been able to run it without Carthage. Hopefully the developer will update the README with the necessary steps.

ghosty141 commented 7 years ago

@sindresorhus It would be great if you could make it available on cocoapods since it's one of the most used dependancy managers!

sindresorhus commented 7 years ago

@Ghosty141 Sorry, no. I don't like or use CocoaPods. It's too invasive. I will add SPM support when Swift 4 is out.

ghosty141 commented 7 years ago

@sindresorhus Alright, thanks for the info!

sindresorhus commented 7 years ago

I've decided not to do this. I never manually embed frameworks myself, so I'm not interested in supporting this.