blob: 525e96bbcd333765d01391535aab6b1a322e6add [file] [log] [blame]
{
"name": "StartAtLoginController",
"version": "0.0.1",
"summary": "Easy to use controller that makes use of the Cocoa ServiceManagement APIs.",
"description": "\n Easy to use controller that makes use of the Cocoa ServiceManagement\n APIs. This is the required way to do login items for sandboxed applications\n (required for all Mac App Store apps) and works in non-sandboxed applications\n as well.\n\n It's been tested on 10.7 and 10.8 (and should work on 10.6.6+). Entries set by\n this class do not appear in the Accounts Panel of System Preferences.\n",
"homepage": "https://github.com/alexzielenski/StartAtLoginController",
"license": {
"type": "MIT",
"text": "\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the 'Software'), to\n deal in the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n sell copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n IN THE SOFTWARE.\n"
},
"authors": [
"Alex Zielenski",
"Travis Tilley"
],
"source": {
"git": "https://github.com/alexzielenski/StartAtLoginController.git",
"commit": "8bc3633be2861f05eee069667dca5233fb17db16"
},
"platforms": {
"osx": "10.6"
},
"source_files": "*.{h,m}",
"frameworks": "ServiceManagement",
"requires_arc": true
}