Fix build issues for newer versions of XCode
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// Paths
|
||||
|
||||
C74SUPPORT = $(SRCROOT)/FrameLib_Max_Objects/_MaxSDK_/c74support
|
||||
HEADER_SEARCH_PATHS = "$(C74SUPPORT)/max-includes" "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes"
|
||||
HEADER_SEARCH_PATHS = "$(C74SUPPORT)/max-includes" "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes" "$(PROJECT_DIR)/FrameLib_Dependencies" "$(PROJECT_DIR)/FrameLib_Max_Objects/Common"
|
||||
FRAMEWORK_SEARCH_PATHS = "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes"
|
||||
|
||||
// Special Files
|
||||
|
||||
@@ -183,7 +183,10 @@ void runTimeCompareTest(std::string name, std::string name1, std::string name2,
|
||||
|
||||
struct NoNotifier : FrameLib_ErrorReporter::HostNotifier
|
||||
{
|
||||
void notify() override {}
|
||||
bool notify(const FrameLib_ErrorReporter::ErrorReport& report) override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
NoNotifier notifier;
|
||||
|
||||
@@ -337,9 +337,7 @@
|
||||
B8A20FF622FCD7E300DF86D8 /* libframelib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B89ABA901FA73483006DAD53 /* libframelib.a */; };
|
||||
B8A20FF722FCD7E300DF86D8 /* MaxAudioAPI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B87E879819C8F61A00B1D0CD /* MaxAudioAPI.framework */; };
|
||||
B8A20FFF22FCD82700DF86D8 /* HISSTools_FFT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B85435731F65BF03001BA1AA /* HISSTools_FFT.cpp */; };
|
||||
B8A2100122FCD84500DF86D8 /* fl.firphase~.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8A2100022FCD84500DF86D8 /* fl.firphase~.cpp */; };
|
||||
B8A2100222FCD84500DF86D8 /* fl.firphase~.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8A2100022FCD84500DF86D8 /* fl.firphase~.cpp */; };
|
||||
B8A2100522FCD88F00DF86D8 /* FrameLib_FIRPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8A2100322FCD88E00DF86D8 /* FrameLib_FIRPhase.cpp */; };
|
||||
B8A2100622FCD88F00DF86D8 /* FrameLib_FIRPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8A2100322FCD88E00DF86D8 /* FrameLib_FIRPhase.cpp */; };
|
||||
B8A2100722FCD88F00DF86D8 /* FrameLib_FIRPhase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A2100422FCD88E00DF86D8 /* FrameLib_FIRPhase.h */; };
|
||||
B8A2100822FCDC8800DF86D8 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B88F558E207AB15C007774AD /* Accelerate.framework */; };
|
||||
@@ -12030,10 +12028,8 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
B8A2100522FCD88F00DF86D8 /* FrameLib_FIRPhase.cpp in Sources */,
|
||||
B8A1F5BE1D5370DE00FA5FFC /* NumericTesting.cpp in Sources */,
|
||||
B8B961DD1F1000D500D174F2 /* FrameLib_FixedPoint.cpp in Sources */,
|
||||
B8A2100122FCD84500DF86D8 /* fl.firphase~.cpp in Sources */,
|
||||
B80059BF1DAF96340073A866 /* FrameLib_RandGen.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
||||
Reference in New Issue
Block a user