Skip to content

Commit 85d2dd6

Browse files
committed
bs
1 parent 9aad698 commit 85d2dd6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Builds/MacOSX/OpenEphys.xcworkspace/xcshareddata/xcschemes/All.xcscheme

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "0720"
4-
version = "1.7">
4+
version = "1.8">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -373,7 +373,6 @@
373373
buildConfiguration = "Debug"
374374
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
375375
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
376-
language = ""
377376
launchStyle = "0"
378377
useCustomWorkingDirectory = "NO"
379378
ignoresPersistentStateOnLaunch = "NO"

Builds/MacOSX/open-ephys.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 51;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -4314,7 +4314,7 @@
43144314
};
43154315
};
43164316
buildConfigurationList = 3B096175C0B17BFA58475A08 /* Build configuration list for PBXProject "open-ephys" */;
4317-
compatibilityVersion = "Xcode 3.2";
4317+
compatibilityVersion = "Xcode 10.0";
43184318
developmentRegion = en;
43194319
hasScannedForEncodings = 0;
43204320
knownRegions = (

Source/Plugins/EventBroadcaster/EventBroadcaster.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ int EventBroadcaster::setListeningPort(int port, bool forceRestart)
189189
return 0;
190190
#endif
191191
}
192+
return 0; // CJB added
192193
}
193194

194195

0 commit comments

Comments
 (0)