From afc7243e821bde498398ddf2ccf8dc2b877e991e Mon Sep 17 00:00:00 2001 From: godly-devotion Date: Sun, 31 May 2020 11:18:35 -0400 Subject: [PATCH] Change app name to Title Case --- README.md | 6 +++--- .../Contents/Info.plist | 4 ++-- .../Contents/MacOS/applet | Bin .../Contents/PkgInfo | 0 .../Contents/Resources/Scripts/main.scpt | Bin 2218 -> 2220 bytes .../Contents/Resources/applet.icns | Bin .../Contents/Resources/applet.rsrc | Bin .../Resources/description.rtfd/TXT.rtf | 0 .../Contents/Resources/smcutil | Bin 9 files changed, 5 insertions(+), 5 deletions(-) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/Info.plist (97%) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/MacOS/applet (100%) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/PkgInfo (100%) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/Resources/Scripts/main.scpt (82%) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/Resources/applet.icns (100%) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/Resources/applet.rsrc (100%) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/Resources/description.rtfd/TXT.rtf (100%) rename src/{charge-limiter.app => Charge Limiter.app}/Contents/Resources/smcutil (100%) diff --git a/README.md b/README.md index fc6abcc..debda72 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# charge-limiter +# Charge Limiter Set charge limit for MacBooks. @@ -6,9 +6,9 @@ Set charge limit for MacBooks. This app modifies a parameter called `BCLM` (presumably "Battery Charging Level Max") in the SMC which limits the charge of the battery to a set value. -The source code can be viewed by opening `src/charge-limiter.app` in Apple's Script Editor. It is written in Javascript Application Scripting (or JXA). +The source code can be viewed by opening `src/Charge Limiter.app` in Apple's Script Editor. It is written in Javascript Application Scripting (or JXA). -The companion `smcutil` binary (located under `src/charge-limiter.app/Contents/Resources`) was copied from [this repository](https://github.com/sicreative/BatteryStatusShow/blob/master/BatteryStatusShow/smcutil/Products/usr/local/bin/smcutil). The source code for `smcutil` is also available there. +The companion `smcutil` binary (located under `src/Charge Limiter.app/Contents/Resources`) was copied from [this repository](https://github.com/sicreative/BatteryStatusShow/blob/master/BatteryStatusShow/smcutil/Products/usr/local/bin/smcutil). The source code for `smcutil` is also available there. ## Releases diff --git a/src/charge-limiter.app/Contents/Info.plist b/src/Charge Limiter.app/Contents/Info.plist similarity index 97% rename from src/charge-limiter.app/Contents/Info.plist rename to src/Charge Limiter.app/Contents/Info.plist index daf0c58..2e1cb09 100644 --- a/src/charge-limiter.app/Contents/Info.plist +++ b/src/Charge Limiter.app/Contents/Info.plist @@ -56,7 +56,7 @@ bundleDividerCollapsed bundlePositionOfDivider - 1154 + 1031 dividerCollapsed eventLogLevel @@ -66,7 +66,7 @@ positionOfDivider 468 savedFrame - 293 272 1453 705 0 0 1920 1177 + 0 84 1280 693 0 0 1280 777 selectedTab log diff --git a/src/charge-limiter.app/Contents/MacOS/applet b/src/Charge Limiter.app/Contents/MacOS/applet similarity index 100% rename from src/charge-limiter.app/Contents/MacOS/applet rename to src/Charge Limiter.app/Contents/MacOS/applet diff --git a/src/charge-limiter.app/Contents/PkgInfo b/src/Charge Limiter.app/Contents/PkgInfo similarity index 100% rename from src/charge-limiter.app/Contents/PkgInfo rename to src/Charge Limiter.app/Contents/PkgInfo diff --git a/src/charge-limiter.app/Contents/Resources/Scripts/main.scpt b/src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt similarity index 82% rename from src/charge-limiter.app/Contents/Resources/Scripts/main.scpt rename to src/Charge Limiter.app/Contents/Resources/Scripts/main.scpt index fbc6a2994783c4f1ac8691656f9b302c86edf803..f78c0d0432f7a5e35ef02f1aa13ed7c2e7b45c42 100644 GIT binary patch delta 80 zcmZ1_xJGb-Dr4|Owcm{Dla&~~fMhP?c@F1{#G>?61)t3>Od^aN>MGTxMLD(Vo8y=l bF(TwRSf?=aWin(HCl@g=GVuPocW*5K-wzo} delta 78 zcmZ1@xJqz>Dr4Y8wcm_Nla&~~fMhP?d5+|a#G>?6-JH!XOd^bID%GV$IklS;m=`f3 ZWVl$TF!QA|WECeDF)%Xl{Edb5k8H)e_ diff --git a/src/charge-limiter.app/Contents/Resources/applet.icns b/src/Charge Limiter.app/Contents/Resources/applet.icns similarity index 100% rename from src/charge-limiter.app/Contents/Resources/applet.icns rename to src/Charge Limiter.app/Contents/Resources/applet.icns diff --git a/src/charge-limiter.app/Contents/Resources/applet.rsrc b/src/Charge Limiter.app/Contents/Resources/applet.rsrc similarity index 100% rename from src/charge-limiter.app/Contents/Resources/applet.rsrc rename to src/Charge Limiter.app/Contents/Resources/applet.rsrc diff --git a/src/charge-limiter.app/Contents/Resources/description.rtfd/TXT.rtf b/src/Charge Limiter.app/Contents/Resources/description.rtfd/TXT.rtf similarity index 100% rename from src/charge-limiter.app/Contents/Resources/description.rtfd/TXT.rtf rename to src/Charge Limiter.app/Contents/Resources/description.rtfd/TXT.rtf diff --git a/src/charge-limiter.app/Contents/Resources/smcutil b/src/Charge Limiter.app/Contents/Resources/smcutil similarity index 100% rename from src/charge-limiter.app/Contents/Resources/smcutil rename to src/Charge Limiter.app/Contents/Resources/smcutil