diff --git a/CSNDICapturePlugin/CSNDICapturePlugin.xcodeproj/project.pbxproj b/CSNDICapturePlugin/CSNDICapturePlugin.xcodeproj/project.pbxproj
index df7413dd..c361ab85 100644
--- a/CSNDICapturePlugin/CSNDICapturePlugin.xcodeproj/project.pbxproj
+++ b/CSNDICapturePlugin/CSNDICapturePlugin.xcodeproj/project.pbxproj
@@ -240,7 +240,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.13;
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
@@ -291,7 +291,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.13;
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
diff --git a/CocoaSplit/AppDelegate.m b/CocoaSplit/AppDelegate.m
index aaf008fb..1ac9326c 100644
--- a/CocoaSplit/AppDelegate.m
+++ b/CocoaSplit/AppDelegate.m
@@ -171,7 +171,7 @@ -(void)changeAppearance
{
win.appearance = useAppearance;
}
- NSApp.appearance = useAppearance;
+ //NSApp.appearance = useAppearance;
}
[[NSNotificationCenter defaultCenter] postNotificationName:CSNotificationThemeChanged object:self];
diff --git a/CocoaSplit/CocoaSplit-Info.plist b/CocoaSplit/CocoaSplit-Info.plist
index 94947efc..2f63d39b 100644
--- a/CocoaSplit/CocoaSplit-Info.plist
+++ b/CocoaSplit/CocoaSplit-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.1.4
+ 2.1.5
CFBundleSignature
????
CFBundleURLTypes
@@ -32,7 +32,7 @@
CFBundleVersion
- 2.1.4
+ 2.1.5
LSApplicationCategoryType
public.app-category.video
LSMinimumSystemVersion
diff --git a/StreamServicePlugins/CSMixerStreamServicePlugin/CSMixerStreamServicePlugin.xcodeproj/project.pbxproj b/StreamServicePlugins/CSMixerStreamServicePlugin/CSMixerStreamServicePlugin.xcodeproj/project.pbxproj
index 7229bbc0..18525037 100644
--- a/StreamServicePlugins/CSMixerStreamServicePlugin/CSMixerStreamServicePlugin.xcodeproj/project.pbxproj
+++ b/StreamServicePlugins/CSMixerStreamServicePlugin/CSMixerStreamServicePlugin.xcodeproj/project.pbxproj
@@ -192,7 +192,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.13;
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
@@ -244,7 +244,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.13;
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
diff --git a/StreamServicePlugins/CSNewTekNDIStreamServicePlugin/CSNewTekNDIStreamServicePlugin.xcodeproj/project.pbxproj b/StreamServicePlugins/CSNewTekNDIStreamServicePlugin/CSNewTekNDIStreamServicePlugin.xcodeproj/project.pbxproj
index da108726..3ad41701 100644
--- a/StreamServicePlugins/CSNewTekNDIStreamServicePlugin/CSNewTekNDIStreamServicePlugin.xcodeproj/project.pbxproj
+++ b/StreamServicePlugins/CSNewTekNDIStreamServicePlugin/CSNewTekNDIStreamServicePlugin.xcodeproj/project.pbxproj
@@ -291,6 +291,7 @@
DEVELOPMENT_TEAM = L3JLUY4S5E;
INFOPLIST_FILE = CSNewTekNDIStreamServicePlugin/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_LDFLAGS = (
"-undefined",
suppress,
@@ -312,6 +313,7 @@
DEVELOPMENT_TEAM = L3JLUY4S5E;
INFOPLIST_FILE = CSNewTekNDIStreamServicePlugin/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
OTHER_LDFLAGS = (
"-undefined",
suppress,