Rename app to XDRMonitorControl and refresh branding
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "56754EAA1D9A4016007BCDC5"
|
||||
BuildableName = "MonitorControl.app"
|
||||
BuildableName = "XDRMonitorControl.app"
|
||||
BlueprintName = "MonitorControl"
|
||||
ReferencedContainer = "container:MonitorControl.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "56754EAA1D9A4016007BCDC5"
|
||||
BuildableName = "MonitorControl.app"
|
||||
BuildableName = "XDRMonitorControl.app"
|
||||
BlueprintName = "MonitorControl"
|
||||
ReferencedContainer = "container:MonitorControl.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "56754EAA1D9A4016007BCDC5"
|
||||
BuildableName = "MonitorControl.app"
|
||||
BuildableName = "XDRMonitorControl.app"
|
||||
BlueprintName = "MonitorControl"
|
||||
ReferencedContainer = "container:MonitorControl.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "56754EAA1D9A4016007BCDC5"
|
||||
BuildableName = "MonitorControl.app"
|
||||
BuildableName = "XDRMonitorControl.app"
|
||||
BlueprintName = "MonitorControl"
|
||||
ReferencedContainer = "container:MonitorControl.xcodeproj">
|
||||
</BuildableReference>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 609 KiB After Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 612 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 619 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 47 KiB |
|
|
@ -27,7 +27,7 @@
|
|||
<key>LSUIElement</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>MIT Licensed. 2017.</string>
|
||||
<string>MIT Licensed. Fork by @shay2000. Original © MonitorControl contributors.</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>SUEnableJavaScript</key>
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
10
README.md
|
|
@ -1,8 +1,8 @@
|
|||
<img src=".github/Icon-cropped.png" width="200" alt="App icon" align="left"/>
|
||||
|
||||
<div>
|
||||
<h3>XDRMonitorBrightness</h3>
|
||||
<p>A fork of <a href="https://github.com/MonitorControl/MonitorControl">MonitorControl</a> by <a href="https://github.com/shayprasad">@shayprasad</a> with XDR extended brightness support for MacBook Pro Liquid Retina XDR and Pro Display XDR.</p>
|
||||
<h3>XDRMonitorControl</h3>
|
||||
<p>A fork of <a href="https://github.com/MonitorControl/MonitorControl">MonitorControl</a> by <a href="https://github.com/shay2000">@shay2000</a> with XDR extended brightness support for MacBook Pro Liquid Retina XDR and Pro Display XDR.</p>
|
||||
</div>
|
||||
|
||||
<br/><br/>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
<hr>
|
||||
|
||||
> [!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
|
||||
|
||||
|
|
|
|||
|
|
@ -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..."
|
||||
|
|
|
|||