project.pbxproj 33 KB

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