From: <bor...@us...> - 2020-07-17 15:53:35
|
Revision: 3744 http://sourceforge.net/p/ftm/code/3744 Author: borghesi Date: 2020-07-17 15:53:32 +0000 (Fri, 17 Jul 2020) Log Message: ----------- Modified Paths: -------------- trunk/ftm/build/max5/osx-macho/ftmexternals.xcodeproj/project.pbxproj Modified: trunk/ftm/build/max5/osx-macho/ftmexternals.xcodeproj/project.pbxproj =================================================================== --- trunk/ftm/build/max5/osx-macho/ftmexternals.xcodeproj/project.pbxproj 2020-07-17 15:52:58 UTC (rev 3743) +++ trunk/ftm/build/max5/osx-macho/ftmexternals.xcodeproj/project.pbxproj 2020-07-17 15:53:32 UTC (rev 3744) @@ -2883,7 +2883,8 @@ 21195BA318800BF200EAB1FF /* Debug_harder */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_CXX_LIBRARY = "libc++"; CLANG_LINK_OBJC_RUNTIME = NO; CLANG_WARN_ENUM_CONVERSION = YES; COMPONENTS_DIR = ../../../../components; @@ -2929,9 +2930,10 @@ "$(SDIF_DIR)", ); INFOPLIST_FILE = ftmexternal.plist; + JS_DIR = ../../../../components/js; JUCE_DIR = "$(COMPONENTS_DIR)/juce"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max6.1"; + MACOSX_DEPLOYMENT_TARGET = 10.7; + MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max8"; MAX_FRAMEWORKS = "-framework MaxAPI -framework MaxAudioAPI"; OTHER_LDFLAGS = ( "-framework", @@ -3020,6 +3022,8 @@ 21195BAD18800BF200EAB1FF /* Debug_harder */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; + CLANG_CXX_LIBRARY = "libc++"; GCC_INPUT_FILETYPE = automatic; GCC_PREPROCESSOR_DEFINITIONS = ( "IMTREDITOR_C_GUI_INTERFACE=1", @@ -3069,15 +3073,16 @@ 21195BB018800BF200EAB1FF /* Debug_harder */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "$(inherited)", - "-framework", - MaxJSRef, + ../../../../components/js/lib/libmozjs185.dylib, ); PRODUCT_NAME = ftm.javascript; }; @@ -3086,10 +3091,11 @@ 21195BB118800BF200EAB1FF /* Debug_harder */ = { isa = XCBuildConfiguration; buildSettings = { + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "-framework", @@ -3297,6 +3303,8 @@ 218B72340E80091000A7CEAD /* Debug_optimised */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; + CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; GCC_INPUT_FILETYPE = automatic; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -3475,16 +3483,17 @@ 218B72490E80091000A7CEAD /* Debug_optimised */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "$(inherited)", - "-framework", - MaxJSRef, + ../../../../components/js/lib/libmozjs185.dylib, ); PRODUCT_NAME = ftm.javascript; }; @@ -3494,10 +3503,11 @@ isa = XCBuildConfiguration; buildSettings = { COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "-framework", @@ -3593,7 +3603,8 @@ 218B72540E80091000A7CEAD /* Debug_optimised */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_CXX_LIBRARY = "libc++"; CLANG_LINK_OBJC_RUNTIME = NO; CLANG_WARN_ENUM_CONVERSION = YES; COMPONENTS_DIR = ../../../../components; @@ -3637,9 +3648,10 @@ "$(SDIF_DIR)", ); INFOPLIST_FILE = ftmexternal.plist; + JS_DIR = ../../../../components/js; JUCE_DIR = "$(COMPONENTS_DIR)/juce"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max6.1"; + MACOSX_DEPLOYMENT_TARGET = 10.7; + MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max8"; MAX_FRAMEWORKS = "-framework MaxAPI -framework MaxAudioAPI"; OTHER_LDFLAGS = ( "-framework", @@ -3704,6 +3716,8 @@ 3B1CA7E00C467B12005F0280 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; + CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; GCC_INPUT_FILETYPE = automatic; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -3740,6 +3754,8 @@ 3B1CA7E10C467B12005F0280 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; + CLANG_CXX_LIBRARY = "libc++"; COMBINE_HIDPI_IMAGES = YES; GCC_INPUT_FILETYPE = automatic; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -4078,7 +4094,8 @@ 3B5DEE230861C3ED00B9AEEA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + ARCHS = "$(ARCHS_STANDARD)"; + CLANG_CXX_LIBRARY = "libc++"; CLANG_LINK_OBJC_RUNTIME = NO; CLANG_WARN_ENUM_CONVERSION = YES; COMPONENTS_DIR = ../../../../components; @@ -4120,9 +4137,10 @@ "$(SDIF_DIR)", ); INFOPLIST_FILE = ftmexternal.plist; + JS_DIR = ../../../../components/js; JUCE_DIR = "$(COMPONENTS_DIR)/juce"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max6.1"; + MACOSX_DEPLOYMENT_TARGET = 10.7; + MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max8"; MAX_FRAMEWORKS = "-framework MaxAPI -framework MaxAudioAPI"; OTHER_LDFLAGS = ( "-framework", @@ -4148,6 +4166,7 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + CLANG_CXX_LIBRARY = "libc++"; CLANG_LINK_OBJC_RUNTIME = NO; CLANG_WARN_ENUM_CONVERSION = YES; COMPONENTS_DIR = ../../../../components; @@ -4196,9 +4215,10 @@ "$(SDIF_DIR)", ); INFOPLIST_FILE = ftmexternal.plist; + JS_DIR = ../../../../components/js; JUCE_DIR = "$(COMPONENTS_DIR)/juce"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max6.1"; + MACOSX_DEPLOYMENT_TARGET = 10.7; + MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max8"; MAX_FRAMEWORKS = "-framework MaxAPI -framework MaxAudioAPI"; OTHER_LDFLAGS = ( "-framework", @@ -4243,6 +4263,420 @@ }; name = Release; }; + 3BFD349324C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_LINK_OBJC_RUNTIME = NO; + CLANG_WARN_ENUM_CONVERSION = YES; + CODE_SIGN_IDENTITY = "Developer ID Application: INST RECHER COORD ACOUST MUSICALE (3BD2P55TR2)"; + CODE_SIGN_STYLE = Manual; + COMPONENTS_DIR = ../../../../components; + COMPONENT_LIBS = "$(SDIF_LIBS) $(SNDFILE_LIBS)"; + COPYING_PRESERVES_HFS_DATA = YES; + COPY_PHASE_STRIP = YES; + DEBUG_FLAGS = "_NDEBUG=1 NEBUG=1"; + DEBUG_INFORMATION_FORMAT = dwarf; + EXTERNALS_DIR = "../../../../../build-max5"; + FRAMEWORK_SEARCH_PATHS = ( + "$(FTM_FRAMEWORK_DIR)", + "$(MAXAPI_DIR)/**", + /Library/Frameworks, + ); + FTM_FRAMEWORKS = "$(FTM_FRAMEWORK_DIR)/ftm.mxo/Contents/MacOS/ftm"; + FTM_FRAMEWORK_DIR = "$(EXTERNALS_DIR)"; + FTM_VERSION = 2.6; + GCC_AUTO_VECTORIZATION = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_OPTIMIZATION_LEVEL = 3; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "$(MAXAPI_DIR)/max-includes/macho-prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(DEBUG_FLAGS)", + "$(VERSION_MACROS)", + "IMTREDITOR_C_GUI_INTERFACE=1", + ); + GCC_UNROLL_LOOPS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; + GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; + GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES; + GCC_WARN_SIGN_COMPARE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNKNOWN_PRAGMAS = NO; + GCC_WARN_UNUSED_FUNCTION = NO; + GCC_WARN_UNUSED_PARAMETER = NO; + GCC_WARN_UNUSED_VALUE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + GENERATE_PKGINFO_FILE = YES; + HEADER_SEARCH_PATHS = ( + "$(MAXAPI_DIR)/**", + "$(EXTERNALS_DIR)/ftm.mxo/Contents/Headers", + "$(SNDFILE_DIR)", + "$(JUCE_DIR)", + "$(SDIF_DIR)", + ); + INFOPLIST_FILE = ftmexternal.plist; + JS_DIR = ../../../../components/js; + JUCE_DIR = "$(COMPONENTS_DIR)/juce"; + MACOSX_DEPLOYMENT_TARGET = 10.7; + MAXAPI_DIR = "${COMPONENTS_DIR}/maxapi/max8"; + MAX_FRAMEWORKS = "-framework MaxAPI -framework MaxAudioAPI"; + OTHER_CODE_SIGN_FLAGS = "--timestamp"; + OTHER_LDFLAGS = ( + "-framework", + Carbon, + "-lmx", + "$(SYS_FRAMEWORKS)", + "$(MAX_FRAMEWORKS)", + "$(FTM_FRAMEWORKS)", + "$(COMPONENT_LIBS)", + ); + PRODUCT_NAME = install; + SDIF_DIR = "$(COMPONENTS_DIR)/sdif"; + SDIF_LIBS = "$(SDIF_DIR)/macos-fat/libsdif.a"; + SECTORDER_FLAGS = ""; + SNDFILE_DIR = "$(COMPONENTS_DIR)/sndfile"; + SNDFILE_LIBS = "$(SNDFILE_DIR)/macos/libFLAC.a $(SNDFILE_DIR)/macos/libogg.a $(SNDFILE_DIR)/macos/libsndfile.a $(SNDFILE_DIR)/macos/libvorbis.a $(SNDFILE_DIR)/macos/libvorbisenc.a"; + SYS_FRAMEWORKS = "-framework Accelerate"; + WARNING_CFLAGS = ""; + WRAPPER_EXTENSION = mxo; + }; + name = ReleaseCodesign; + }; + 3BFD349424C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + MACOSX_DEPLOYMENT_TARGET = ""; + PRODUCT_NAME = all; + }; + name = ReleaseCodesign; + }; + 3BFD349524C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = basic; + }; + name = ReleaseCodesign; + }; + 3BFD349624C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = max; + }; + name = ReleaseCodesign; + }; + 3BFD349724C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = additional; + }; + name = ReleaseCodesign; + }; + 3BFD349824C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = install; + }; + name = ReleaseCodesign; + }; + 3BFD349924C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.startup; + }; + name = ReleaseCodesign; + }; + 3BFD349A24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.object; + }; + name = ReleaseCodesign; + }; + 3BFD349B24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = ftm.mess; + SDKROOT = macosx; + }; + name = ReleaseCodesign; + }; + 3BFD349C24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.vecdisplay; + }; + name = ReleaseCodesign; + }; + 3BFD349D24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; + CLANG_CXX_LIBRARY = "libc++"; + COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = automatic; + GCC_PREPROCESSOR_DEFINITIONS = ( + "IMTREDITOR_C_GUI_INTERFACE=1", + "DISABLE_JUCE_NAMESPACE=1", + "_NDEBUG=1", + "NDEBUG=1", + "IMTREDITOR_DONT_USE_LOCAL_JUCEINCLUDES=1", + "JUCER_XCODE_MAC_F6D2F4CF=1", + ); + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(COMPONENTS_DIR)/juce", + "$(COMPONENTS_DIR)/juce/modules", + "$(COMPONENTS_DIR)/ImtrEditor/**", + ); + OTHER_LDFLAGS = ( + "${inherited}", + "-framework", + Cocoa, + "-framework", + IOKit, + "-framework", + QuartzCore, + "-framework", + WebKit, + "-framework", + OpenGL, + ); + PRODUCT_NAME = ftm.editor; + }; + name = ReleaseCodesign; + }; + 3BFD349E24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.absargs; + }; + name = ReleaseCodesign; + }; + 3BFD349F24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.buffer; + }; + name = ReleaseCodesign; + }; + 3BFD34A024C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; + COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ../../../../components/js/src, + ../../../../components/js/nspr, + ); + OTHER_LDFLAGS = ( + "$(inherited)", + ../../../../components/js/lib/libmozjs185.dylib, + ); + PRODUCT_NAME = ftm.javascript; + }; + name = ReleaseCodesign; + }; + 3BFD34A124C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ../../../../components/js/src, + ../../../../components/js/nspr, + ); + OTHER_LDFLAGS = ( + "-framework", + Carbon, + "-lmx", + "-framework", + MaxAPI, + "-framework", + MaxAudioAPI, + ); + PRODUCT_NAME = ftmjs; + }; + name = ReleaseCodesign; + }; + 3BFD34A224C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + "$(MAX_FRAMEWORK_DIR)/JitterAPI.framework/Headers", + ); + OTHER_LDFLAGS = ( + "$(inherited)", + "-framework", + JitterAPI, + ); + PRODUCT_NAME = ftm.jitter; + }; + name = ReleaseCodesign; + }; + 3BFD34A324C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.clone; + }; + name = ReleaseCodesign; + }; + 3BFD34A424C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.copy; + }; + name = ReleaseCodesign; + }; + 3BFD34A524C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.inter; + }; + name = ReleaseCodesign; + }; + 3BFD34A624C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.iter; + }; + name = ReleaseCodesign; + }; + 3BFD34A724C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.list; + }; + name = ReleaseCodesign; + }; + 3BFD34A824C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.midiparse; + }; + name = ReleaseCodesign; + }; + 3BFD34A924C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.midiunparse; + }; + name = ReleaseCodesign; + }; + 3BFD34AA24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.play; + }; + name = ReleaseCodesign; + }; + 3BFD34AB24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.print; + }; + name = ReleaseCodesign; + }; + 3BFD34AC24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.record; + }; + name = ReleaseCodesign; + }; + 3BFD34AD24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.schedule; + }; + name = ReleaseCodesign; + }; + 3BFD34AE24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.tween; + }; + name = ReleaseCodesign; + }; + 3BFD34AF24C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.value; + }; + name = ReleaseCodesign; + }; + 3BFD34B024C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.sdif.info; + }; + name = ReleaseCodesign; + }; + 3BFD34B124C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.sdif.write; + }; + name = ReleaseCodesign; + }; + 3BFD34B224C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + OTHER_LDFLAGS = ( + "$(inherited)", + "-lsqlite3", + ); + PRODUCT_NAME = ftm.sqlite; + }; + name = ReleaseCodesign; + }; + 3BFD34B324C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + PRODUCT_NAME = ftm.guilistener; + }; + name = ReleaseCodesign; + }; + 3BFD34B424C1F61800A7EF6B /* ReleaseCodesign */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + PRODUCT_NAME = "ftm.editor DOC"; + ZERO_LINK = NO; + }; + name = ReleaseCodesign; + }; 3BFEBB460AB172450026E8D4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4263,10 +4697,11 @@ isa = XCBuildConfiguration; buildSettings = { COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "-framework", @@ -4285,10 +4720,11 @@ isa = XCBuildConfiguration; buildSettings = { COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "-framework", @@ -4330,16 +4766,17 @@ 5CCF9CF20AAB84E900DD7255 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "$(inherited)", - "-framework", - MaxJSRef, + ../../../../components/js/lib/debug/libmozjs185.dylib, ); PRODUCT_NAME = ftm.javascript; }; @@ -4348,16 +4785,17 @@ 5CCF9CF30AAB84E900DD7255 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; COMBINE_HIDPI_IMAGES = YES; + GCC_INPUT_FILETYPE = sourcecode.cpp.cpp; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers", - "$(MAX_FRAMEWORK_DIR)/MaxJSRef.framework/Headers/nspr", + ../../../../components/js/src, + ../../../../components/js/nspr, ); OTHER_LDFLAGS = ( "$(inherited)", - "-framework", - MaxJSRef, + ../../../../components/js/lib/libmozjs185.dylib, ); PRODUCT_NAME = ftm.javascript; }; @@ -4465,6 +4903,7 @@ 21195BC218800BF200EAB1FF /* Debug_harder */, 218B724E0E80091000A7CEAD /* Debug_optimised */, 211ADFE00A7902A2007B20AA /* Release */, + 3BFD34B224C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4476,6 +4915,7 @@ 21195BC118800BF200EAB1FF /* Debug_harder */, 218B724D0E80091000A7CEAD /* Debug_optimised */, 2195DE0809A24A63007DEFAF /* Release */, + 3BFD34B124C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4487,6 +4927,7 @@ 21195BAA18800BF200EAB1FF /* Debug_harder */, 3B198EB60F8A0E3500F53450 /* Debug_optimised */, 3B198EB70F8A0E3500F53450 /* Release */, + 3BFD349A24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4498,6 +4939,7 @@ 21195BAD18800BF200EAB1FF /* Debug_harder */, 218B72340E80091000A7CEAD /* Debug_optimised */, 3B1CA7E10C467B12005F0280 /* Release */, + 3BFD349D24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4509,6 +4951,7 @@ 21195BC318800BF200EAB1FF /* Debug_harder */, 218B723A0E80091000A7CEAD /* Debug_optimised */, 3B3E8CAC0AB81AB100EE3FAB /* Release */, + 3BFD34B324C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4520,6 +4963,7 @@ 21195BAB18800BF200EAB1FF /* Debug_harder */, 218B72320E80091000A7CEAD /* Debug_optimised */, 3B5DEDD80861C3ED00B9AEEA /* Release */, + 3BFD349B24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4531,6 +4975,7 @@ 21195BAC18800BF200EAB1FF /* Debug_harder */, 218B72330E80091000A7CEAD /* Debug_optimised */, 3B5DEDDC0861C3ED00B9AEEA /* Release */, + 3BFD349C24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4542,6 +4987,7 @@ 21195BB318800BF200EAB1FF /* Debug_harder */, 218B72380E80091000A7CEAD /* Debug_optimised */, 3B5DEDE00861C3ED00B9AEEA /* Release */, + 3BFD34A324C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4553,6 +4999,7 @@ 21195BB418800BF200EAB1FF /* Debug_harder */, 218B72390E80091000A7CEAD /* Debug_optimised */, 3B5DEDE40861C3ED00B9AEEA /* Release */, + 3BFD34A424C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4564,6 +5011,7 @@ 21195BB518800BF200EAB1FF /* Debug_harder */, 218B723B0E80091000A7CEAD /* Debug_optimised */, 3B5DEDE80861C3ED00B9AEEA /* Release */, + 3BFD34A524C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4575,6 +5023,7 @@ 21195BB618800BF200EAB1FF /* Debug_harder */, 218B723C0E80091000A7CEAD /* Debug_optimised */, 3B5DEDEC0861C3ED00B9AEEA /* Release */, + 3BFD34A624C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4586,6 +5035,7 @@ 21195BB718800BF200EAB1FF /* Debug_harder */, 218B723D0E80091000A7CEAD /* Debug_optimised */, 3B5DEDF00861C3ED00B9AEEA /* Release */, + 3BFD34A724C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4597,6 +5047,7 @@ 21195BB818800BF200EAB1FF /* Debug_harder */, 218B723F0E80091000A7CEAD /* Debug_optimised */, 3B5DEDF40861C3ED00B9AEEA /* Release */, + 3BFD34A824C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4608,6 +5059,7 @@ 21195BB918800BF200EAB1FF /* Debug_harder */, 218B72400E80091000A7CEAD /* Debug_optimised */, 3B5DEDF80861C3ED00B9AEEA /* Release */, + 3BFD34A924C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4619,6 +5071,7 @@ 21195BBA18800BF200EAB1FF /* Debug_harder */, 218B72420E80091000A7CEAD /* Debug_optimised */, 3B5DEDFC0861C3ED00B9AEEA /* Release */, + 3BFD34AA24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4630,6 +5083,7 @@ 21195BBB18800BF200EAB1FF /* Debug_harder */, 218B72430E80091000A7CEAD /* Debug_optimised */, 3B5DEE000861C3ED00B9AEEA /* Release */, + 3BFD34AB24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4641,6 +5095,7 @@ 21195BBC18800BF200EAB1FF /* Debug_harder */, 218B72440E80091000A7CEAD /* Debug_optimised */, 3B5DEE040861C3ED00B9AEEA /* Release */, + 3BFD34AC24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4652,6 +5107,7 @@ 21195BBD18800BF200EAB1FF /* Debug_harder */, 218B72450E80091000A7CEAD /* Debug_optimised */, 3B5DEE080861C3ED00B9AEEA /* Release */, + 3BFD34AD24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4663,6 +5119,7 @@ 21195BBE18800BF200EAB1FF /* Debug_harder */, 218B72460E80091000A7CEAD /* Debug_optimised */, 3B5DEE0C0861C3ED00B9AEEA /* Release */, + 3BFD34AE24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4674,6 +5131,7 @@ 21195BBF18800BF200EAB1FF /* Debug_harder */, 218B72470E80091000A7CEAD /* Debug_optimised */, 3B5DEE100861C3ED00B9AEEA /* Release */, + 3BFD34AF24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4685,6 +5143,7 @@ 21195BAF18800BF200EAB1FF /* Debug_harder */, 218B72360E80091000A7CEAD /* Debug_optimised */, 3B5DEE140861C3ED00B9AEEA /* Release */, + 3BFD349F24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4696,6 +5155,7 @@ 21195BA518800BF200EAB1FF /* Debug_harder */, 218B72480E80091000A7CEAD /* Debug_optimised */, 3B5DEE180861C3ED00B9AEEA /* Release */, + 3BFD349524C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4707,6 +5167,7 @@ 21195BC018800BF200EAB1FF /* Debug_harder */, 218B724C0E80091000A7CEAD /* Debug_optimised */, 3B5DEE200861C3ED00B9AEEA /* Release */, + 3BFD34B024C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4718,6 +5179,7 @@ 21195BA318800BF200EAB1FF /* Debug_harder */, 218B72540E80091000A7CEAD /* Debug_optimised */, 3B5DEE240861C3ED00B9AEEA /* Release */, + 3BFD349324C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4729,6 +5191,7 @@ 21195BC418800BF200EAB1FF /* Debug_harder */, 218B72530E80091000A7CEAD /* Debug_optimised */, 3BE056E00DE6E6AA0060DD66 /* Release */, + 3BFD34B424C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4740,6 +5203,7 @@ 21195BA418800BF200EAB1FF /* Debug_harder */, 218B72500E80091000A7CEAD /* Debug_optimised */, 3BFEBB470AB172450026E8D4 /* Release */, + 3BFD349424C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4751,6 +5215,7 @@ 21195BB118800BF200EAB1FF /* Debug_harder */, 218B724A0E80091000A7CEAD /* Debug_optimised */, 5C3DB7AF0AB078B000BE8005 /* Release */, + 3BFD34A124C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4762,6 +5227,7 @@ 21195BA918800BF200EAB1FF /* Debug_harder */, 5CC6167A1604F43B000E6DD7 /* Debug_optimised */, 5CC6167B1604F43B000E6DD7 /* Release */, + 3BFD349924C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4773,6 +5239,7 @@ 21195BB018800BF200EAB1FF /* Debug_harder */, 218B72490E80091000A7CEAD /* Debug_optimised */, 5CCF9CF30AAB84E900DD7255 /* Release */, + 3BFD34A024C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4784,6 +5251,7 @@ 21195BA618800BF200EAB1FF /* Debug_harder */, 218B72370E80091000A7CEAD /* Debug_optimised */, 5CD5DD240E17F6A800C85139 /* Release */, + 3BFD349624C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4795,6 +5263,7 @@ 21195BA718800BF200EAB1FF /* Debug_harder */, 218B724F0E80091000A7CEAD /* Debug_optimised */, 5CEF80C10AB1582C00AE1943 /* Release */, + 3BFD349724C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4806,6 +5275,7 @@ 21195BB218800BF200EAB1FF /* Debug_harder */, 218B724B0E80091000A7CEAD /* Debug_optimised */, 5CEF80DC0AB1590700AE1943 /* Release */, + 3BFD34A224C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4817,6 +5287,7 @@ 21195BAE18800BF200EAB1FF /* Debug_harder */, 218B72350E80091000A7CEAD /* Debug_optimised */, 5CFCB88A0AA5A86800DAB9A5 /* Release */, + 3BFD349E24C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; @@ -4828,6 +5299,7 @@ 21195BA818800BF200EAB1FF /* Debug_harder */, 218B72510E80091000A7CEAD /* Debug_optimised */, F47D6B1608A36696001D9636 /* Release */, + 3BFD349824C1F61800A7EF6B /* ReleaseCodesign */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug_optimised; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |