Skip to content

Commit eb6deb1

Browse files
author
JoniVR
committed
Update DDC.swift
See MonitorControl#102 - fixed compatibility with some monitors (thanks to @KNNSpeed for providing a solution)
1 parent 796574a commit eb6deb1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "reitermarkus/DDC.swift" "f8e7dc7f2fea41ec4e27672fdbc7051be218ad02"
1+
github "reitermarkus/DDC.swift" "41e7c49b0450033c5349ca1cf5234a26ebc011b8"
22
github "rnine/AMCoreAudio" "3.3.1"
33
github "shpakovski/MASPreferences" "1.3"
44
github "the0neyouseek/MediaKeyTap" "3.1.0"

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@
700700
);
701701
INFOPLIST_FILE = MonitorControl/Info.plist;
702702
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
703-
MARKETING_VERSION = 1.6.0;
703+
MARKETING_VERSION = 1.7.0;
704704
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl;
705705
PRODUCT_NAME = "$(TARGET_NAME)";
706706
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -727,7 +727,7 @@
727727
);
728728
INFOPLIST_FILE = MonitorControl/Info.plist;
729729
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
730-
MARKETING_VERSION = 1.6.0;
730+
MARKETING_VERSION = 1.7.0;
731731
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl;
732732
PRODUCT_NAME = "$(TARGET_NAME)";
733733
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -753,7 +753,7 @@
753753
GCC_C_LANGUAGE_STANDARD = gnu11;
754754
INFOPLIST_FILE = MonitorControlHelper/Info.plist;
755755
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
756-
MARKETING_VERSION = 1.6.0;
756+
MARKETING_VERSION = 1.7.0;
757757
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper;
758758
PRODUCT_NAME = "$(TARGET_NAME)";
759759
SKIP_INSTALL = YES;
@@ -778,7 +778,7 @@
778778
GCC_C_LANGUAGE_STANDARD = gnu11;
779779
INFOPLIST_FILE = MonitorControlHelper/Info.plist;
780780
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
781-
MARKETING_VERSION = 1.6.0;
781+
MARKETING_VERSION = 1.7.0;
782782
PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper;
783783
PRODUCT_NAME = "$(TARGET_NAME)";
784784
SKIP_INSTALL = YES;

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>571</string>
22+
<string>572</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

MonitorControlHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>571</string>
22+
<string>572</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)