aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup d/Low Battery Yup d-Info.plist
diff options
context:
space:
mode:
authorTeddy Wing2016-11-16 04:26:06 -0500
committerTeddy Wing2016-11-16 04:26:06 -0500
commitb5569ad884cd99d8f0b1403c34bc244d6a514182 (patch)
treef153820d0007a8c8a118de676c75f9d07b35119c /Low Battery Yup d/Low Battery Yup d-Info.plist
parentfbea67769cdc92d6ca67b0bff3b40d0387c088cb (diff)
downloadLow-Battery-Yup-b5569ad884cd99d8f0b1403c34bc244d6a514182.tar.bz2
Rename project to "Low Battery Yup.d"
Change the last space to a dot to make it more obvious that it's supposed to mean 'daemon'.
Diffstat (limited to 'Low Battery Yup d/Low Battery Yup d-Info.plist')
-rw-r--r--Low Battery Yup d/Low Battery Yup d-Info.plist34
1 files changed, 0 insertions, 34 deletions
diff --git a/Low Battery Yup d/Low Battery Yup d-Info.plist b/Low Battery Yup d/Low Battery Yup d-Info.plist
deleted file mode 100644
index 7554788..0000000
--- a/Low Battery Yup d/Low Battery Yup d-Info.plist
+++ /dev/null
@@ -1,34 +0,0 @@
-<?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>en</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFile</key>
- <string></string>
- <key>CFBundleIdentifier</key>
- <string>com.teddywing.${PRODUCT_NAME:rfc1034identifier}</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>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>LSMinimumSystemVersion</key>
- <string>${MACOSX_DEPLOYMENT_TARGET}</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright © 2016 TW. All rights reserved.</string>
- <key>NSMainNibFile</key>
- <string>MainMenu</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
-</dict>
-</plist>