diff options
| author | Dylan Bolger <dylanbolger@dylans-mac.local> | 2018-09-03 16:06:39 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylanbolger@Dylans-Mac.local> | 2018-09-03 16:06:39 -0500 |
| commit | 152b21222bb6759de69c1abfb5b5b73496aa1460 (patch) | |
| tree | 371489c0217e08b9264ad1ac171a774942dcf2e0 /DWA140Menu/Info.plist | |
| download | dwa140shortcut-152b21222bb6759de69c1abfb5b5b73496aa1460.tar.xz dwa140shortcut-152b21222bb6759de69c1abfb5b5b73496aa1460.zip | |
Initial Commit
Diffstat (limited to 'DWA140Menu/Info.plist')
| -rw-r--r-- | DWA140Menu/Info.plist | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/DWA140Menu/Info.plist b/DWA140Menu/Info.plist new file mode 100644 index 0000000..027b744 --- /dev/null +++ b/DWA140Menu/Info.plist @@ -0,0 +1,32 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>$(DEVELOPMENT_LANGUAGE)</string> + <key>CFBundleExecutable</key> + <string>$(EXECUTABLE_NAME)</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>$(PRODUCT_NAME)</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleVersion</key> + <string>1</string> + <key>LSMinimumSystemVersion</key> + <string>$(MACOSX_DEPLOYMENT_TARGET)</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2018 Dylan Bolger. All rights reserved.</string> + <key>NSMainStoryboardFile</key> + <string>Main</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |
