From 8c86c8e56d5948f44ba7524284824bbc6eff952b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 12 Apr 2015 22:20:30 +0100 Subject: initial commit --- .../sunkenEngine.xcodeproj/project.pbxproj | 723 +++++++++++++++++++++ 1 file changed, 723 insertions(+) create mode 100644 sunkenEngine/sunkenEngine.xcodeproj/project.pbxproj (limited to 'sunkenEngine/sunkenEngine.xcodeproj/project.pbxproj') diff --git a/sunkenEngine/sunkenEngine.xcodeproj/project.pbxproj b/sunkenEngine/sunkenEngine.xcodeproj/project.pbxproj new file mode 100644 index 0000000..8501447 --- /dev/null +++ b/sunkenEngine/sunkenEngine.xcodeproj/project.pbxproj @@ -0,0 +1,723 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 22592A6C1AC7530700C5B29E /* ofxSVGTiny.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A631AC7530700C5B29E /* ofxSVGTiny.cpp */; }; + 22592A6D1AC7530700C5B29E /* src_colors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A661AC7530700C5B29E /* src_colors.cpp */; }; + 22592A6E1AC7530700C5B29E /* svgtiny.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A671AC7530700C5B29E /* svgtiny.cpp */; }; + 22592A6F1AC7530700C5B29E /* svgtiny_gradient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A691AC7530700C5B29E /* svgtiny_gradient.cpp */; }; + 22592A701AC7530700C5B29E /* svgtiny_list.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A6B1AC7530700C5B29E /* svgtiny_list.cpp */; }; + 22592A7A1AC7531300C5B29E /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A731AC7531300C5B29E /* ofxXmlSettings.cpp */; }; + 22592A7B1AC7531300C5B29E /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A761AC7531300C5B29E /* tinyxml.cpp */; }; + 22592A7C1AC7531300C5B29E /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A781AC7531300C5B29E /* tinyxmlerror.cpp */; }; + 22592A7D1AC7531300C5B29E /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A791AC7531300C5B29E /* tinyxmlparser.cpp */; }; + 22592A841AC7531D00C5B29E /* ofxSprite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A801AC7531D00C5B29E /* ofxSprite.cpp */; }; + 22592A851AC7531D00C5B29E /* ofxSpriteManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A821AC7531D00C5B29E /* ofxSpriteManager.cpp */; }; + 22592A8A1AC7532100C5B29E /* ofxAssets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A881AC7532100C5B29E /* ofxAssets.cpp */; }; + 22592ABA1AC7532F00C5B29E /* ofxRtMidiIn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A8E1AC7532F00C5B29E /* ofxRtMidiIn.cpp */; }; + 22592ABB1AC7532F00C5B29E /* ofxRtMidiOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A901AC7532F00C5B29E /* ofxRtMidiOut.cpp */; }; + 22592ABC1AC7532F00C5B29E /* ofxBaseMidi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A9D1AC7532F00C5B29E /* ofxBaseMidi.cpp */; }; + 22592ABD1AC7532F00C5B29E /* ofxMidi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592A9F1AC7532F00C5B29E /* ofxMidi.cpp */; }; + 22592ABE1AC7532F00C5B29E /* ofxMidiIn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AA21AC7532F00C5B29E /* ofxMidiIn.cpp */; }; + 22592ABF1AC7532F00C5B29E /* ofxMidiMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AA41AC7532F00C5B29E /* ofxMidiMessage.cpp */; }; + 22592AC01AC7532F00C5B29E /* ofxMidiOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AA61AC7532F00C5B29E /* ofxMidiOut.cpp */; }; + 22592AC11AC7532F00C5B29E /* RtMidi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AB61AC7532F00C5B29E /* RtMidi.cpp */; }; + 22592AC21AC7532F00C5B29E /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22592AB81AC7532F00C5B29E /* CoreMIDI.framework */; }; + 22592AC31AC7532F00C5B29E /* CoreMIDI.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 22592AB81AC7532F00C5B29E /* CoreMIDI.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 22592AD71AC7533800C5B29E /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AC61AC7533800C5B29E /* ofxBaseGui.cpp */; }; + 22592AD81AC7533800C5B29E /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AC81AC7533800C5B29E /* ofxButton.cpp */; }; + 22592AD91AC7533800C5B29E /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592ACB1AC7533800C5B29E /* ofxGuiGroup.cpp */; }; + 22592ADA1AC7533800C5B29E /* ofxLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592ACD1AC7533800C5B29E /* ofxLabel.cpp */; }; + 22592ADB1AC7533800C5B29E /* ofxPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592ACF1AC7533800C5B29E /* ofxPanel.cpp */; }; + 22592ADC1AC7533800C5B29E /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AD11AC7533800C5B29E /* ofxSlider.cpp */; }; + 22592ADD1AC7533800C5B29E /* ofxSliderGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AD31AC7533800C5B29E /* ofxSliderGroup.cpp */; }; + 22592ADE1AC7533800C5B29E /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AD51AC7533800C5B29E /* ofxToggle.cpp */; }; + 22592AE31AC7535100C5B29E /* ofxExtras.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22592AE11AC7535100C5B29E /* ofxExtras.cpp */; }; + 22592AE61AC7557300C5B29E /* libopenFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 22592AE41AC7557300C5B29E /* libopenFrameworksDebug.a */; }; + 22592AE71AC7557300C5B29E /* libopenFrameworks.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 22592AE51AC7557300C5B29E /* libopenFrameworks.a */; }; + 2272A6221AC7487B004F5CBF /* viewport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2272A61D1AC7487B004F5CBF /* viewport.cpp */; }; + 2272A6231AC7487B004F5CBF /* playlist.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2272A61F1AC7487B004F5CBF /* playlist.cpp */; }; + 2272A6241AC7487B004F5CBF /* layers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2272A6211AC7487B004F5CBF /* layers.cpp */; }; + E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; }; + E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; }; + E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = E4B27C1510CBEB8E00536013; + remoteInfo = openFrameworks; + }; + E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E4B27C1410CBEB8E00536013; + remoteInfo = openFrameworks; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + E4C2427710CC5ABF004149E2 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 22592AC31AC7532F00C5B29E /* CoreMIDI.framework in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 22592A631AC7530700C5B29E /* ofxSVGTiny.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSVGTiny.cpp; sourceTree = ""; }; + 22592A641AC7530700C5B29E /* ofxSVGTiny.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSVGTiny.h; sourceTree = ""; }; + 22592A661AC7530700C5B29E /* src_colors.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = src_colors.cpp; sourceTree = ""; }; + 22592A671AC7530700C5B29E /* svgtiny.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = svgtiny.cpp; sourceTree = ""; }; + 22592A681AC7530700C5B29E /* svgtiny.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = svgtiny.h; sourceTree = ""; }; + 22592A691AC7530700C5B29E /* svgtiny_gradient.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = svgtiny_gradient.cpp; sourceTree = ""; }; + 22592A6A1AC7530700C5B29E /* svgtiny_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = svgtiny_internal.h; sourceTree = ""; }; + 22592A6B1AC7530700C5B29E /* svgtiny_list.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = svgtiny_list.cpp; sourceTree = ""; }; + 22592A731AC7531300C5B29E /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxXmlSettings.cpp; sourceTree = ""; }; + 22592A741AC7531300C5B29E /* ofxXmlSettings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxXmlSettings.h; sourceTree = ""; }; + 22592A761AC7531300C5B29E /* tinyxml.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxml.cpp; sourceTree = ""; }; + 22592A771AC7531300C5B29E /* tinyxml.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tinyxml.h; sourceTree = ""; }; + 22592A781AC7531300C5B29E /* tinyxmlerror.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlerror.cpp; sourceTree = ""; }; + 22592A791AC7531300C5B29E /* tinyxmlparser.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlparser.cpp; sourceTree = ""; }; + 22592A801AC7531D00C5B29E /* ofxSprite.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSprite.cpp; sourceTree = ""; }; + 22592A811AC7531D00C5B29E /* ofxSprite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSprite.h; sourceTree = ""; }; + 22592A821AC7531D00C5B29E /* ofxSpriteManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSpriteManager.cpp; sourceTree = ""; }; + 22592A831AC7531D00C5B29E /* ofxSpriteManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSpriteManager.h; sourceTree = ""; }; + 22592A881AC7532100C5B29E /* ofxAssets.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxAssets.cpp; sourceTree = ""; }; + 22592A891AC7532100C5B29E /* ofxAssets.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxAssets.h; sourceTree = ""; }; + 22592A8E1AC7532F00C5B29E /* ofxRtMidiIn.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxRtMidiIn.cpp; sourceTree = ""; }; + 22592A8F1AC7532F00C5B29E /* ofxRtMidiIn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxRtMidiIn.h; sourceTree = ""; }; + 22592A901AC7532F00C5B29E /* ofxRtMidiOut.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxRtMidiOut.cpp; sourceTree = ""; }; + 22592A911AC7532F00C5B29E /* ofxRtMidiOut.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxRtMidiOut.h; sourceTree = ""; }; + 22592A9D1AC7532F00C5B29E /* ofxBaseMidi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxBaseMidi.cpp; sourceTree = ""; }; + 22592A9E1AC7532F00C5B29E /* ofxBaseMidi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxBaseMidi.h; sourceTree = ""; }; + 22592A9F1AC7532F00C5B29E /* ofxMidi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxMidi.cpp; sourceTree = ""; }; + 22592AA01AC7532F00C5B29E /* ofxMidi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxMidi.h; sourceTree = ""; }; + 22592AA11AC7532F00C5B29E /* ofxMidiConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxMidiConstants.h; sourceTree = ""; }; + 22592AA21AC7532F00C5B29E /* ofxMidiIn.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxMidiIn.cpp; sourceTree = ""; }; + 22592AA31AC7532F00C5B29E /* ofxMidiIn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxMidiIn.h; sourceTree = ""; }; + 22592AA41AC7532F00C5B29E /* ofxMidiMessage.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxMidiMessage.cpp; sourceTree = ""; }; + 22592AA51AC7532F00C5B29E /* ofxMidiMessage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxMidiMessage.h; sourceTree = ""; }; + 22592AA61AC7532F00C5B29E /* ofxMidiOut.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxMidiOut.cpp; sourceTree = ""; }; + 22592AA71AC7532F00C5B29E /* ofxMidiOut.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxMidiOut.h; sourceTree = ""; }; + 22592AA81AC7532F00C5B29E /* ofxMidiTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxMidiTypes.h; sourceTree = ""; }; + 22592AB51AC7532F00C5B29E /* readme */ = {isa = PBXFileReference; lastKnownFileType = text; path = readme; sourceTree = ""; }; + 22592AB61AC7532F00C5B29E /* RtMidi.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RtMidi.cpp; sourceTree = ""; }; + 22592AB71AC7532F00C5B29E /* RtMidi.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RtMidi.h; sourceTree = ""; }; + 22592AB81AC7532F00C5B29E /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = ../../../../System/Library/Frameworks/CoreMIDI.framework; sourceTree = ""; }; + 22592AC61AC7533800C5B29E /* ofxBaseGui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxBaseGui.cpp; sourceTree = ""; }; + 22592AC71AC7533800C5B29E /* ofxBaseGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxBaseGui.h; sourceTree = ""; }; + 22592AC81AC7533800C5B29E /* ofxButton.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxButton.cpp; sourceTree = ""; }; + 22592AC91AC7533800C5B29E /* ofxButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxButton.h; sourceTree = ""; }; + 22592ACA1AC7533800C5B29E /* ofxGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGui.h; sourceTree = ""; }; + 22592ACB1AC7533800C5B29E /* ofxGuiGroup.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxGuiGroup.cpp; sourceTree = ""; }; + 22592ACC1AC7533800C5B29E /* ofxGuiGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGuiGroup.h; sourceTree = ""; }; + 22592ACD1AC7533800C5B29E /* ofxLabel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxLabel.cpp; sourceTree = ""; }; + 22592ACE1AC7533800C5B29E /* ofxLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxLabel.h; sourceTree = ""; }; + 22592ACF1AC7533800C5B29E /* ofxPanel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPanel.cpp; sourceTree = ""; }; + 22592AD01AC7533800C5B29E /* ofxPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxPanel.h; sourceTree = ""; }; + 22592AD11AC7533800C5B29E /* ofxSlider.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSlider.cpp; sourceTree = ""; }; + 22592AD21AC7533800C5B29E /* ofxSlider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSlider.h; sourceTree = ""; }; + 22592AD31AC7533800C5B29E /* ofxSliderGroup.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSliderGroup.cpp; sourceTree = ""; }; + 22592AD41AC7533800C5B29E /* ofxSliderGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSliderGroup.h; sourceTree = ""; }; + 22592AD51AC7533800C5B29E /* ofxToggle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxToggle.cpp; sourceTree = ""; }; + 22592AD61AC7533800C5B29E /* ofxToggle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxToggle.h; sourceTree = ""; }; + 22592AE11AC7535100C5B29E /* ofxExtras.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxExtras.cpp; sourceTree = ""; }; + 22592AE21AC7535100C5B29E /* ofxExtras.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxExtras.h; sourceTree = ""; }; + 22592AE41AC7557300C5B29E /* libopenFrameworksDebug.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopenFrameworksDebug.a; path = ../../openFrameworks/libs/openFrameworksCompiled/lib/osx/libopenFrameworksDebug.a; sourceTree = ""; }; + 22592AE51AC7557300C5B29E /* libopenFrameworks.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopenFrameworks.a; path = ../../openFrameworks/libs/openFrameworksCompiled/lib/osx/libopenFrameworks.a; sourceTree = ""; }; + 2272A61C1AC7487B004F5CBF /* viewport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = viewport.h; sourceTree = ""; }; + 2272A61D1AC7487B004F5CBF /* viewport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = viewport.cpp; sourceTree = ""; }; + 2272A61E1AC7487B004F5CBF /* playlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = playlist.h; sourceTree = ""; }; + 2272A61F1AC7487B004F5CBF /* playlist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = playlist.cpp; sourceTree = ""; }; + 2272A6201AC7487B004F5CBF /* layers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layers.h; sourceTree = ""; }; + 2272A6211AC7487B004F5CBF /* layers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = layers.cpp; sourceTree = ""; }; + E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; }; + E4B69B5B0A3A1756003C02F2 /* sunkenEngineDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = sunkenEngineDebug.app; sourceTree = BUILT_PRODUCTS_DIR; }; + E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; }; + E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofApp.cpp; path = src/ofApp.cpp; sourceTree = SOURCE_ROOT; }; + E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; }; + E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; }; + E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; }; + E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + E4B69B590A3A1756003C02F2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 22592AE71AC7557300C5B29E /* libopenFrameworks.a in Frameworks */, + 22592AC21AC7532F00C5B29E /* CoreMIDI.framework in Frameworks */, + 22592AE61AC7557300C5B29E /* libopenFrameworksDebug.a in Frameworks */, + E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 22592A611AC7530700C5B29E /* ofxSVGTiny */ = { + isa = PBXGroup; + children = ( + 22592A621AC7530700C5B29E /* src */, + 22592A651AC7530700C5B29E /* libs */, + ); + name = ofxSVGTiny; + sourceTree = ""; + }; + 22592A621AC7530700C5B29E /* src */ = { + isa = PBXGroup; + children = ( + 22592A631AC7530700C5B29E /* ofxSVGTiny.cpp */, + 22592A641AC7530700C5B29E /* ofxSVGTiny.h */, + ); + name = src; + path = ../../openFrameworks/addons/ofxSVGTiny/src; + sourceTree = ""; + }; + 22592A651AC7530700C5B29E /* libs */ = { + isa = PBXGroup; + children = ( + 22592A661AC7530700C5B29E /* src_colors.cpp */, + 22592A671AC7530700C5B29E /* svgtiny.cpp */, + 22592A681AC7530700C5B29E /* svgtiny.h */, + 22592A691AC7530700C5B29E /* svgtiny_gradient.cpp */, + 22592A6A1AC7530700C5B29E /* svgtiny_internal.h */, + 22592A6B1AC7530700C5B29E /* svgtiny_list.cpp */, + ); + name = libs; + path = ../../openFrameworks/addons/ofxSVGTiny/libs; + sourceTree = ""; + }; + 22592A711AC7531300C5B29E /* ofxXmlSettings */ = { + isa = PBXGroup; + children = ( + 22592A721AC7531300C5B29E /* src */, + 22592A751AC7531300C5B29E /* libs */, + ); + name = ofxXmlSettings; + sourceTree = ""; + }; + 22592A721AC7531300C5B29E /* src */ = { + isa = PBXGroup; + children = ( + 22592A731AC7531300C5B29E /* ofxXmlSettings.cpp */, + 22592A741AC7531300C5B29E /* ofxXmlSettings.h */, + ); + name = src; + path = ../../openFrameworks/addons/ofxXmlSettings/src; + sourceTree = ""; + }; + 22592A751AC7531300C5B29E /* libs */ = { + isa = PBXGroup; + children = ( + 22592A761AC7531300C5B29E /* tinyxml.cpp */, + 22592A771AC7531300C5B29E /* tinyxml.h */, + 22592A781AC7531300C5B29E /* tinyxmlerror.cpp */, + 22592A791AC7531300C5B29E /* tinyxmlparser.cpp */, + ); + name = libs; + path = ../../openFrameworks/addons/ofxXmlSettings/libs; + sourceTree = ""; + }; + 22592A7E1AC7531D00C5B29E /* ofxSpriteManager */ = { + isa = PBXGroup; + children = ( + 22592A7F1AC7531D00C5B29E /* src */, + ); + name = ofxSpriteManager; + sourceTree = ""; + }; + 22592A7F1AC7531D00C5B29E /* src */ = { + isa = PBXGroup; + children = ( + 22592A801AC7531D00C5B29E /* ofxSprite.cpp */, + 22592A811AC7531D00C5B29E /* ofxSprite.h */, + 22592A821AC7531D00C5B29E /* ofxSpriteManager.cpp */, + 22592A831AC7531D00C5B29E /* ofxSpriteManager.h */, + ); + name = src; + path = ../../openFrameworks/addons/ofxSpriteManager/src; + sourceTree = ""; + }; + 22592A861AC7532100C5B29E /* ofxAssets */ = { + isa = PBXGroup; + children = ( + 22592A871AC7532100C5B29E /* src */, + ); + name = ofxAssets; + sourceTree = ""; + }; + 22592A871AC7532100C5B29E /* src */ = { + isa = PBXGroup; + children = ( + 22592A881AC7532100C5B29E /* ofxAssets.cpp */, + 22592A891AC7532100C5B29E /* ofxAssets.h */, + ); + name = src; + path = ../../openFrameworks/addons/ofxAssets/src; + sourceTree = ""; + }; + 22592A8B1AC7532F00C5B29E /* ofxMidi */ = { + isa = PBXGroup; + children = ( + 22592A8C1AC7532F00C5B29E /* src */, + 22592AA91AC7532F00C5B29E /* libs */, + 22592AB81AC7532F00C5B29E /* CoreMIDI.framework */, + ); + name = ofxMidi; + sourceTree = ""; + }; + 22592A8C1AC7532F00C5B29E /* src */ = { + isa = PBXGroup; + children = ( + 22592A8D1AC7532F00C5B29E /* desktop */, + 22592A9D1AC7532F00C5B29E /* ofxBaseMidi.cpp */, + 22592A9E1AC7532F00C5B29E /* ofxBaseMidi.h */, + 22592A9F1AC7532F00C5B29E /* ofxMidi.cpp */, + 22592AA01AC7532F00C5B29E /* ofxMidi.h */, + 22592AA11AC7532F00C5B29E /* ofxMidiConstants.h */, + 22592AA21AC7532F00C5B29E /* ofxMidiIn.cpp */, + 22592AA31AC7532F00C5B29E /* ofxMidiIn.h */, + 22592AA41AC7532F00C5B29E /* ofxMidiMessage.cpp */, + 22592AA51AC7532F00C5B29E /* ofxMidiMessage.h */, + 22592AA61AC7532F00C5B29E /* ofxMidiOut.cpp */, + 22592AA71AC7532F00C5B29E /* ofxMidiOut.h */, + 22592AA81AC7532F00C5B29E /* ofxMidiTypes.h */, + ); + name = src; + path = ../../openFrameworks/addons/ofxMidi/src; + sourceTree = ""; + }; + 22592A8D1AC7532F00C5B29E /* desktop */ = { + isa = PBXGroup; + children = ( + 22592A8E1AC7532F00C5B29E /* ofxRtMidiIn.cpp */, + 22592A8F1AC7532F00C5B29E /* ofxRtMidiIn.h */, + 22592A901AC7532F00C5B29E /* ofxRtMidiOut.cpp */, + 22592A911AC7532F00C5B29E /* ofxRtMidiOut.h */, + ); + path = desktop; + sourceTree = ""; + }; + 22592AA91AC7532F00C5B29E /* libs */ = { + isa = PBXGroup; + children = ( + 22592AB41AC7532F00C5B29E /* rtmidi */, + ); + name = libs; + path = ../../openFrameworks/addons/ofxMidi/libs; + sourceTree = ""; + }; + 22592AB41AC7532F00C5B29E /* rtmidi */ = { + isa = PBXGroup; + children = ( + 22592AB51AC7532F00C5B29E /* readme */, + 22592AB61AC7532F00C5B29E /* RtMidi.cpp */, + 22592AB71AC7532F00C5B29E /* RtMidi.h */, + ); + path = rtmidi; + sourceTree = ""; + }; + 22592AC41AC7533800C5B29E /* ofxGui */ = { + isa = PBXGroup; + children = ( + 22592AC51AC7533800C5B29E /* src */, + ); + name = ofxGui; + sourceTree = ""; + }; + 22592AC51AC7533800C5B29E /* src */ = { + isa = PBXGroup; + children = ( + 22592AC61AC7533800C5B29E /* ofxBaseGui.cpp */, + 22592AC71AC7533800C5B29E /* ofxBaseGui.h */, + 22592AC81AC7533800C5B29E /* ofxButton.cpp */, + 22592AC91AC7533800C5B29E /* ofxButton.h */, + 22592ACA1AC7533800C5B29E /* ofxGui.h */, + 22592ACB1AC7533800C5B29E /* ofxGuiGroup.cpp */, + 22592ACC1AC7533800C5B29E /* ofxGuiGroup.h */, + 22592ACD1AC7533800C5B29E /* ofxLabel.cpp */, + 22592ACE1AC7533800C5B29E /* ofxLabel.h */, + 22592ACF1AC7533800C5B29E /* ofxPanel.cpp */, + 22592AD01AC7533800C5B29E /* ofxPanel.h */, + 22592AD11AC7533800C5B29E /* ofxSlider.cpp */, + 22592AD21AC7533800C5B29E /* ofxSlider.h */, + 22592AD31AC7533800C5B29E /* ofxSliderGroup.cpp */, + 22592AD41AC7533800C5B29E /* ofxSliderGroup.h */, + 22592AD51AC7533800C5B29E /* ofxToggle.cpp */, + 22592AD61AC7533800C5B29E /* ofxToggle.h */, + ); + name = src; + path = ../../openFrameworks/addons/ofxGui/src; + sourceTree = ""; + }; + 22592ADF1AC7535100C5B29E /* ofxExtras */ = { + isa = PBXGroup; + children = ( + 22592AE01AC7535100C5B29E /* src */, + ); + name = ofxExtras; + sourceTree = ""; + }; + 22592AE01AC7535100C5B29E /* src */ = { + isa = PBXGroup; + children = ( + 22592AE11AC7535100C5B29E /* ofxExtras.cpp */, + 22592AE21AC7535100C5B29E /* ofxExtras.h */, + ); + name = src; + path = ../../openFrameworks/addons/ofxExtras/src; + sourceTree = ""; + }; + BB4B014C10F69532006C3DED /* addons */ = { + isa = PBXGroup; + children = ( + 22592A611AC7530700C5B29E /* ofxSVGTiny */, + 22592A711AC7531300C5B29E /* ofxXmlSettings */, + 22592A7E1AC7531D00C5B29E /* ofxSpriteManager */, + 22592A861AC7532100C5B29E /* ofxAssets */, + 22592A8B1AC7532F00C5B29E /* ofxMidi */, + 22592AC41AC7533800C5B29E /* ofxGui */, + 22592ADF1AC7535100C5B29E /* ofxExtras */, + ); + name = addons; + sourceTree = ""; + }; + E4328144138ABC890047C5CB /* Products */ = { + isa = PBXGroup; + children = ( + E4328148138ABC890047C5CB /* openFrameworksDebug.a */, + ); + name = Products; + sourceTree = ""; + }; + E4B69B4A0A3A1720003C02F2 = { + isa = PBXGroup; + children = ( + E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, + E4EB6923138AFD0F00A09F29 /* Project.xcconfig */, + E4B69E1C0A3A1BDC003C02F2 /* src */, + E4EEC9E9138DF44700A80321 /* openFrameworks */, + BB4B014C10F69532006C3DED /* addons */, + E4B69B5B0A3A1756003C02F2 /* sunkenEngineDebug.app */, + ); + sourceTree = ""; + }; + E4B69E1C0A3A1BDC003C02F2 /* src */ = { + isa = PBXGroup; + children = ( + 2272A61C1AC7487B004F5CBF /* viewport.h */, + 2272A61D1AC7487B004F5CBF /* viewport.cpp */, + 2272A61E1AC7487B004F5CBF /* playlist.h */, + 2272A61F1AC7487B004F5CBF /* playlist.cpp */, + 2272A6201AC7487B004F5CBF /* layers.h */, + 2272A6211AC7487B004F5CBF /* layers.cpp */, + E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, + E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */, + E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */, + ); + path = src; + sourceTree = SOURCE_ROOT; + }; + E4EEC9E9138DF44700A80321 /* openFrameworks */ = { + isa = PBXGroup; + children = ( + 22592AE51AC7557300C5B29E /* libopenFrameworks.a */, + 22592AE41AC7557300C5B29E /* libopenFrameworksDebug.a */, + E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */, + E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */, + ); + name = openFrameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + E4B69B5A0A3A1756003C02F2 /* sunkenEngine */ = { + isa = PBXNativeTarget; + buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "sunkenEngine" */; + buildPhases = ( + E4B69B580A3A1756003C02F2 /* Sources */, + E4B69B590A3A1756003C02F2 /* Frameworks */, + E4B6FFFD0C3F9AB9008CF71C /* ShellScript */, + E4C2427710CC5ABF004149E2 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + E4EEB9AC138B136A00A80321 /* PBXTargetDependency */, + ); + name = sunkenEngine; + productName = myOFApp; + productReference = E4B69B5B0A3A1756003C02F2 /* sunkenEngineDebug.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + E4B69B4C0A3A1720003C02F2 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0600; + }; + buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "sunkenEngine" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = E4B69B4A0A3A1720003C02F2; + productRefGroup = E4B69B4A0A3A1720003C02F2; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = E4328144138ABC890047C5CB /* Products */; + ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + E4B69B5A0A3A1756003C02F2 /* sunkenEngine */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = openFrameworksDebug.a; + remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXShellScriptBuildPhase section */ + E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "cp -f ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/libfmodex.dylib\"; install_name_tool -change ./libfmodex.dylib @executable_path/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";\nmkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\ncp -f \"$ICON_FILE\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + E4B69B580A3A1756003C02F2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 22592ADD1AC7533800C5B29E /* ofxSliderGroup.cpp in Sources */, + 22592A6E1AC7530700C5B29E /* svgtiny.cpp in Sources */, + 22592A7B1AC7531300C5B29E /* tinyxml.cpp in Sources */, + 2272A6241AC7487B004F5CBF /* layers.cpp in Sources */, + 22592AD91AC7533800C5B29E /* ofxGuiGroup.cpp in Sources */, + 22592ABD1AC7532F00C5B29E /* ofxMidi.cpp in Sources */, + E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, + 22592A851AC7531D00C5B29E /* ofxSpriteManager.cpp in Sources */, + E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */, + 22592ADB1AC7533800C5B29E /* ofxPanel.cpp in Sources */, + 22592AD81AC7533800C5B29E /* ofxButton.cpp in Sources */, + 22592ADE1AC7533800C5B29E /* ofxToggle.cpp in Sources */, + 22592AE31AC7535100C5B29E /* ofxExtras.cpp in Sources */, + 22592ABE1AC7532F00C5B29E /* ofxMidiIn.cpp in Sources */, + 22592A6D1AC7530700C5B29E /* src_colors.cpp in Sources */, + 22592ABF1AC7532F00C5B29E /* ofxMidiMessage.cpp in Sources */, + 22592ABC1AC7532F00C5B29E /* ofxBaseMidi.cpp in Sources */, + 2272A6221AC7487B004F5CBF /* viewport.cpp in Sources */, + 22592A8A1AC7532100C5B29E /* ofxAssets.cpp in Sources */, + 22592A7A1AC7531300C5B29E /* ofxXmlSettings.cpp in Sources */, + 22592ADC1AC7533800C5B29E /* ofxSlider.cpp in Sources */, + 22592A701AC7530700C5B29E /* svgtiny_list.cpp in Sources */, + 22592AC01AC7532F00C5B29E /* ofxMidiOut.cpp in Sources */, + 22592A6C1AC7530700C5B29E /* ofxSVGTiny.cpp in Sources */, + 22592A841AC7531D00C5B29E /* ofxSprite.cpp in Sources */, + 22592A7D1AC7531300C5B29E /* tinyxmlparser.cpp in Sources */, + 22592AC11AC7532F00C5B29E /* RtMidi.cpp in Sources */, + 2272A6231AC7487B004F5CBF /* playlist.cpp in Sources */, + 22592ABB1AC7532F00C5B29E /* ofxRtMidiOut.cpp in Sources */, + 22592A6F1AC7530700C5B29E /* svgtiny_gradient.cpp in Sources */, + 22592A7C1AC7531300C5B29E /* tinyxmlerror.cpp in Sources */, + 22592AD71AC7533800C5B29E /* ofxBaseGui.cpp in Sources */, + 22592ADA1AC7533800C5B29E /* ofxLabel.cpp in Sources */, + 22592ABA1AC7532F00C5B29E /* ofxRtMidiIn.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = openFrameworks; + targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + E4B69B4E0A3A1720003C02F2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; + COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; + GCC_AUTO_VECTORIZATION = YES; + GCC_ENABLE_SSE3_EXTENSIONS = YES; + GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; + GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + GCC_WARN_UNINITIALIZED_AUTOS = NO; + GCC_WARN_UNUSED_VALUE = NO; + GCC_WARN_UNUSED_VARIABLE = NO; + MACOSX_DEPLOYMENT_TARGET = 10.6; + ONLY_ACTIVE_ARCH = YES; + OTHER_CPLUSPLUSFLAGS = ( + "-D__MACOSX_CORE__", + "-lpthread", + "-mtune=native", + ); + SDKROOT = macosx; + }; + name = Debug; + }; + E4B69B4F0A3A1720003C02F2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; + COPY_PHASE_STRIP = YES; + DEAD_CODE_STRIPPING = YES; + GCC_AUTO_VECTORIZATION = YES; + GCC_ENABLE_SSE3_EXTENSIONS = YES; + GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OPTIMIZATION_LEVEL = 3; + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_UNROLL_LOOPS = YES; + GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; + GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + GCC_WARN_UNINITIALIZED_AUTOS = NO; + GCC_WARN_UNUSED_VALUE = NO; + GCC_WARN_UNUSED_VARIABLE = NO; + MACOSX_DEPLOYMENT_TARGET = 10.6; + OTHER_CPLUSPLUSFLAGS = ( + "-D__MACOSX_CORE__", + "-lpthread", + "-mtune=native", + ); + SDKROOT = macosx; + }; + name = Release; + }; + E4B69B600A3A1757003C02F2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", + ); + FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; + GCC_DYNAMIC_NO_PIC = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = NONE; + ICON = "$(ICON_NAME_DEBUG)"; + ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; + INFOPLIST_FILE = "openFrameworks-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + /work/workspace/openFrameworks/libs/openFrameworksCompiled/lib/osx, + ); + PRODUCT_NAME = sunkenEngineDebug; + USER_HEADER_SEARCH_PATHS = ""; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + E4B69B610A3A1757003C02F2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", + ); + FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = NONE; + ICON = "$(ICON_NAME_RELEASE)"; + ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; + INFOPLIST_FILE = "openFrameworks-Info.plist"; + INSTALL_PATH = "$(HOME)/Applications"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + /work/workspace/openFrameworks/libs/openFrameworksCompiled/lib/osx, + ); + PRODUCT_NAME = sunkenEngine; + USER_HEADER_SEARCH_PATHS = ""; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "sunkenEngine" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E4B69B4E0A3A1720003C02F2 /* Debug */, + E4B69B4F0A3A1720003C02F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "sunkenEngine" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E4B69B600A3A1757003C02F2 /* Debug */, + E4B69B610A3A1757003C02F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */; +} -- cgit v1.2.3