Skip to content

Commit db7f131

Browse files
authored
Merge pull request #503 from ExistentialAudio/0.3.0
0.3.0
2 parents a2e88a4 + aff6551 commit db7f131

File tree

5 files changed

+372
-410
lines changed

5 files changed

+372
-410
lines changed

BlackHole.xcodeproj/project.pbxproj

+9-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
03FDCADC233FAE0500101681 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 03FDCADB233FAE0500101681 /* LICENSE */; };
1313
2D616EF415B8C82500D598BD /* BlackHole.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D616EF215B8C82500D598BD /* BlackHole.c */; };
1414
2D7477AD1578168D00412279 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D7477AC1578168D00412279 /* CoreFoundation.framework */; };
15+
3D6C8E44275E92AE0030C104 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D7477EC157823CF00412279 /* CoreAudio.framework */; };
16+
3D6C8E46275E92B40030C104 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D6C8E45275E92B40030C104 /* Accelerate.framework */; };
1517
/* End PBXBuildFile section */
1618

1719
/* Begin PBXFileReference section */
@@ -27,13 +29,16 @@
2729
2DA8FA1515FEAAB000F04B50 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
2830
2DD7AA9915EC572000C67AE1 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
2931
2DED183A15C357180091BE97 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = System/Library/Frameworks/Kernel.framework; sourceTree = SDKROOT; };
32+
3D6C8E45275E92B40030C104 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
3033
/* End PBXFileReference section */
3134

3235
/* Begin PBXFrameworksBuildPhase section */
3336
2D7477A61578168D00412279 /* Frameworks */ = {
3437
isa = PBXFrameworksBuildPhase;
3538
buildActionMask = 2147483647;
3639
files = (
40+
3D6C8E46275E92B40030C104 /* Accelerate.framework in Frameworks */,
41+
3D6C8E44275E92AE0030C104 /* CoreAudio.framework in Frameworks */,
3742
2D7477AD1578168D00412279 /* CoreFoundation.framework in Frameworks */,
3843
);
3944
runOnlyForDeploymentPostprocessing = 0;
@@ -75,6 +80,7 @@
7580
2D7477AB1578168D00412279 /* Frameworks */ = {
7681
isa = PBXGroup;
7782
children = (
83+
3D6C8E45275E92B40030C104 /* Accelerate.framework */,
7884
2D7477EC157823CF00412279 /* CoreAudio.framework */,
7985
2D7477AC1578168D00412279 /* CoreFoundation.framework */,
8086
2DD7AA9915EC572000C67AE1 /* IOKit.framework */,
@@ -332,7 +338,7 @@
332338
INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
333339
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
334340
MACOSX_DEPLOYMENT_TARGET = 10.9;
335-
MARKETING_VERSION = 0.2.10;
341+
MARKETING_VERSION = 0.3.0;
336342
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole2ch;
337343
PRODUCT_NAME = "$(TARGET_NAME)";
338344
WRAPPER_EXTENSION = driver;
@@ -352,7 +358,7 @@
352358
INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
353359
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
354360
MACOSX_DEPLOYMENT_TARGET = 10.9;
355-
MARKETING_VERSION = 0.2.10;
361+
MARKETING_VERSION = 0.3.0;
356362
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole2ch;
357363
PRODUCT_NAME = "$(TARGET_NAME)";
358364
WRAPPER_EXTENSION = driver;
@@ -372,7 +378,7 @@
372378
INFOPLIST_FILE = "$(SRCROOT)/BlackHole/BlackHole-Info.plist";
373379
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Audio/Plug-Ins/HAL";
374380
MACOSX_DEPLOYMENT_TARGET = 10.9;
375-
MARKETING_VERSION = 0.2.10;
381+
MARKETING_VERSION = 0.3.0;
376382
PRODUCT_BUNDLE_IDENTIFIER = audio.existential.BlackHole2ch;
377383
PRODUCT_NAME = "$(TARGET_NAME)";
378384
WRAPPER_EXTENSION = driver;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1310"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "2D7477A81578168D00412279"
18+
BuildableName = "BlackHole.driver"
19+
BlueprintName = "BlackHole"
20+
ReferencedContainer = "container:BlackHole.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
</LaunchAction>
44+
<ProfileAction
45+
buildConfiguration = "Release"
46+
shouldUseLaunchSchemeArgsEnv = "YES"
47+
savedToolIdentifier = ""
48+
useCustomWorkingDirectory = "NO"
49+
debugDocumentVersioning = "YES">
50+
<MacroExpansion>
51+
<BuildableReference
52+
BuildableIdentifier = "primary"
53+
BlueprintIdentifier = "2D7477A81578168D00412279"
54+
BuildableName = "BlackHole.driver"
55+
BlueprintName = "BlackHole"
56+
ReferencedContainer = "container:BlackHole.xcodeproj">
57+
</BuildableReference>
58+
</MacroExpansion>
59+
</ProfileAction>
60+
<AnalyzeAction
61+
buildConfiguration = "Debug">
62+
</AnalyzeAction>
63+
<ArchiveAction
64+
buildConfiguration = "Release"
65+
revealArchiveInOrganizer = "YES">
66+
</ArchiveAction>
67+
</Scheme>

0 commit comments

Comments
 (0)