aboutsummaryrefslogtreecommitdiff
path: root/DWA140Menu/Defaults.framework/Versions/A/Resources
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2018-12-26 19:43:11 -0600
committerFivePixels <o5pxels@gmail.com>2018-12-26 19:43:11 -0600
commit08bd52dc6425865a3be4ce2863ea6ceba9049e75 (patch)
tree272d014a4da0016d224a618c114f36fb4dc1ad66 /DWA140Menu/Defaults.framework/Versions/A/Resources
parent6214659e17dfe4a260f221058f5dc9613ed32d0e (diff)
downloaddwa140shortcut-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/Defaults.framework/Versions/A/Resources')
-rw-r--r--DWA140Menu/Defaults.framework/Versions/A/Resources/Info.plist51
1 files changed, 51 insertions, 0 deletions
diff --git a/DWA140Menu/Defaults.framework/Versions/A/Resources/Info.plist b/DWA140Menu/Defaults.framework/Versions/A/Resources/Info.plist
new file mode 100644
index 0000000..d5977e5
--- /dev/null
+++ b/DWA140Menu/Defaults.framework/Versions/A/Resources/Info.plist
@@ -0,0 +1,51 @@
+<?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>Defaults</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.Defaults.Defaults-macOS</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Defaults</string>
+ <key>CFBundlePackageType</key>
+ <string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>0.2.2</string>
+ <key>CFBundleSignature</key>
+ <string>????</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 License © Sindre Sorhus</string>
+ <key>UIDeviceFamily</key>
+ <array>
+ <integer>1</integer>
+ <integer>2</integer>
+ </array>
+</dict>
+</plist>