Skip to content

Commit c83a6ae

Browse files
committed
1.9.6 Added preference to override igpu warning
1 parent 4777774 commit c83a6ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gSwitch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
659659
GCC_WARN_UNUSED_FUNCTION = YES;
660660
GCC_WARN_UNUSED_VARIABLE = YES;
661-
MACOSX_DEPLOYMENT_TARGET = 10.13;
661+
MACOSX_DEPLOYMENT_TARGET = 10.12;
662662
MTL_ENABLE_DEBUG_INFO = YES;
663663
ONLY_ACTIVE_ARCH = YES;
664664
SDKROOT = macosx;
@@ -714,7 +714,7 @@
714714
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
715715
GCC_WARN_UNUSED_FUNCTION = YES;
716716
GCC_WARN_UNUSED_VARIABLE = YES;
717-
MACOSX_DEPLOYMENT_TARGET = 10.13;
717+
MACOSX_DEPLOYMENT_TARGET = 10.12;
718718
MTL_ENABLE_DEBUG_INFO = NO;
719719
SDKROOT = macosx;
720720
SWIFT_COMPILATION_MODE = wholemodule;

gSwitch/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2018 CodySchrank. All rights reserved.
77
//
88

9-
/** gSwitch 1.9.5 */
9+
/** gSwitch 1.9.6 */
1010

1111
import Cocoa
1212
import ServiceManagement

0 commit comments

Comments
 (0)