diff --git a/MonitorControl.xcodeproj/project.pbxproj b/MonitorControl.xcodeproj/project.pbxproj
index 2a3874b..6254a2b 100644
--- a/MonitorControl.xcodeproj/project.pbxproj
+++ b/MonitorControl.xcodeproj/project.pbxproj
@@ -883,7 +883,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 4.3.2;
PRODUCT_BUNDLE_IDENTIFIER = app.monitorcontrol.MonitorControl;
- PRODUCT_NAME = XDRMonitorBrightness;
+ PRODUCT_NAME = XDRMonitorControl;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "MonitorControl/Support/Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -920,7 +920,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 4.3.2;
PRODUCT_BUNDLE_IDENTIFIER = app.monitorcontrol.MonitorControl;
- PRODUCT_NAME = XDRMonitorBrightness;
+ PRODUCT_NAME = XDRMonitorControl;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "MonitorControl/Support/Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-O";
diff --git a/MonitorControl.xcodeproj/xcshareddata/xcschemes/MonitorControl.xcscheme b/MonitorControl.xcodeproj/xcshareddata/xcschemes/MonitorControl.xcscheme
index 1e099db..9071138 100644
--- a/MonitorControl.xcodeproj/xcshareddata/xcschemes/MonitorControl.xcscheme
+++ b/MonitorControl.xcodeproj/xcshareddata/xcschemes/MonitorControl.xcscheme
@@ -15,7 +15,7 @@
@@ -31,7 +31,7 @@
@@ -54,7 +54,7 @@
@@ -71,7 +71,7 @@
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-1024.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-1024.png
index f8dcd07..b6c632e 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-1024.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-1024.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-128.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-128.png
index a62a61f..403f692 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-128.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-128.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-16.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-16.png
index 42b9fa8..d600197 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-16.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-16.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-256.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-256.png
index cfa7274..f1fc627 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-256.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-256.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-257.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-257.png
index cfa7274..aa368c1 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-257.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-257.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-32.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-32.png
index 309c15f..3189aa4 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-32.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-32.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-33.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-33.png
index 309c15f..e55634e 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-33.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-33.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-512.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-512.png
index c2e466a..4693c79 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-512.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-512.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-513.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-513.png
index c2e466a..9e9a6c7 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-513.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-513.png differ
diff --git a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-64.png b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-64.png
index 72cd79b..03c83e8 100644
Binary files a/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-64.png and b/MonitorControl/Assets.xcassets/AppIcon.appiconset/Icon-64.png differ
diff --git a/MonitorControl/Info.plist b/MonitorControl/Info.plist
index 69810af..066ab9a 100644
--- a/MonitorControl/Info.plist
+++ b/MonitorControl/Info.plist
@@ -27,7 +27,7 @@
LSUIElement
NSHumanReadableCopyright
- MIT Licensed. 2017.
+ MIT Licensed. Fork by @shay2000. Original © MonitorControl contributors.
NSPrincipalClass
NSApplication
SUEnableJavaScript
diff --git a/MonitorControl/View Controllers/Preferences/AboutPrefsViewController.swift b/MonitorControl/View Controllers/Preferences/AboutPrefsViewController.swift
index 5b5b913..14874ba 100644
--- a/MonitorControl/View Controllers/Preferences/AboutPrefsViewController.swift
+++ b/MonitorControl/View Controllers/Preferences/AboutPrefsViewController.swift
@@ -58,6 +58,6 @@ class AboutPrefsViewController: NSViewController, SettingsPane {
func setCopyrightInfo() {
let year = Calendar.current.component(.year, from: Date())
- self.copyrightLabel.stringValue = "XDRMonitorBrightness — fork by @shayprasad. Original © MonitorControl contributors \(year). MIT License."
+ self.copyrightLabel.stringValue = "XDRMonitorControl — fork by @shay2000. Original © MonitorControl contributors \(year). MIT License."
}
}
diff --git a/README.md b/README.md
index 2ebe1ab..6c12d37 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-
XDRMonitorBrightness
-
A fork of MonitorControl by @shayprasad with XDR extended brightness support for MacBook Pro Liquid Retina XDR and Pro Display XDR.
+
XDRMonitorControl
+
A fork of MonitorControl by @shay2000 with XDR extended brightness support for MacBook Pro Liquid Retina XDR and Pro Display XDR.
@@ -22,7 +22,7 @@
> [!NOTE]
-> **XDRMonitorBrightness** is a personal fork of MonitorControl, maintained by [@shayprasad](https://github.com/shayprasad). It is not affiliated with or endorsed by the original MonitorControl project. For the official app, see [MonitorControl](https://github.com/MonitorControl/MonitorControl).
+> **XDRMonitorControl** is a personal fork of MonitorControl, maintained by [@shay2000](https://github.com/shay2000). It is not affiliated with or endorsed by the original MonitorControl project. For the official app, see [MonitorControl](https://github.com/MonitorControl/MonitorControl).
> [!WARNING]
> This fork adds XDR extended brightness control, which drives your display above its standard maximum brightness. This may increase heat output and reduce battery life. Use responsibly.
@@ -58,7 +58,7 @@
### Build steps
```sh
-git clone https://github.com/shayprasad/MonitorControlXDR.git
+git clone https://github.com/shay2000/XDRMonitorControl.git
```
Open `MonitorControl.xcodeproj` with Xcode. Dependencies download automatically on first open. If they don't: `File > Packages > Resolve Package Versions`.
@@ -87,7 +87,7 @@ This project is a fork of [MonitorControl](https://github.com/MonitorControl/Mon
- [@reitermarkus](https://github.com/reitermarkus) — Intel DDC support
- [javierocasio](https://www.deviantart.com/javierocasio) — app icon background
-XDR extended brightness additions by [@shayprasad](https://github.com/shayprasad).
+XDR extended brightness additions by [@shay2000](https://github.com/shay2000).
## License
diff --git a/build/build.sh b/build/build.sh
index 1181095..e1701ca 100755
--- a/build/build.sh
+++ b/build/build.sh
@@ -1,12 +1,12 @@
#!/bin/bash
-# Build script for XDRMonitorBrightness
+# Build script for XDRMonitorControl
# Builds the app and copies the result to this build/ directory
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
-APP_NAME="XDRMonitorBrightness"
+APP_NAME="XDRMonitorControl"
OUTPUT_DIR="$SCRIPT_DIR"
echo "Building $APP_NAME..."