summaryrefslogtreecommitdiffstats
path: root/WasmAudio.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'WasmAudio.xcodeproj/project.pbxproj')
-rw-r--r--WasmAudio.xcodeproj/project.pbxproj52
1 files changed, 52 insertions, 0 deletions
diff --git a/WasmAudio.xcodeproj/project.pbxproj b/WasmAudio.xcodeproj/project.pbxproj
index 53e8a8c..4c87b7c 100644
--- a/WasmAudio.xcodeproj/project.pbxproj
+++ b/WasmAudio.xcodeproj/project.pbxproj
@@ -7,7 +7,10 @@
objects = {
/* Begin PBXBuildFile section */
+ 8D1ACB0726A0278200AAF1EB /* firmath.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D1ACB0626A0278200AAF1EB /* firmath.c */; };
8D6E30352694457C007D7ECF /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D6E30342694457C007D7ECF /* main.c */; };
+ 8D6E303F269445E3007D7ECF /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D6E303E269445E2007D7ECF /* SDL2.framework */; };
+ 8D6E30442694472D007D7ECF /* Makefile in Sources */ = {isa = PBXBuildFile; fileRef = 8D6E30432694472D007D7ECF /* Makefile */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
@@ -23,8 +26,15 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
+ 8D1ACB0526A0278200AAF1EB /* firmath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = firmath.h; sourceTree = "<group>"; };
+ 8D1ACB0626A0278200AAF1EB /* firmath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = firmath.c; sourceTree = "<group>"; };
8D6E30312694457C007D7ECF /* WasmAudio */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = WasmAudio; sourceTree = BUILT_PRODUCTS_DIR; };
8D6E30342694457C007D7ECF /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
+ 8D6E303C269445C8007D7ECF /* Library */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Library; path = ../../../../../Library; sourceTree = "<group>"; };
+ 8D6E303E269445E2007D7ECF /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = ../../../../../Library/Frameworks/SDL2.framework; sourceTree = "<group>"; };
+ 8D6E304026944620007D7ECF /* SDL2_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_ttf.framework; path = ../../../../../Library/Frameworks/SDL2_ttf.framework; sourceTree = "<group>"; };
+ 8D6E30432694472D007D7ECF /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
+ 8D6E304526944876007D7ECF /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -32,17 +42,30 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 8D6E303F269445E3007D7ECF /* SDL2.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
+ 8D1ACB0426A0276B00AAF1EB /* FIR */ = {
+ isa = PBXGroup;
+ children = (
+ 8D1ACB0626A0278200AAF1EB /* firmath.c */,
+ 8D1ACB0526A0278200AAF1EB /* firmath.h */,
+ );
+ path = FIR;
+ sourceTree = "<group>";
+ };
8D6E30282694457C007D7ECF = {
isa = PBXGroup;
children = (
+ 8D1ACB0426A0276B00AAF1EB /* FIR */,
+ 8D6E3042269446EE007D7ECF /* Build */,
8D6E30332694457C007D7ECF /* WasmAudio */,
8D6E30322694457C007D7ECF /* Products */,
+ 8D6E303B269445C8007D7ECF /* Frameworks */,
);
sourceTree = "<group>";
};
@@ -62,6 +85,25 @@
path = WasmAudio;
sourceTree = "<group>";
};
+ 8D6E303B269445C8007D7ECF /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 8D6E304026944620007D7ECF /* SDL2_ttf.framework */,
+ 8D6E303E269445E2007D7ECF /* SDL2.framework */,
+ 8D6E303C269445C8007D7ECF /* Library */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ 8D6E3042269446EE007D7ECF /* Build */ = {
+ isa = PBXGroup;
+ children = (
+ 8D6E304526944876007D7ECF /* index.html */,
+ 8D6E30432694472D007D7ECF /* Makefile */,
+ );
+ path = Build;
+ sourceTree = "<group>";
+ };
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -118,6 +160,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 8D1ACB0726A0278200AAF1EB /* firmath.c in Sources */,
+ 8D6E30442694472D007D7ECF /* Makefile in Sources */,
8D6E30352694457C007D7ECF /* main.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -240,6 +284,10 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(LOCAL_LIBRARY_DIR)/Frameworks",
+ );
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@@ -248,6 +296,10 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "$(LOCAL_LIBRARY_DIR)/Frameworks",
+ );
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;