Abhishek Banthia
8 years ago
32 changed files with 219 additions and 98 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||||||
|
Versions/Current/MoLoginItem |
@ -0,0 +1 @@ |
|||||||
|
Versions/Current/Resources |
@ -0,0 +1,15 @@ |
|||||||
|
//
|
||||||
|
// Created by Sanjay Madan on 12/9/16.
|
||||||
|
// Copyright © 2016 Mowglii. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Cocoa/Cocoa.h> |
||||||
|
|
||||||
|
//! Project version number for MoLoginItem.
|
||||||
|
FOUNDATION_EXPORT double MoLoginItemVersionNumber; |
||||||
|
|
||||||
|
//! Project version string for MoLoginItem.
|
||||||
|
FOUNDATION_EXPORT const unsigned char MoLoginItemVersionString[]; |
||||||
|
|
||||||
|
BOOL MOIsLoginItemEnabled(); |
||||||
|
void MOEnableLoginItem(BOOL enable); |
Binary file not shown.
@ -0,0 +1,6 @@ |
|||||||
|
framework module MoLoginItem { |
||||||
|
umbrella header "MoLoginItem.h" |
||||||
|
|
||||||
|
export * |
||||||
|
module * { export * } |
||||||
|
} |
@ -0,0 +1,44 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||||||
|
<plist version="1.0"> |
||||||
|
<dict> |
||||||
|
<key>BuildMachineOSBuild</key> |
||||||
|
<string>16B2555</string> |
||||||
|
<key>CFBundleDevelopmentRegion</key> |
||||||
|
<string>en</string> |
||||||
|
<key>CFBundleExecutable</key> |
||||||
|
<string>MoLoginItem</string> |
||||||
|
<key>CFBundleIdentifier</key> |
||||||
|
<string>com.mowglii.MoLoginItem</string> |
||||||
|
<key>CFBundleInfoDictionaryVersion</key> |
||||||
|
<string>6.0</string> |
||||||
|
<key>CFBundleName</key> |
||||||
|
<string>MoLoginItem</string> |
||||||
|
<key>CFBundlePackageType</key> |
||||||
|
<string>FMWK</string> |
||||||
|
<key>CFBundleShortVersionString</key> |
||||||
|
<string>1.0</string> |
||||||
|
<key>CFBundleSupportedPlatforms</key> |
||||||
|
<array> |
||||||
|
<string>MacOSX</string> |
||||||
|
</array> |
||||||
|
<key>CFBundleVersion</key> |
||||||
|
<string>1</string> |
||||||
|
<key>DTCompiler</key> |
||||||
|
<string>com.apple.compilers.llvm.clang.1_0</string> |
||||||
|
<key>DTPlatformBuild</key> |
||||||
|
<string>8B62</string> |
||||||
|
<key>DTPlatformVersion</key> |
||||||
|
<string>GM</string> |
||||||
|
<key>DTSDKBuild</key> |
||||||
|
<string>16B2649</string> |
||||||
|
<key>DTSDKName</key> |
||||||
|
<string>macosx10.12</string> |
||||||
|
<key>DTXcode</key> |
||||||
|
<string>0810</string> |
||||||
|
<key>DTXcodeBuild</key> |
||||||
|
<string>8B62</string> |
||||||
|
<key>NSHumanReadableCopyright</key> |
||||||
|
<string>Copyright © 2016 Mowglii. All rights reserved.</string> |
||||||
|
</dict> |
||||||
|
</plist> |
Loading…
Reference in new issue