diff options
| author | FivePixels <o5pxels@gmail.com> | 2018-12-26 19:43:11 -0600 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2018-12-26 19:43:11 -0600 |
| commit | 08bd52dc6425865a3be4ce2863ea6ceba9049e75 (patch) | |
| tree | 272d014a4da0016d224a618c114f36fb4dc1ad66 /DWA140Menu/LaunchAtLogin.framework/Versions/A/Resources/Info.plist | |
| parent | 6214659e17dfe4a260f221058f5dc9613ed32d0e (diff) | |
| download | dwa140shortcut-08bd52dc6425865a3be4ce2863ea6ceba9049e75.tar.xz dwa140shortcut-08bd52dc6425865a3be4ce2863ea6ceba9049e75.zip | |
Revert support below 10.12, add Frameworks to begin implementation for adding application to Login Items per user choice
Diffstat (limited to 'DWA140Menu/LaunchAtLogin.framework/Versions/A/Resources/Info.plist')
| -rw-r--r-- | DWA140Menu/LaunchAtLogin.framework/Versions/A/Resources/Info.plist | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/DWA140Menu/LaunchAtLogin.framework/Versions/A/Resources/Info.plist b/DWA140Menu/LaunchAtLogin.framework/Versions/A/Resources/Info.plist new file mode 100644 index 0000000..9d95f17 --- /dev/null +++ b/DWA140Menu/LaunchAtLogin.framework/Versions/A/Resources/Info.plist @@ -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>18C54</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>LaunchAtLogin</string> + <key>CFBundleIdentifier</key> + <string>com.sindresorhus.LaunchAtLogin</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>LaunchAtLogin</string> + <key>CFBundlePackageType</key> + <string>FMWK</string> + <key>CFBundleShortVersionString</key> + <string>2.2.1</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>10B61</string> + <key>DTPlatformVersion</key> + <string>GM</string> + <key>DTSDKBuild</key> + <string>18B71</string> + <key>DTSDKName</key> + <string>macosx10.14</string> + <key>DTXcode</key> + <string>1010</string> + <key>DTXcodeBuild</key> + <string>10B61</string> + <key>NSHumanReadableCopyright</key> + <string>MIT © Sindre Sorhus</string> +</dict> +</plist> |
