sindresorhus / LaunchAtLogin-Legacy

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

code-sign everything manually #23

Closed DivineDominion closed 4 years ago

DivineDominion commented 5 years ago

The project references @sindresorhus's Team-ID YG56YK5RN5 right now, and including the code as a subproject will force you to change the code signing settings. Apparently, CocoaPods etc. will override a dependency's code signing settings.

With this change, embedding the framework as a dependency becomes simpler.

I didn't test this with CocoaPods or Carthage because I couldn't get this to work, so feedback is much appreciated!