Mercurial > hg > ambi-plugin
diff Classic Ambisonics Decoder VST.xcodeproj/project.pbxproj @ 7:f7ec6d983ec0
Begins of the polar plot.
author | martinm_home <martin.morrell@eecs.qmul.ac.uk> |
---|---|
date | Sat, 15 Sep 2012 15:07:00 +0100 |
parents | 503cbcdd0b2a |
children | d967dd1eafe8 |
line wrap: on
line diff
--- a/Classic Ambisonics Decoder VST.xcodeproj/project.pbxproj Mon Sep 10 14:03:14 2012 +0100 +++ b/Classic Ambisonics Decoder VST.xcodeproj/project.pbxproj Sat Sep 15 15:07:00 2012 +0100 @@ -26,6 +26,7 @@ 0C7C241B159860DE0050E903 /* audioeffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C7C2416159860DE0050E903 /* audioeffect.cpp */; }; 0C7C241C159860DE0050E903 /* audioeffectx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C7C2418159860DE0050E903 /* audioeffectx.cpp */; }; 0C7C241D159860DE0050E903 /* vstplugmain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C7C241A159860DE0050E903 /* vstplugmain.cpp */; }; + 0CC1308516045FA400DFB900 /* MyPlot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C54F70415F8BB4C00953CE0 /* MyPlot.cpp */; }; 8D01CCCE0486CAD60068D4B7 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08EA7FFBFE8413EDC02AAC07 /* Carbon.framework */; }; F43771F012439E4600248B30 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F47F241F11D4C30900C94CAF /* Cocoa.framework */; }; F43771F312439E9100248B30 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F47F241C11D4C2F600C94CAF /* Accelerate.framework */; }; @@ -277,6 +278,7 @@ 0C54F70B15F8BB4D00953CE0 /* GUI.cpp in Sources */, 0C54F70D15F8BB4D00953CE0 /* SoundField.cpp in Sources */, 0C54F70E15F8BB4D00953CE0 /* SoundFieldMain.cpp in Sources */, + 0CC1308516045FA400DFB900 /* MyPlot.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -340,7 +342,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)"; - CURRENT_PROJECT_VERSION = 0.0.0.123; + CURRENT_PROJECT_VERSION = ""; DSTROOT = "/tmp/$(PROJECT_NAME).dst"; GCC_PREPROCESSOR_DEFINITIONS = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; @@ -352,7 +354,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.5; ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)"; PREBINDING = NO; - VERSIONING_SYSTEM = "apple-generic"; + VERSIONING_SYSTEM = ""; }; name = Debug; }; @@ -361,7 +363,7 @@ buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; - CURRENT_PROJECT_VERSION = 0.0.0.123; + CURRENT_PROJECT_VERSION = ""; DSTROOT = "/tmp/$(PROJECT_NAME).dst"; GCC_PREPROCESSOR_DEFINITIONS = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; @@ -371,7 +373,7 @@ INFOPLIST_PREPROCESS = YES; MACOSX_DEPLOYMENT_TARGET = 10.5; PREBINDING = NO; - VERSIONING_SYSTEM = "apple-generic"; + VERSIONING_SYSTEM = ""; }; name = Release; };