project.pbxproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
  10. 256AC3DA0F4B6AC300CF3369 /* PolycodeAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* PolycodeAppDelegate.m */; };
  11. 6D06CCF314BC203800E4CB4C /* libPolycore_d.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D06CCF214BC203800E4CB4C /* libPolycore_d.a */; };
  12. 6D06CCF514BC204200E4CB4C /* libPolycodeUI_d.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D06CCF414BC204200E4CB4C /* libPolycodeUI_d.a */; };
  13. 6D2AC99B14B8500400BB63DA /* PolycodeProjectEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D2AC99A14B8500400BB63DA /* PolycodeProjectEditor.cpp */; };
  14. 6D34143412B816BC0034FA9B /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D34143312B816BC0034FA9B /* IOKit.framework */; };
  15. 6D3B6C5B14B820A900727F17 /* ToolWindows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D3B6C5A14B820A900727F17 /* ToolWindows.cpp */; };
  16. 6D3DC79D1622043A003ED2C9 /* PolycodeConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D3DC79C1622043A003ED2C9 /* PolycodeConsole.cpp */; };
  17. 6D56156814C5430300FC8BD4 /* PolycodeScreenEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D56156714C5430300FC8BD4 /* PolycodeScreenEditor.cpp */; };
  18. 6D6D3FA614B446A600219173 /* PolycodeToolLauncher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D6D3FA514B446A600219173 /* PolycodeToolLauncher.cpp */; };
  19. 6D70AB2A12B29BF200EB6D94 /* NewFileWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D70AB2912B29BF200EB6D94 /* NewFileWindow.cpp */; };
  20. 6D80E91E12AB53FB0037A708 /* PolycodeFrame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D80E91912AB53FB0037A708 /* PolycodeFrame.cpp */; };
  21. 6D80E91F12AB53FB0037A708 /* PolycodeIDEApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D80E91A12AB53FB0037A708 /* PolycodeIDEApp.cpp */; };
  22. 6D80E92012AB53FB0037A708 /* PolycodeProject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D80E91B12AB53FB0037A708 /* PolycodeProject.cpp */; };
  23. 6D80E92112AB53FB0037A708 /* PolycodeProjectBrowser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D80E91C12AB53FB0037A708 /* PolycodeProjectBrowser.cpp */; };
  24. 6D80E92212AB53FB0037A708 /* PolycodeProjectManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D80E91D12AB53FB0037A708 /* PolycodeProjectManager.cpp */; };
  25. 6D80EB1612AB7C6D0037A708 /* NewProjectWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D80EB1512AB7C6D0037A708 /* NewProjectWindow.cpp */; };
  26. 6D8A55B914B3EABB005F6411 /* main_icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6D8A55B814B3EABB005F6411 /* main_icon.icns */; };
  27. 6D8A55BC14B3EACB005F6411 /* PolycodeView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D8A55BB14B3EACB005F6411 /* PolycodeView.mm */; };
  28. 6D91B3B512AF2B1D00261ED4 /* PolycodeTextEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6D91B3B412AF2B1D00261ED4 /* PolycodeTextEditor.cpp */; };
  29. 6DCAFD4314B519C900039F34 /* ExampleBrowserWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DCAFD4214B519C900039F34 /* ExampleBrowserWindow.cpp */; };
  30. 6DCE857A12AE018800566FAE /* PolycodeEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DCE857812AE018800566FAE /* PolycodeEditor.cpp */; };
  31. 6DCE857B12AE018800566FAE /* PolycodeEditorManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DCE857912AE018800566FAE /* PolycodeEditorManager.cpp */; };
  32. 6DCE85B712AE082B00566FAE /* PolycodeImageEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DCE85B612AE082B00566FAE /* PolycodeImageEditor.cpp */; };
  33. 6DCE865512AE146C00566FAE /* PolycodeFontEditor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DCE865412AE146C00566FAE /* PolycodeFontEditor.cpp */; };
  34. 6DD1835D1628A4CC005A5682 /* PolycodeRemoteDebugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DD1835C1628A4CC005A5682 /* PolycodeRemoteDebugger.cpp */; };
  35. 6DFBF64A12A3758400C43A7D /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFBF64812A3758400C43A7D /* OpenAL.framework */; };
  36. 6DFBF64B12A3758400C43A7D /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFBF64912A3758400C43A7D /* OpenGL.framework */; };
  37. 6DFE89BD14B3FC0900DA7ABD /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFE89B614B3FC0900DA7ABD /* libfreetype.a */; };
  38. 6DFE89BE14B3FC0900DA7ABD /* liblibogg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFE89B714B3FC0900DA7ABD /* liblibogg.a */; };
  39. 6DFE89BF14B3FC0900DA7ABD /* liblibvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFE89B814B3FC0900DA7ABD /* liblibvorbis.a */; };
  40. 6DFE89C014B3FC0900DA7ABD /* liblibvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFE89B914B3FC0900DA7ABD /* liblibvorbisfile.a */; };
  41. 6DFE89C114B3FC0900DA7ABD /* libphysfs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFE89BA14B3FC0900DA7ABD /* libphysfs.a */; };
  42. 6DFE89C214B3FC0900DA7ABD /* libpng15.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFE89BB14B3FC0900DA7ABD /* libpng15.a */; };
  43. 6DFE89C314B3FC0900DA7ABD /* libz.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DFE89BC14B3FC0900DA7ABD /* libz.a */; };
  44. 6DFE89CC14B3FE3D00DA7ABD /* default.pak in Resources */ = {isa = PBXBuildFile; fileRef = 6DFE89CB14B3FE3D00DA7ABD /* default.pak */; };
  45. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  46. 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
  47. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  48. /* End PBXBuildFile section */
  49. /* Begin PBXCopyFilesBuildPhase section */
  50. 6DFBF6BE12A3800600C43A7D /* CopyFiles */ = {
  51. isa = PBXCopyFilesBuildPhase;
  52. buildActionMask = 2147483647;
  53. dstPath = "";
  54. dstSubfolderSpec = 10;
  55. files = (
  56. );
  57. runOnlyForDeploymentPostprocessing = 0;
  58. };
  59. /* End PBXCopyFilesBuildPhase section */
  60. /* Begin PBXFileReference section */
  61. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  62. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  63. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  64. 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
  65. 256AC3D80F4B6AC300CF3369 /* PolycodeAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeAppDelegate.h; sourceTree = "<group>"; };
  66. 256AC3D90F4B6AC300CF3369 /* PolycodeAppDelegate.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = PolycodeAppDelegate.m; sourceTree = "<group>"; };
  67. 256AC3F00F4B6AF500CF3369 /* Polycode_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Polycode_Prefix.pch; sourceTree = "<group>"; };
  68. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  69. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  70. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  71. 6D06CCF214BC203800E4CB4C /* libPolycore_d.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPolycore_d.a; path = ../../../Release/Darwin/Framework/Core/lib/libPolycore_d.a; sourceTree = "<group>"; };
  72. 6D06CCF414BC204200E4CB4C /* libPolycodeUI_d.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPolycodeUI_d.a; path = ../../../Release/Darwin/Framework/Modules/lib/libPolycodeUI_d.a; sourceTree = "<group>"; };
  73. 6D2AC99A14B8500400BB63DA /* PolycodeProjectEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeProjectEditor.cpp; sourceTree = "<group>"; };
  74. 6D2AC99D14B8500A00BB63DA /* PolycodeProjectEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeProjectEditor.h; sourceTree = "<group>"; };
  75. 6D34143312B816BC0034FA9B /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
  76. 6D3B6C5A14B820A900727F17 /* ToolWindows.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ToolWindows.cpp; sourceTree = "<group>"; };
  77. 6D3B6C5C14B820B000727F17 /* ToolWindows.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ToolWindows.h; sourceTree = "<group>"; };
  78. 6D3DC79C1622043A003ED2C9 /* PolycodeConsole.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeConsole.cpp; sourceTree = "<group>"; };
  79. 6D3DC79F16220440003ED2C9 /* PolycodeConsole.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeConsole.h; sourceTree = "<group>"; };
  80. 6D56156514C542FB00FC8BD4 /* PolycodeScreenEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeScreenEditor.h; sourceTree = "<group>"; };
  81. 6D56156714C5430300FC8BD4 /* PolycodeScreenEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeScreenEditor.cpp; sourceTree = "<group>"; };
  82. 6D6D3FA514B446A600219173 /* PolycodeToolLauncher.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; fileEncoding = 4; path = PolycodeToolLauncher.cpp; sourceTree = "<group>"; };
  83. 6D6D3FA814B446AF00219173 /* PolycodeToolLauncher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeToolLauncher.h; sourceTree = "<group>"; };
  84. 6D70AB2812B29BEC00EB6D94 /* NewFileWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewFileWindow.h; sourceTree = "<group>"; };
  85. 6D70AB2912B29BF200EB6D94 /* NewFileWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NewFileWindow.cpp; sourceTree = "<group>"; };
  86. 6D80E91312AB53FB0037A708 /* PolycodeFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeFrame.h; sourceTree = "<group>"; };
  87. 6D80E91412AB53FB0037A708 /* PolycodeIDEApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeIDEApp.h; sourceTree = "<group>"; };
  88. 6D80E91512AB53FB0037A708 /* PolycodeProject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeProject.h; sourceTree = "<group>"; };
  89. 6D80E91612AB53FB0037A708 /* PolycodeProjectBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeProjectBrowser.h; sourceTree = "<group>"; };
  90. 6D80E91712AB53FB0037A708 /* PolycodeProjectManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeProjectManager.h; sourceTree = "<group>"; };
  91. 6D80E91912AB53FB0037A708 /* PolycodeFrame.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = PolycodeFrame.cpp; sourceTree = "<group>"; };
  92. 6D80E91A12AB53FB0037A708 /* PolycodeIDEApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = PolycodeIDEApp.cpp; sourceTree = "<group>"; };
  93. 6D80E91B12AB53FB0037A708 /* PolycodeProject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeProject.cpp; sourceTree = "<group>"; };
  94. 6D80E91C12AB53FB0037A708 /* PolycodeProjectBrowser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeProjectBrowser.cpp; sourceTree = "<group>"; };
  95. 6D80E91D12AB53FB0037A708 /* PolycodeProjectManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeProjectManager.cpp; sourceTree = "<group>"; };
  96. 6D80EB1512AB7C6D0037A708 /* NewProjectWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NewProjectWindow.cpp; sourceTree = "<group>"; };
  97. 6D80EB1712AB7C740037A708 /* NewProjectWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewProjectWindow.h; sourceTree = "<group>"; };
  98. 6D80EBAC12AB852B0037A708 /* PolycodeGlobals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeGlobals.h; sourceTree = "<group>"; };
  99. 6D8A55B814B3EABB005F6411 /* main_icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = main_icon.icns; path = ../../../Assets/Icons/main_icon.icns; sourceTree = "<group>"; };
  100. 6D8A55BA14B3EACB005F6411 /* PolycodeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolycodeView.h; path = ../../../Release/Darwin/Framework/Core/PolycodeView/PolycodeView.h; sourceTree = "<group>"; };
  101. 6D8A55BB14B3EACB005F6411 /* PolycodeView.mm */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; name = PolycodeView.mm; path = ../../../Release/Darwin/Framework/Core/PolycodeView/PolycodeView.mm; sourceTree = "<group>"; };
  102. 6D91B3B312AF2B1600261ED4 /* PolycodeTextEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeTextEditor.h; sourceTree = "<group>"; };
  103. 6D91B3B412AF2B1D00261ED4 /* PolycodeTextEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeTextEditor.cpp; sourceTree = "<group>"; };
  104. 6DCAFD4214B519C900039F34 /* ExampleBrowserWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExampleBrowserWindow.cpp; sourceTree = "<group>"; };
  105. 6DCAFD4614B51A2D00039F34 /* ExampleBrowserWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExampleBrowserWindow.h; sourceTree = "<group>"; };
  106. 6DCE857612AE018000566FAE /* PolycodeEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeEditor.h; sourceTree = "<group>"; };
  107. 6DCE857712AE018000566FAE /* PolycodeEditorManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeEditorManager.h; sourceTree = "<group>"; };
  108. 6DCE857812AE018800566FAE /* PolycodeEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeEditor.cpp; sourceTree = "<group>"; };
  109. 6DCE857912AE018800566FAE /* PolycodeEditorManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeEditorManager.cpp; sourceTree = "<group>"; };
  110. 6DCE85B512AE082300566FAE /* PolycodeImageEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeImageEditor.h; sourceTree = "<group>"; };
  111. 6DCE85B612AE082B00566FAE /* PolycodeImageEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeImageEditor.cpp; sourceTree = "<group>"; };
  112. 6DCE865312AE146600566FAE /* PolycodeFontEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeFontEditor.h; sourceTree = "<group>"; };
  113. 6DCE865412AE146C00566FAE /* PolycodeFontEditor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeFontEditor.cpp; sourceTree = "<group>"; };
  114. 6DD1835C1628A4CC005A5682 /* PolycodeRemoteDebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolycodeRemoteDebugger.cpp; sourceTree = "<group>"; };
  115. 6DD1835F1628A4D2005A5682 /* PolycodeRemoteDebugger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeRemoteDebugger.h; sourceTree = "<group>"; };
  116. 6DFBF64812A3758400C43A7D /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
  117. 6DFBF64912A3758400C43A7D /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
  118. 6DFE89B614B3FC0900DA7ABD /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = ../../../Release/Darwin/Framework/Core/Dependencies/lib/libfreetype.a; sourceTree = "<group>"; };
  119. 6DFE89B714B3FC0900DA7ABD /* liblibogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblibogg.a; path = ../../../Release/Darwin/Framework/Core/Dependencies/lib/liblibogg.a; sourceTree = "<group>"; };
  120. 6DFE89B814B3FC0900DA7ABD /* liblibvorbis.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblibvorbis.a; path = ../../../Release/Darwin/Framework/Core/Dependencies/lib/liblibvorbis.a; sourceTree = "<group>"; };
  121. 6DFE89B914B3FC0900DA7ABD /* liblibvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblibvorbisfile.a; path = ../../../Release/Darwin/Framework/Core/Dependencies/lib/liblibvorbisfile.a; sourceTree = "<group>"; };
  122. 6DFE89BA14B3FC0900DA7ABD /* libphysfs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libphysfs.a; path = ../../../Release/Darwin/Framework/Core/Dependencies/lib/libphysfs.a; sourceTree = "<group>"; };
  123. 6DFE89BB14B3FC0900DA7ABD /* libpng15.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng15.a; path = ../../../Release/Darwin/Framework/Core/Dependencies/lib/libpng15.a; sourceTree = "<group>"; };
  124. 6DFE89BC14B3FC0900DA7ABD /* libz.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libz.a; path = ../../../Release/Darwin/Framework/Core/Dependencies/lib/libz.a; sourceTree = "<group>"; };
  125. 6DFE89CB14B3FE3D00DA7ABD /* default.pak */ = {isa = PBXFileReference; lastKnownFileType = file; name = default.pak; path = ../../../Release/Darwin/Framework/Core/Assets/default.pak; sourceTree = "<group>"; };
  126. 8D1107310486CEB800E47090 /* Polycode-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Polycode-Info.plist"; sourceTree = "<group>"; };
  127. 8D1107320486CEB800E47090 /* Polycode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Polycode.app; sourceTree = BUILT_PRODUCTS_DIR; };
  128. /* End PBXFileReference section */
  129. /* Begin PBXFrameworksBuildPhase section */
  130. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  131. isa = PBXFrameworksBuildPhase;
  132. buildActionMask = 2147483647;
  133. files = (
  134. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  135. 6DFBF64A12A3758400C43A7D /* OpenAL.framework in Frameworks */,
  136. 6DFBF64B12A3758400C43A7D /* OpenGL.framework in Frameworks */,
  137. 6D34143412B816BC0034FA9B /* IOKit.framework in Frameworks */,
  138. 6DFE89BD14B3FC0900DA7ABD /* libfreetype.a in Frameworks */,
  139. 6DFE89BE14B3FC0900DA7ABD /* liblibogg.a in Frameworks */,
  140. 6DFE89BF14B3FC0900DA7ABD /* liblibvorbis.a in Frameworks */,
  141. 6DFE89C014B3FC0900DA7ABD /* liblibvorbisfile.a in Frameworks */,
  142. 6DFE89C114B3FC0900DA7ABD /* libphysfs.a in Frameworks */,
  143. 6DFE89C214B3FC0900DA7ABD /* libpng15.a in Frameworks */,
  144. 6DFE89C314B3FC0900DA7ABD /* libz.a in Frameworks */,
  145. 6D06CCF314BC203800E4CB4C /* libPolycore_d.a in Frameworks */,
  146. 6D06CCF514BC204200E4CB4C /* libPolycodeUI_d.a in Frameworks */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXFrameworksBuildPhase section */
  151. /* Begin PBXGroup section */
  152. 080E96DDFE201D6D7F000001 /* Classes */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 6D80E91212AB53FB0037A708 /* Include */,
  156. 6D80E91812AB53FB0037A708 /* Source */,
  157. );
  158. name = Classes;
  159. sourceTree = "<group>";
  160. };
  161. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  162. isa = PBXGroup;
  163. children = (
  164. 6D06CCF414BC204200E4CB4C /* libPolycodeUI_d.a */,
  165. 6D06CCF214BC203800E4CB4C /* libPolycore_d.a */,
  166. 6DFE89B614B3FC0900DA7ABD /* libfreetype.a */,
  167. 6DFE89B714B3FC0900DA7ABD /* liblibogg.a */,
  168. 6DFE89B814B3FC0900DA7ABD /* liblibvorbis.a */,
  169. 6DFE89B914B3FC0900DA7ABD /* liblibvorbisfile.a */,
  170. 6DFE89BA14B3FC0900DA7ABD /* libphysfs.a */,
  171. 6DFE89BB14B3FC0900DA7ABD /* libpng15.a */,
  172. 6DFE89BC14B3FC0900DA7ABD /* libz.a */,
  173. 6D34143312B816BC0034FA9B /* IOKit.framework */,
  174. 6DFBF64812A3758400C43A7D /* OpenAL.framework */,
  175. 6DFBF64912A3758400C43A7D /* OpenGL.framework */,
  176. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  177. );
  178. name = "Linked Frameworks";
  179. sourceTree = "<group>";
  180. };
  181. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  182. isa = PBXGroup;
  183. children = (
  184. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  185. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  186. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  187. );
  188. name = "Other Frameworks";
  189. sourceTree = "<group>";
  190. };
  191. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  192. isa = PBXGroup;
  193. children = (
  194. 8D1107320486CEB800E47090 /* Polycode.app */,
  195. );
  196. name = Products;
  197. sourceTree = "<group>";
  198. };
  199. 29B97314FDCFA39411CA2CEA /* Polycode */ = {
  200. isa = PBXGroup;
  201. children = (
  202. 080E96DDFE201D6D7F000001 /* Classes */,
  203. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  204. 29B97317FDCFA39411CA2CEA /* Resources */,
  205. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  206. 19C28FACFE9D520D11CA2CBB /* Products */,
  207. );
  208. name = Polycode;
  209. sourceTree = "<group>";
  210. };
  211. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  212. isa = PBXGroup;
  213. children = (
  214. 6D8A55BA14B3EACB005F6411 /* PolycodeView.h */,
  215. 6D8A55BB14B3EACB005F6411 /* PolycodeView.mm */,
  216. 256AC3D80F4B6AC300CF3369 /* PolycodeAppDelegate.h */,
  217. 256AC3D90F4B6AC300CF3369 /* PolycodeAppDelegate.m */,
  218. 256AC3F00F4B6AF500CF3369 /* Polycode_Prefix.pch */,
  219. 29B97316FDCFA39411CA2CEA /* main.m */,
  220. );
  221. name = "Other Sources";
  222. sourceTree = "<group>";
  223. };
  224. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  225. isa = PBXGroup;
  226. children = (
  227. 6DFE89CB14B3FE3D00DA7ABD /* default.pak */,
  228. 6D8A55B814B3EABB005F6411 /* main_icon.icns */,
  229. 8D1107310486CEB800E47090 /* Polycode-Info.plist */,
  230. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  231. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
  232. );
  233. name = Resources;
  234. sourceTree = "<group>";
  235. };
  236. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  237. isa = PBXGroup;
  238. children = (
  239. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  240. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  241. );
  242. name = Frameworks;
  243. sourceTree = "<group>";
  244. };
  245. 6D80E91212AB53FB0037A708 /* Include */ = {
  246. isa = PBXGroup;
  247. children = (
  248. 6DD1835F1628A4D2005A5682 /* PolycodeRemoteDebugger.h */,
  249. 6D3DC79F16220440003ED2C9 /* PolycodeConsole.h */,
  250. 6D56156514C542FB00FC8BD4 /* PolycodeScreenEditor.h */,
  251. 6D2AC99D14B8500A00BB63DA /* PolycodeProjectEditor.h */,
  252. 6D3B6C5C14B820B000727F17 /* ToolWindows.h */,
  253. 6DCAFD4614B51A2D00039F34 /* ExampleBrowserWindow.h */,
  254. 6D6D3FA814B446AF00219173 /* PolycodeToolLauncher.h */,
  255. 6D70AB2812B29BEC00EB6D94 /* NewFileWindow.h */,
  256. 6D91B3B312AF2B1600261ED4 /* PolycodeTextEditor.h */,
  257. 6DCE865312AE146600566FAE /* PolycodeFontEditor.h */,
  258. 6DCE85B512AE082300566FAE /* PolycodeImageEditor.h */,
  259. 6DCE857612AE018000566FAE /* PolycodeEditor.h */,
  260. 6DCE857712AE018000566FAE /* PolycodeEditorManager.h */,
  261. 6D80EBAC12AB852B0037A708 /* PolycodeGlobals.h */,
  262. 6D80EB1712AB7C740037A708 /* NewProjectWindow.h */,
  263. 6D80E91312AB53FB0037A708 /* PolycodeFrame.h */,
  264. 6D80E91412AB53FB0037A708 /* PolycodeIDEApp.h */,
  265. 6D80E91512AB53FB0037A708 /* PolycodeProject.h */,
  266. 6D80E91612AB53FB0037A708 /* PolycodeProjectBrowser.h */,
  267. 6D80E91712AB53FB0037A708 /* PolycodeProjectManager.h */,
  268. );
  269. name = Include;
  270. path = ../../Contents/Include;
  271. sourceTree = SOURCE_ROOT;
  272. };
  273. 6D80E91812AB53FB0037A708 /* Source */ = {
  274. isa = PBXGroup;
  275. children = (
  276. 6DD1835C1628A4CC005A5682 /* PolycodeRemoteDebugger.cpp */,
  277. 6D3DC79C1622043A003ED2C9 /* PolycodeConsole.cpp */,
  278. 6D56156714C5430300FC8BD4 /* PolycodeScreenEditor.cpp */,
  279. 6D2AC99A14B8500400BB63DA /* PolycodeProjectEditor.cpp */,
  280. 6D3B6C5A14B820A900727F17 /* ToolWindows.cpp */,
  281. 6DCAFD4214B519C900039F34 /* ExampleBrowserWindow.cpp */,
  282. 6D6D3FA514B446A600219173 /* PolycodeToolLauncher.cpp */,
  283. 6D70AB2912B29BF200EB6D94 /* NewFileWindow.cpp */,
  284. 6D91B3B412AF2B1D00261ED4 /* PolycodeTextEditor.cpp */,
  285. 6DCE865412AE146C00566FAE /* PolycodeFontEditor.cpp */,
  286. 6DCE85B612AE082B00566FAE /* PolycodeImageEditor.cpp */,
  287. 6DCE857812AE018800566FAE /* PolycodeEditor.cpp */,
  288. 6DCE857912AE018800566FAE /* PolycodeEditorManager.cpp */,
  289. 6D80EB1512AB7C6D0037A708 /* NewProjectWindow.cpp */,
  290. 6D80E91912AB53FB0037A708 /* PolycodeFrame.cpp */,
  291. 6D80E91A12AB53FB0037A708 /* PolycodeIDEApp.cpp */,
  292. 6D80E91B12AB53FB0037A708 /* PolycodeProject.cpp */,
  293. 6D80E91C12AB53FB0037A708 /* PolycodeProjectBrowser.cpp */,
  294. 6D80E91D12AB53FB0037A708 /* PolycodeProjectManager.cpp */,
  295. );
  296. name = Source;
  297. path = ../../Contents/Source;
  298. sourceTree = SOURCE_ROOT;
  299. };
  300. /* End PBXGroup section */
  301. /* Begin PBXNativeTarget section */
  302. 8D1107260486CEB800E47090 /* Polycode */ = {
  303. isa = PBXNativeTarget;
  304. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Polycode" */;
  305. buildPhases = (
  306. 8D1107290486CEB800E47090 /* Resources */,
  307. 8D11072C0486CEB800E47090 /* Sources */,
  308. 8D11072E0486CEB800E47090 /* Frameworks */,
  309. 6DFBF6BE12A3800600C43A7D /* CopyFiles */,
  310. 6DFBF98612A3FEE200C43A7D /* ShellScript */,
  311. );
  312. buildRules = (
  313. );
  314. dependencies = (
  315. );
  316. name = Polycode;
  317. productInstallPath = "$(HOME)/Applications";
  318. productName = Polycode;
  319. productReference = 8D1107320486CEB800E47090 /* Polycode.app */;
  320. productType = "com.apple.product-type.application";
  321. };
  322. /* End PBXNativeTarget section */
  323. /* Begin PBXProject section */
  324. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  325. isa = PBXProject;
  326. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Polycode" */;
  327. compatibilityVersion = "Xcode 3.1";
  328. developmentRegion = English;
  329. hasScannedForEncodings = 1;
  330. knownRegions = (
  331. English,
  332. Japanese,
  333. French,
  334. German,
  335. );
  336. mainGroup = 29B97314FDCFA39411CA2CEA /* Polycode */;
  337. projectDirPath = "";
  338. projectRoot = "";
  339. targets = (
  340. 8D1107260486CEB800E47090 /* Polycode */,
  341. );
  342. };
  343. /* End PBXProject section */
  344. /* Begin PBXResourcesBuildPhase section */
  345. 8D1107290486CEB800E47090 /* Resources */ = {
  346. isa = PBXResourcesBuildPhase;
  347. buildActionMask = 2147483647;
  348. files = (
  349. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  350. 1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
  351. 6D8A55B914B3EABB005F6411 /* main_icon.icns in Resources */,
  352. 6DFE89CC14B3FE3D00DA7ABD /* default.pak in Resources */,
  353. );
  354. runOnlyForDeploymentPostprocessing = 0;
  355. };
  356. /* End PBXResourcesBuildPhase section */
  357. /* Begin PBXShellScriptBuildPhase section */
  358. 6DFBF98612A3FEE200C43A7D /* ShellScript */ = {
  359. isa = PBXShellScriptBuildPhase;
  360. buildActionMask = 2147483647;
  361. files = (
  362. );
  363. inputPaths = (
  364. );
  365. outputPaths = (
  366. );
  367. runOnlyForDeploymentPostprocessing = 0;
  368. shellPath = /bin/sh;
  369. shellScript = "cp -R \"$PROJECT_DIR/../../Contents/Resources\" \"$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH\"";
  370. };
  371. /* End PBXShellScriptBuildPhase section */
  372. /* Begin PBXSourcesBuildPhase section */
  373. 8D11072C0486CEB800E47090 /* Sources */ = {
  374. isa = PBXSourcesBuildPhase;
  375. buildActionMask = 2147483647;
  376. files = (
  377. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  378. 256AC3DA0F4B6AC300CF3369 /* PolycodeAppDelegate.m in Sources */,
  379. 6D80E91E12AB53FB0037A708 /* PolycodeFrame.cpp in Sources */,
  380. 6D80E91F12AB53FB0037A708 /* PolycodeIDEApp.cpp in Sources */,
  381. 6D80E92012AB53FB0037A708 /* PolycodeProject.cpp in Sources */,
  382. 6D80E92112AB53FB0037A708 /* PolycodeProjectBrowser.cpp in Sources */,
  383. 6D80E92212AB53FB0037A708 /* PolycodeProjectManager.cpp in Sources */,
  384. 6D80EB1612AB7C6D0037A708 /* NewProjectWindow.cpp in Sources */,
  385. 6DCE857A12AE018800566FAE /* PolycodeEditor.cpp in Sources */,
  386. 6DCE857B12AE018800566FAE /* PolycodeEditorManager.cpp in Sources */,
  387. 6DCE85B712AE082B00566FAE /* PolycodeImageEditor.cpp in Sources */,
  388. 6DCE865512AE146C00566FAE /* PolycodeFontEditor.cpp in Sources */,
  389. 6D91B3B512AF2B1D00261ED4 /* PolycodeTextEditor.cpp in Sources */,
  390. 6D70AB2A12B29BF200EB6D94 /* NewFileWindow.cpp in Sources */,
  391. 6D8A55BC14B3EACB005F6411 /* PolycodeView.mm in Sources */,
  392. 6D6D3FA614B446A600219173 /* PolycodeToolLauncher.cpp in Sources */,
  393. 6DCAFD4314B519C900039F34 /* ExampleBrowserWindow.cpp in Sources */,
  394. 6D3B6C5B14B820A900727F17 /* ToolWindows.cpp in Sources */,
  395. 6D2AC99B14B8500400BB63DA /* PolycodeProjectEditor.cpp in Sources */,
  396. 6D56156814C5430300FC8BD4 /* PolycodeScreenEditor.cpp in Sources */,
  397. 6D3DC79D1622043A003ED2C9 /* PolycodeConsole.cpp in Sources */,
  398. 6DD1835D1628A4CC005A5682 /* PolycodeRemoteDebugger.cpp in Sources */,
  399. );
  400. runOnlyForDeploymentPostprocessing = 0;
  401. };
  402. /* End PBXSourcesBuildPhase section */
  403. /* Begin PBXVariantGroup section */
  404. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  405. isa = PBXVariantGroup;
  406. children = (
  407. 089C165DFE840E0CC02AAC07 /* English */,
  408. );
  409. name = InfoPlist.strings;
  410. sourceTree = "<group>";
  411. };
  412. 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
  413. isa = PBXVariantGroup;
  414. children = (
  415. 1DDD58150DA1D0A300B32029 /* English */,
  416. );
  417. name = MainMenu.xib;
  418. sourceTree = "<group>";
  419. };
  420. /* End PBXVariantGroup section */
  421. /* Begin XCBuildConfiguration section */
  422. C01FCF4B08A954540054247B /* Debug */ = {
  423. isa = XCBuildConfiguration;
  424. buildSettings = {
  425. ALWAYS_SEARCH_USER_PATHS = NO;
  426. COPY_PHASE_STRIP = NO;
  427. GCC_DYNAMIC_NO_PIC = NO;
  428. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  429. GCC_MODEL_TUNING = G5;
  430. GCC_OPTIMIZATION_LEVEL = 0;
  431. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  432. GCC_PREFIX_HEADER = Polycode_Prefix.pch;
  433. HEADER_SEARCH_PATHS = (
  434. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Versions/A/Headers,
  435. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/include\"",
  436. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/Dependencies/include\"",
  437. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Modules/include\"",
  438. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
  439. );
  440. INFOPLIST_FILE = "Polycode-Info.plist";
  441. INSTALL_PATH = "$(HOME)/Applications";
  442. LIBRARY_SEARCH_PATHS = (
  443. "$(inherited)",
  444. "\"$(SRCROOT)/../../../Core/Build/Mac OS X/build/Debug\"",
  445. "\"$(SRCROOT)/../../../Core/Dependencies/libpng/projects/xcode/build/Release\"",
  446. "\"$(SRCROOT)/../../../Core/Dependencies/physfs/Release\"",
  447. "\"$(SRCROOT)/../../../Core/Dependencies/zlib/projects/xcode/Untitled/build/Debug\"",
  448. "\"$(SRCROOT)/../../../Core/Dependencies/freetype\"",
  449. "\"$(SRCROOT)/../../../Core/Dependencies/physfs/XcodeProject/physfs/build/Debug\"",
  450. "\"$(SRCROOT)/../../../Core/Dependencies/physfs/Debug\"",
  451. "\"$(SRCROOT)/../../../Modules/Build/Mac OS X/build/Debug\"",
  452. "\"$(SRCROOT)/../../../Core/Dependencies/zlib\"",
  453. "\"$(SRCROOT)/../../../Core/Dependencies/libpng\"",
  454. "\"$(SRCROOT)/../../../Core/Dependencies/luajit/src\"",
  455. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/lib\"",
  456. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/Dependencies/lib\"",
  457. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Modules/lib\"",
  458. );
  459. PRODUCT_NAME = Polycode;
  460. };
  461. name = Debug;
  462. };
  463. C01FCF4C08A954540054247B /* Release */ = {
  464. isa = XCBuildConfiguration;
  465. buildSettings = {
  466. ALWAYS_SEARCH_USER_PATHS = NO;
  467. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  468. GCC_MODEL_TUNING = G5;
  469. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  470. GCC_PREFIX_HEADER = Polycode_Prefix.pch;
  471. HEADER_SEARCH_PATHS = (
  472. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Versions/A/Headers,
  473. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/include\"",
  474. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/Dependencies/include\"",
  475. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Modules/include\"",
  476. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
  477. );
  478. INFOPLIST_FILE = "Polycode-Info.plist";
  479. INSTALL_PATH = "$(HOME)/Applications";
  480. LIBRARY_SEARCH_PATHS = (
  481. "$(inherited)",
  482. "\"$(SRCROOT)/../../../Core/Build/Mac OS X/build/Debug\"",
  483. "\"$(SRCROOT)/../../../Core/Dependencies/libpng/projects/xcode/build/Release\"",
  484. "\"$(SRCROOT)/../../../Core/Dependencies/physfs/Release\"",
  485. "\"$(SRCROOT)/../../../Core/Dependencies/zlib/projects/xcode/Untitled/build/Debug\"",
  486. "\"$(SRCROOT)/../../../Core/Dependencies/freetype\"",
  487. "\"$(SRCROOT)/../../../Core/Dependencies/physfs/XcodeProject/physfs/build/Debug\"",
  488. "\"$(SRCROOT)/../../../Core/Dependencies/physfs/Debug\"",
  489. "\"$(SRCROOT)/../../../Modules/Build/Mac OS X/build/Debug\"",
  490. "\"$(SRCROOT)/../../../Core/Dependencies/zlib\"",
  491. "\"$(SRCROOT)/../../../Core/Dependencies/libpng\"",
  492. "\"$(SRCROOT)/../../../Core/Dependencies/luajit/src\"",
  493. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/lib\"",
  494. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Core/Dependencies/lib\"",
  495. "\"$(SRCROOT)/../../../Release/Darwin/Framework/Modules/lib\"",
  496. );
  497. PRODUCT_NAME = Polycode;
  498. };
  499. name = Release;
  500. };
  501. C01FCF4F08A954540054247B /* Debug */ = {
  502. isa = XCBuildConfiguration;
  503. buildSettings = {
  504. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  505. GCC_C_LANGUAGE_STANDARD = gnu99;
  506. GCC_OPTIMIZATION_LEVEL = 0;
  507. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  508. GCC_WARN_UNUSED_VARIABLE = YES;
  509. HEADER_SEARCH_PATHS = (
  510. ../../../Core/Contents/Include,
  511. ../../../Core/Dependencies/luajit/src,
  512. ../../../Core/Dependencies/libvorbis/include,
  513. ../../../Core/Dependencies/libogg/include,
  514. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Versions/A/Headers,
  515. ../../../Core/Dependencies/freetype/include,
  516. ../../../Core/Dependencies/libpng,
  517. ../../../Core/Dependencies/physfs,
  518. ../../../Modules/Contents/UI/Include,
  519. );
  520. ONLY_ACTIVE_ARCH = YES;
  521. PREBINDING = NO;
  522. SDKROOT = macosx10.6;
  523. };
  524. name = Debug;
  525. };
  526. C01FCF5008A954540054247B /* Release */ = {
  527. isa = XCBuildConfiguration;
  528. buildSettings = {
  529. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  530. GCC_C_LANGUAGE_STANDARD = gnu99;
  531. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  532. GCC_WARN_UNUSED_VARIABLE = YES;
  533. HEADER_SEARCH_PATHS = (
  534. ../../../Core/Contents/Include,
  535. ../../../Core/Dependencies/luajit/src,
  536. ../../../Core/Dependencies/libvorbis/include,
  537. ../../../Core/Dependencies/libogg/include,
  538. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Versions/A/Headers,
  539. ../../../Core/Dependencies/freetype/include,
  540. ../../../Core/Dependencies/libpng,
  541. ../../../Core/Dependencies/physfs,
  542. ../../../Modules/Contents/UI/Include,
  543. );
  544. ONLY_ACTIVE_ARCH = YES;
  545. PREBINDING = NO;
  546. SDKROOT = macosx10.6;
  547. };
  548. name = Release;
  549. };
  550. /* End XCBuildConfiguration section */
  551. /* Begin XCConfigurationList section */
  552. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Polycode" */ = {
  553. isa = XCConfigurationList;
  554. buildConfigurations = (
  555. C01FCF4B08A954540054247B /* Debug */,
  556. C01FCF4C08A954540054247B /* Release */,
  557. );
  558. defaultConfigurationIsVisible = 0;
  559. defaultConfigurationName = Release;
  560. };
  561. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Polycode" */ = {
  562. isa = XCConfigurationList;
  563. buildConfigurations = (
  564. C01FCF4F08A954540054247B /* Debug */,
  565. C01FCF5008A954540054247B /* Release */,
  566. );
  567. defaultConfigurationIsVisible = 0;
  568. defaultConfigurationName = Release;
  569. };
  570. /* End XCConfigurationList section */
  571. };
  572. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  573. }