nklizhe / NSBundle-LoginItem

A NSBundle category for adding / removing to LoginItems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Objective-C 92.7%Language:Ruby 7.3%