Skip to content

gotow/NSBundle-LoginItem

 
 

Repository files navigation

NSBundle+LoginItem

Build Status

A NSBundle category for adding / removing the bundle to LoginItems.

Usage

#import <NSBundle+LoginItem/NSbundle+LoginItem.h>

// Add current application to LoginItems
[[NSBundle mainBundle] enableLoginItem];

// Remove current application from LoginItems
[[NSBundle mainBundle] disableLoginItem];

Installation

NSBundle+LoginItem is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "NSBundle+LoginItem"

Author

Tom Li, nklizhe@gmail.com

License

NSBundle+LoginItem is available under the MIT license. See the LICENSE file for more info.

About

A NSBundle category for adding / removing to LoginItems

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 93.9%
  • Ruby 6.1%