Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0 with GUI and more #8

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
7c8ac56
Support for multiple monitors.
jlj Aug 10, 2017
e6a7389
Fixed typo in readme
jlj Aug 10, 2017
a2c80ac
Better first-launch experience.
jlj Aug 10, 2017
e8ff613
Fixed typo in readme
jlj Aug 10, 2017
737ae3d
Fix first launch issue on macOS 10.11 El Capitan and before.
jlj Aug 10, 2017
47c8a43
Show the brightness pane when at min or max level.
jlj Aug 10, 2017
cd6191c
Allow fine brightness adjustment when the option key is pressed.
jlj Sep 3, 2017
a2299ac
Clean Xcode files.
Jan 27, 2018
4115790
gitignore
Jan 27, 2018
bc4b848
Defines BRIGHTNESS_DOWN_KEY and BRIGHTNESS_UP_KEY.
Jan 27, 2018
3b98372
WIP: statusBar menu. Cleanup: removed ".xib" file, removed warning, X…
Jan 27, 2018
ba53b5f
Project tweaks.
Jan 28, 2018
38e7445
Xcode moved file..
Jan 28, 2018
c8db12b
WIP: settings and brightness in menu.
Jan 28, 2018
b829202
brightnessSubstepsPerStep is 6, so it's 1% smooth step, more nice.
Jan 28, 2018
a6551c7
WIP: show % of brightness, change it via slider in menu.
Jan 28, 2018
21a560d
UI
Jan 28, 2018
1cbf064
resize
Jan 28, 2018
414cd61
Update Readme.md
Jan 28, 2018
359d4b5
Update Readme.md
Jan 28, 2018
81701df
tweak size
Jan 28, 2018
486899f
combine
Jan 28, 2018
ebbf421
Update Readme.md
Jan 28, 2018
97ad980
Load/save settings values.
Jan 28, 2018
d80590f
Tweaks for width of bar icon and other.
Jan 28, 2018
7e9bec9
Added config file.
Jan 29, 2018
dfe743c
WIP: Color Temperature feature.
Jan 29, 2018
d766988
v1.0 done. Stable. Testing.
Jan 29, 2018
39a0920
Updated preview images.
Jan 29, 2018
b641afb
Moved files.
Jan 29, 2018
2573de4
Update Readme.md
Jan 29, 2018
0c0fc28
Update preview.
Jan 29, 2018
684a8df
Fix detect temp. enabled of startup.
Jan 30, 2018
e317ded
Mokup hotkeys and fixes.
Feb 3, 2018
8450136
WIP: added properties
Feb 14, 2018
3d4dfb0
Update Readme.md
Feb 15, 2018
442c381
WIP: keys
Feb 18, 2018
c799526
Improve done.
Feb 18, 2018
3f93b94
Merge branch 'improve'
Feb 18, 2018
028a3b0
Updated readme & settings. Minimum project target is 10.12.4
Feb 18, 2018
33695ef
No warnings.
Feb 18, 2018
8a494b7
Update Readme.md
Jun 7, 2019
fbd21e7
Small project upgrades
Aug 13, 2019
38e8318
Update Readme.md
Feb 3, 2020
e96aa89
Build successful using Xcode 12.
Sep 17, 2020
74c13e7
Update Readme.md
Jan 6, 2022
9306625
Just re-compile:
Apr 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# Code Injection
#
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/
Binary file added Info/Menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Info/Settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Info/nativeUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 116 additions & 39 deletions NativeDisplayBrightness.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,57 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 55;
objects = {

/* Begin PBXBuildFile section */
9DBE37511DB7990900ABE422 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DBE37501DB7990900ABE422 /* AppDelegate.m */; };
9DBE37541DB7990900ABE422 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DBE37531DB7990900ABE422 /* main.m */; };
9DBE37561DB7990900ABE422 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9DBE37551DB7990900ABE422 /* Assets.xcassets */; };
9DBE37591DB7990900ABE422 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9DBE37571DB7990900ABE422 /* MainMenu.xib */; };
9DBE37621DB7996100ABE422 /* DDC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DBE37601DB7996100ABE422 /* DDC.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
9DBE37621DB7996100ABE422 /* DDC.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DBE37601DB7996100ABE422 /* DDC.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
F8A8C8E7201F925800F49C15 /* CoreBrightness.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8A8C8E6201F925800F49C15 /* CoreBrightness.framework */; };
F8A8C8EB201F98CF00F49C15 /* ColorTemperatureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F8A8C8E9201F98CF00F49C15 /* ColorTemperatureViewController.m */; };
F8A8C8EC201F98CF00F49C15 /* ColorTemperatureViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F8A8C8EA201F98CF00F49C15 /* ColorTemperatureViewController.xib */; };
F8DB0B58201DE52F00991F83 /* Readme.md in Resources */ = {isa = PBXBuildFile; fileRef = F8DB0B57201DE52F00991F83 /* Readme.md */; };
F8DB0B61201DEAF300991F83 /* SettingsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F8DB0B5F201DEAF300991F83 /* SettingsWindowController.m */; };
F8DB0B62201DEAF300991F83 /* SettingsWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F8DB0B60201DEAF300991F83 /* SettingsWindowController.xib */; };
F8DB0B68201E008200991F83 /* BrightnessViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F8DB0B66201E008200991F83 /* BrightnessViewController.m */; };
F8DB0B69201E008200991F83 /* BrightnessViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F8DB0B67201E008200991F83 /* BrightnessViewController.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
9D1F75421DBD44310039345A /* OSD.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OSD.h; sourceTree = "<group>"; };
9D1F75431DBD48310039345A /* CoreGraphicsPriv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreGraphicsPriv.h; sourceTree = "<group>"; };
9DBE374C1DB7990900ABE422 /* NativeDisplayBrightness.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NativeDisplayBrightness.app; sourceTree = BUILT_PRODUCTS_DIR; };
9DBE374F1DB7990900ABE422 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
9DBE37501DB7990900ABE422 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
9DBE37531DB7990900ABE422 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
9DBE37551DB7990900ABE422 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9DBE37581DB7990900ABE422 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
9DBE375A1DB7990900ABE422 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9DBE37601DB7996100ABE422 /* DDC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDC.m; sourceTree = "<group>"; };
9DBE37601DB7996100ABE422 /* DDC.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DDC.c; sourceTree = "<group>"; };
9DBE37611DB7996100ABE422 /* DDC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDC.h; sourceTree = "<group>"; };
9DBE37631DB79A4000ABE422 /* BezelServices.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BezelServices.h; sourceTree = "<group>"; };
9DBE37641DB7A87200ABE422 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = "<group>"; };
9DBE37661DB7A9D600ABE422 /* License.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = License.txt; sourceTree = "<group>"; };
9DBE37661DB7A9D600ABE422 /* License.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = License.txt; path = NativeDisplayBrightness/License.txt; sourceTree = SOURCE_ROOT; };
F8197A22201E818A0006516C /* CBBlueLightClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CBBlueLightClient.h; sourceTree = "<group>"; };
F8A8C8E4201F7F1600F49C15 /* Config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = "<group>"; };
F8A8C8E6201F925800F49C15 /* CoreBrightness.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBrightness.framework; path = ../../../System/Library/PrivateFrameworks/CoreBrightness.framework; sourceTree = "<group>"; };
F8A8C8E8201F98CF00F49C15 /* ColorTemperatureViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ColorTemperatureViewController.h; sourceTree = "<group>"; };
F8A8C8E9201F98CF00F49C15 /* ColorTemperatureViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ColorTemperatureViewController.m; sourceTree = "<group>"; };
F8A8C8EA201F98CF00F49C15 /* ColorTemperatureViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ColorTemperatureViewController.xib; sourceTree = "<group>"; };
F8DB0B57201DE52F00991F83 /* Readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = Readme.md; sourceTree = SOURCE_ROOT; };
F8DB0B5E201DEAF300991F83 /* SettingsWindowController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SettingsWindowController.h; sourceTree = "<group>"; };
F8DB0B5F201DEAF300991F83 /* SettingsWindowController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SettingsWindowController.m; sourceTree = "<group>"; };
F8DB0B60201DEAF300991F83 /* SettingsWindowController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SettingsWindowController.xib; sourceTree = "<group>"; };
F8DB0B65201E008200991F83 /* BrightnessViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BrightnessViewController.h; sourceTree = "<group>"; };
F8DB0B66201E008200991F83 /* BrightnessViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BrightnessViewController.m; sourceTree = "<group>"; };
F8DB0B67201E008200991F83 /* BrightnessViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BrightnessViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
9DBE37491DB7990900ABE422 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F8A8C8E7201F925800F49C15 /* CoreBrightness.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -47,6 +65,7 @@
children = (
9DBE374E1DB7990900ABE422 /* NativeDisplayBrightness */,
9DBE374D1DB7990900ABE422 /* Products */,
F8A8C8E5201F925800F49C15 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -61,31 +80,72 @@
9DBE374E1DB7990900ABE422 /* NativeDisplayBrightness */ = {
isa = PBXGroup;
children = (
9DBE374F1DB7990900ABE422 /* AppDelegate.h */,
9DBE37501DB7990900ABE422 /* AppDelegate.m */,
9DBE37551DB7990900ABE422 /* Assets.xcassets */,
9DBE37571DB7990900ABE422 /* MainMenu.xib */,
9DBE375A1DB7990900ABE422 /* Info.plist */,
9DBE37601DB7996100ABE422 /* DDC.m */,
9DBE37641DB7A87200ABE422 /* Readme.md */,
9DBE37661DB7A9D600ABE422 /* License.txt */,
9DBE37611DB7996100ABE422 /* DDC.h */,
F8DB0B54201DE41300991F83 /* Info */,
F8DB0B56201DE44A00991F83 /* Classes */,
F8DB0B55201DE43A00991F83 /* Resources */,
9DBE37521DB7990900ABE422 /* Supporting Files */,
9DBE37631DB79A4000ABE422 /* BezelServices.h */,
9D1F75421DBD44310039345A /* OSD.h */,
9D1F75431DBD48310039345A /* CoreGraphicsPriv.h */,
);
path = NativeDisplayBrightness;
sourceTree = "<group>";
};
9DBE37521DB7990900ABE422 /* Supporting Files */ = {
isa = PBXGroup;
children = (
9DBE375A1DB7990900ABE422 /* Info.plist */,
9DBE37531DB7990900ABE422 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
F8A8C8E5201F925800F49C15 /* Frameworks */ = {
isa = PBXGroup;
children = (
F8A8C8E6201F925800F49C15 /* CoreBrightness.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
F8DB0B54201DE41300991F83 /* Info */ = {
isa = PBXGroup;
children = (
F8DB0B57201DE52F00991F83 /* Readme.md */,
9DBE37661DB7A9D600ABE422 /* License.txt */,
);
name = Info;
sourceTree = "<group>";
};
F8DB0B55201DE43A00991F83 /* Resources */ = {
isa = PBXGroup;
children = (
9DBE37551DB7990900ABE422 /* Assets.xcassets */,
);
name = Resources;
sourceTree = "<group>";
};
F8DB0B56201DE44A00991F83 /* Classes */ = {
isa = PBXGroup;
children = (
F8A8C8E4201F7F1600F49C15 /* Config.h */,
9DBE374F1DB7990900ABE422 /* AppDelegate.h */,
9DBE37501DB7990900ABE422 /* AppDelegate.m */,
9DBE37601DB7996100ABE422 /* DDC.c */,
9DBE37611DB7996100ABE422 /* DDC.h */,
9DBE37631DB79A4000ABE422 /* BezelServices.h */,
9D1F75421DBD44310039345A /* OSD.h */,
F8197A22201E818A0006516C /* CBBlueLightClient.h */,
F8DB0B5E201DEAF300991F83 /* SettingsWindowController.h */,
F8DB0B5F201DEAF300991F83 /* SettingsWindowController.m */,
F8DB0B60201DEAF300991F83 /* SettingsWindowController.xib */,
F8DB0B65201E008200991F83 /* BrightnessViewController.h */,
F8DB0B66201E008200991F83 /* BrightnessViewController.m */,
F8DB0B67201E008200991F83 /* BrightnessViewController.xib */,
F8A8C8E8201F98CF00F49C15 /* ColorTemperatureViewController.h */,
F8A8C8E9201F98CF00F49C15 /* ColorTemperatureViewController.m */,
F8A8C8EA201F98CF00F49C15 /* ColorTemperatureViewController.xib */,
);
name = Classes;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -112,8 +172,8 @@
9DBE37441DB7990900ABE422 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = "Benno Krauss";
LastUpgradeCheck = 1330;
ORGANIZATIONNAME = "Volodymyr Klymenko";
TargetAttributes = {
9DBE374B1DB7990900ABE422 = {
CreatedOnToolsVersion = 8.0;
Expand All @@ -122,8 +182,8 @@
};
};
buildConfigurationList = 9DBE37471DB7990900ABE422 /* Build configuration list for PBXProject "NativeDisplayBrightness" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Expand All @@ -144,8 +204,11 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F8A8C8EC201F98CF00F49C15 /* ColorTemperatureViewController.xib in Resources */,
F8DB0B58201DE52F00991F83 /* Readme.md in Resources */,
F8DB0B69201E008200991F83 /* BrightnessViewController.xib in Resources */,
F8DB0B62201DEAF300991F83 /* SettingsWindowController.xib in Resources */,
9DBE37561DB7990900ABE422 /* Assets.xcassets in Resources */,
9DBE37591DB7990900ABE422 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -156,25 +219,17 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9DBE37621DB7996100ABE422 /* DDC.m in Sources */,
9DBE37621DB7996100ABE422 /* DDC.c in Sources */,
F8DB0B68201E008200991F83 /* BrightnessViewController.m in Sources */,
F8A8C8EB201F98CF00F49C15 /* ColorTemperatureViewController.m in Sources */,
9DBE37541DB7990900ABE422 /* main.m in Sources */,
F8DB0B61201DEAF300991F83 /* SettingsWindowController.m in Sources */,
9DBE37511DB7990900ABE422 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
9DBE37571DB7990900ABE422 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
9DBE37581DB7990900ABE422 /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
9DBE375B1DB7990900ABE422 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -267,9 +322,20 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 13;
DEVELOPMENT_TEAM = L3UA46DS39;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks";
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
INFOPLIST_FILE = NativeDisplayBrightness/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12.4;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.bensge.NativeDisplayBrightness;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -279,9 +345,20 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 13;
DEVELOPMENT_TEAM = L3UA46DS39;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks";
GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
INFOPLIST_FILE = NativeDisplayBrightness/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12.4;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.bensge.NativeDisplayBrightness;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
LastUpgradeVersion = "1330"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -27,8 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -38,8 +36,8 @@
ReferencedContainer = "container:NativeDisplayBrightness.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -61,8 +59,6 @@
ReferencedContainer = "container:NativeDisplayBrightness.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Loading