From 6f9f2aef724187afd95ecd0f46f48667d3e6840c Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sun, 17 Mar 2019 16:14:13 +0100 Subject: [PATCH] update Xcode --- PanoPainter.xcodeproj/project.pbxproj | 118 +++++++++++++++++++++++--- 1 file changed, 106 insertions(+), 12 deletions(-) diff --git a/PanoPainter.xcodeproj/project.pbxproj b/PanoPainter.xcodeproj/project.pbxproj index 3b65902..56faf9e 100644 --- a/PanoPainter.xcodeproj/project.pbxproj +++ b/PanoPainter.xcodeproj/project.pbxproj @@ -25,8 +25,6 @@ AD0E5CB21ECC72AD00C35669 /* jpge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E11A21ECA61B500CDA6BB /* jpge.cpp */; }; AD0E5CB31ECC72AD00C35669 /* jpgd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD0E119F1ECA619F00CDA6BB /* jpgd.cpp */; }; AD0E5CB41ECC72AD00C35669 /* tinyxml2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0781E342205006ACC15 /* tinyxml2.cpp */; }; - AD0E5CB51ECC72AD00C35669 /* YGNodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0741E3421F2006ACC15 /* YGNodeList.c */; }; - AD0E5CB61ECC72AD00C35669 /* Yoga.c in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0751E3421F2006ACC15 /* Yoga.c */; }; AD0E5CB71ECC72AD00C35669 /* layout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD3B1EBE1E3B8B7600E918E3 /* layout.cpp */; }; AD0E5CB81ECC72AD00C35669 /* node.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD10637D1EC7ADFA002A525F /* node.cpp */; }; AD0E5CB91ECC72AD00C35669 /* node_border.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD1063511EC7ADFA002A525F /* node_border.cpp */; }; @@ -125,6 +123,28 @@ AD787AEA20D4611100C4712A /* PanoQL.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = AD787ADD20D4611100C4712A /* PanoQL.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; AD787AF720D4637E00C4712A /* ThumbnailProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = AD787AF620D4637E00C4712A /* ThumbnailProvider.m */; }; AD787AFB20D4637E00C4712A /* PanoThumb.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = AD787AF320D4637E00C4712A /* PanoThumb.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + AD7FB077223E8A42005913AB /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB05D223E8A3F005913AB /* YGStyle.cpp */; }; + AD7FB078223E8A42005913AB /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB05D223E8A3F005913AB /* YGStyle.cpp */; }; + AD7FB079223E8A42005913AB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB05E223E8A3F005913AB /* Yoga.cpp */; }; + AD7FB07A223E8A42005913AB /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB05E223E8A3F005913AB /* Yoga.cpp */; }; + AD7FB07B223E8A42005913AB /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB05F223E8A3F005913AB /* log.cpp */; }; + AD7FB07C223E8A42005913AB /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB05F223E8A3F005913AB /* log.cpp */; }; + AD7FB07D223E8A42005913AB /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB065223E8A40005913AB /* YGNodePrint.cpp */; }; + AD7FB07E223E8A42005913AB /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB065223E8A40005913AB /* YGNodePrint.cpp */; }; + AD7FB07F223E8A43005913AB /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB067223E8A40005913AB /* YGMarker.cpp */; }; + AD7FB080223E8A43005913AB /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB067223E8A40005913AB /* YGMarker.cpp */; }; + AD7FB081223E8A43005913AB /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB06A223E8A40005913AB /* YGNode.cpp */; }; + AD7FB082223E8A43005913AB /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB06A223E8A40005913AB /* YGNode.cpp */; }; + AD7FB083223E8A43005913AB /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB06D223E8A41005913AB /* YGConfig.cpp */; }; + AD7FB084223E8A43005913AB /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB06D223E8A41005913AB /* YGConfig.cpp */; }; + AD7FB085223E8A43005913AB /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB06F223E8A41005913AB /* YGLayout.cpp */; }; + AD7FB086223E8A43005913AB /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB06F223E8A41005913AB /* YGLayout.cpp */; }; + AD7FB087223E8A43005913AB /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB070223E8A41005913AB /* YGEnums.cpp */; }; + AD7FB088223E8A43005913AB /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB070223E8A41005913AB /* YGEnums.cpp */; }; + AD7FB089223E8A43005913AB /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB071223E8A42005913AB /* Utils.cpp */; }; + AD7FB08A223E8A43005913AB /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB071223E8A42005913AB /* Utils.cpp */; }; + AD7FB08B223E8A43005913AB /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB072223E8A42005913AB /* YGValue.cpp */; }; + AD7FB08C223E8A43005913AB /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD7FB072223E8A42005913AB /* YGValue.cpp */; }; ADA3ABF6222C8C370083B825 /* node_panel_quick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADA3ABF4222C8C350083B825 /* node_panel_quick.cpp */; }; ADA3ABF7222C8C370083B825 /* node_panel_quick.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADA3ABF4222C8C350083B825 /* node_panel_quick.cpp */; }; ADAE4B2E216D06CE00B1DD8C /* HockeySDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADAE4B2D216D06CC00B1DD8C /* HockeySDK.framework */; }; @@ -181,8 +201,6 @@ ADD7D2A11EBF9E1C00D5A897 /* texture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0691E2A774F006ACC15 /* texture.cpp */; }; ADD7D2A21EBF9E1C00D5A897 /* util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ADB61C801E3D38450093280F /* util.cpp */; }; ADD7D2A31EBFA06F00D5A897 /* tinyxml2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0781E342205006ACC15 /* tinyxml2.cpp */; }; - ADD7D2A41EBFA06F00D5A897 /* YGNodeList.c in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0741E3421F2006ACC15 /* YGNodeList.c */; }; - ADD7D2A51EBFA06F00D5A897 /* Yoga.c in Sources */ = {isa = PBXBuildFile; fileRef = AD58E0751E3421F2006ACC15 /* Yoga.c */; }; ADD7D2AF1EBFA35F00D5A897 /* libcurl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD7D2AE1EBFA35F00D5A897 /* libcurl.a */; }; ADD7D2B11EBFA42600D5A897 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD7D2B01EBFA42600D5A897 /* libz.tbd */; }; ADD7D2B31EBFA42C00D5A897 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD7D2B21EBFA42C00D5A897 /* Security.framework */; }; @@ -391,8 +409,6 @@ AD58E06E1E2A80BC006ACC15 /* shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = shape.h; sourceTree = ""; }; AD58E0701E2A90EF006ACC15 /* app.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = app.cpp; sourceTree = ""; }; AD58E0711E2A90EF006ACC15 /* app.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = app.h; sourceTree = ""; }; - AD58E0741E3421F2006ACC15 /* YGNodeList.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = YGNodeList.c; path = libs/yoga/yoga/YGNodeList.c; sourceTree = ""; }; - AD58E0751E3421F2006ACC15 /* Yoga.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Yoga.c; path = libs/yoga/yoga/Yoga.c; sourceTree = ""; }; AD58E0781E342205006ACC15 /* tinyxml2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxml2.cpp; path = libs/tinyxml2/tinyxml2.cpp; sourceTree = ""; }; AD60AC15215799CF00A380E9 /* node_changelog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = node_changelog.cpp; sourceTree = ""; }; AD60AC16215799D000A380E9 /* node_changelog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = node_changelog.h; sourceTree = ""; }; @@ -413,6 +429,33 @@ AD787AF520D4637E00C4712A /* ThumbnailProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ThumbnailProvider.h; sourceTree = ""; }; AD787AF620D4637E00C4712A /* ThumbnailProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ThumbnailProvider.m; sourceTree = ""; }; AD787AF820D4637E00C4712A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + AD7FB05C223E8A3F005913AB /* YGValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = libs/yoga/yoga/YGValue.h; sourceTree = SOURCE_ROOT; }; + AD7FB05D223E8A3F005913AB /* YGStyle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = libs/yoga/yoga/YGStyle.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB05E223E8A3F005913AB /* Yoga.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = libs/yoga/yoga/Yoga.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB05F223E8A3F005913AB /* log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = libs/yoga/yoga/log.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB060223E8A3F005913AB /* YGFloatOptional.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = libs/yoga/yoga/YGFloatOptional.h; sourceTree = SOURCE_ROOT; }; + AD7FB061223E8A3F005913AB /* instrumentation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = libs/yoga/yoga/instrumentation.h; sourceTree = SOURCE_ROOT; }; + AD7FB062223E8A40005913AB /* YGStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = libs/yoga/yoga/YGStyle.h; sourceTree = SOURCE_ROOT; }; + AD7FB063223E8A40005913AB /* YGConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = libs/yoga/yoga/YGConfig.h; sourceTree = SOURCE_ROOT; }; + AD7FB064223E8A40005913AB /* CompactValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = libs/yoga/yoga/CompactValue.h; sourceTree = SOURCE_ROOT; }; + AD7FB065223E8A40005913AB /* YGNodePrint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = libs/yoga/yoga/YGNodePrint.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB066223E8A40005913AB /* YGEnums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = libs/yoga/yoga/YGEnums.h; sourceTree = SOURCE_ROOT; }; + AD7FB067223E8A40005913AB /* YGMarker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGMarker.cpp; path = libs/yoga/yoga/YGMarker.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB068223E8A40005913AB /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = log.h; path = libs/yoga/yoga/log.h; sourceTree = SOURCE_ROOT; }; + AD7FB069223E8A40005913AB /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = libs/yoga/yoga/Utils.h; sourceTree = SOURCE_ROOT; }; + AD7FB06A223E8A40005913AB /* YGNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = libs/yoga/yoga/YGNode.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB06B223E8A41005913AB /* YGNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = libs/yoga/yoga/YGNode.h; sourceTree = SOURCE_ROOT; }; + AD7FB06C223E8A41005913AB /* Yoga-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "libs/yoga/yoga/Yoga-internal.h"; sourceTree = SOURCE_ROOT; }; + AD7FB06D223E8A41005913AB /* YGConfig.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = libs/yoga/yoga/YGConfig.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB06E223E8A41005913AB /* YGMarker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = libs/yoga/yoga/YGMarker.h; sourceTree = SOURCE_ROOT; }; + AD7FB06F223E8A41005913AB /* YGLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = libs/yoga/yoga/YGLayout.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB070223E8A41005913AB /* YGEnums.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = libs/yoga/yoga/YGEnums.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB071223E8A42005913AB /* Utils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = libs/yoga/yoga/Utils.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB072223E8A42005913AB /* YGValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = libs/yoga/yoga/YGValue.cpp; sourceTree = SOURCE_ROOT; }; + AD7FB073223E8A42005913AB /* YGNodePrint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = libs/yoga/yoga/YGNodePrint.h; sourceTree = SOURCE_ROOT; }; + AD7FB074223E8A42005913AB /* YGMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = libs/yoga/yoga/YGMacros.h; sourceTree = SOURCE_ROOT; }; + AD7FB075223E8A42005913AB /* Yoga.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = libs/yoga/yoga/Yoga.h; sourceTree = SOURCE_ROOT; }; + AD7FB076223E8A42005913AB /* YGLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = libs/yoga/yoga/YGLayout.h; sourceTree = SOURCE_ROOT; }; AD8CF71F1E913F0500083FFD /* log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = log.cpp; sourceTree = ""; }; AD8CF7201E913F0500083FFD /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; AD95AEC31E41EDEC002DD03A /* font.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = font.cpp; sourceTree = ""; }; @@ -803,6 +846,7 @@ AD58E0731E3421CB006ACC15 /* libs */ = { isa = PBXGroup; children = ( + AD7FB05B223E8978005913AB /* yoga */, AD439B5F2210F421006EAE8E /* format.cc */, ADC6B6C6216E0DB600DED870 /* sqlite3 */, ADAE4B2F216D075400B1DD8C /* HockeySDKResources.bundle */, @@ -812,8 +856,6 @@ AD0E11A21ECA61B500CDA6BB /* jpge.cpp */, AD0E119F1ECA619F00CDA6BB /* jpgd.cpp */, AD58E0781E342205006ACC15 /* tinyxml2.cpp */, - AD58E0741E3421F2006ACC15 /* YGNodeList.c */, - AD58E0751E3421F2006ACC15 /* Yoga.c */, ); name = libs; sourceTree = ""; @@ -870,6 +912,40 @@ path = PanoThumb; sourceTree = ""; }; + AD7FB05B223E8978005913AB /* yoga */ = { + isa = PBXGroup; + children = ( + AD7FB064223E8A40005913AB /* CompactValue.h */, + AD7FB061223E8A3F005913AB /* instrumentation.h */, + AD7FB05F223E8A3F005913AB /* log.cpp */, + AD7FB068223E8A40005913AB /* log.h */, + AD7FB071223E8A42005913AB /* Utils.cpp */, + AD7FB069223E8A40005913AB /* Utils.h */, + AD7FB06D223E8A41005913AB /* YGConfig.cpp */, + AD7FB063223E8A40005913AB /* YGConfig.h */, + AD7FB070223E8A41005913AB /* YGEnums.cpp */, + AD7FB066223E8A40005913AB /* YGEnums.h */, + AD7FB060223E8A3F005913AB /* YGFloatOptional.h */, + AD7FB06F223E8A41005913AB /* YGLayout.cpp */, + AD7FB076223E8A42005913AB /* YGLayout.h */, + AD7FB074223E8A42005913AB /* YGMacros.h */, + AD7FB067223E8A40005913AB /* YGMarker.cpp */, + AD7FB06E223E8A41005913AB /* YGMarker.h */, + AD7FB06A223E8A40005913AB /* YGNode.cpp */, + AD7FB06B223E8A41005913AB /* YGNode.h */, + AD7FB065223E8A40005913AB /* YGNodePrint.cpp */, + AD7FB073223E8A42005913AB /* YGNodePrint.h */, + AD7FB05D223E8A3F005913AB /* YGStyle.cpp */, + AD7FB062223E8A40005913AB /* YGStyle.h */, + AD7FB072223E8A42005913AB /* YGValue.cpp */, + AD7FB05C223E8A3F005913AB /* YGValue.h */, + AD7FB06C223E8A41005913AB /* Yoga-internal.h */, + AD7FB05E223E8A3F005913AB /* Yoga.cpp */, + AD7FB075223E8A42005913AB /* Yoga.h */, + ); + path = yoga; + sourceTree = ""; + }; ADC6B6C6216E0DB600DED870 /* sqlite3 */ = { isa = PBXGroup; children = ( @@ -1322,12 +1398,15 @@ ADE4911F1F86E65E00FB8E92 /* sweep.cc in Sources */, AD0E5CB91ECC72AD00C35669 /* node_border.cpp in Sources */, ADF6C5832231EB5E0097BFD9 /* binary_stream.cpp in Sources */, + AD7FB07E223E8A42005913AB /* YGNodePrint.cpp in Sources */, AD0E5CC81ECC72AD00C35669 /* node_popup_menu.cpp in Sources */, + AD7FB08A223E8A43005913AB /* Utils.cpp in Sources */, AD0E5CB71ECC72AD00C35669 /* layout.cpp in Sources */, ADEBA9062069A4F40085AE16 /* objc_utils.cpp in Sources */, AD0E5CB41ECC72AD00C35669 /* tinyxml2.cpp in Sources */, ADA3ABF7222C8C370083B825 /* node_panel_quick.cpp in Sources */, AD0E5CD81ECC72AD00C35669 /* canvas_modes.cpp in Sources */, + AD7FB088223E8A43005913AB /* YGEnums.cpp in Sources */, AD0E5CA31ECC6F2B00C35669 /* main.cpp in Sources */, AD0E5CB21ECC72AD00C35669 /* jpge.cpp in Sources */, ADC6F4681F3E66FB004177FA /* app_dialogs.cpp in Sources */, @@ -1340,6 +1419,7 @@ ADD6AFD71F94DEB000E92461 /* node_progress_bar.cpp in Sources */, AD0E5CDB1ECC72AD00C35669 /* font.cpp in Sources */, ADBC8C561FAFD0530094B339 /* app_cloud.cpp in Sources */, + AD7FB084223E8A43005913AB /* YGConfig.cpp in Sources */, AD0E5CDA1ECC72AD00C35669 /* event.cpp in Sources */, ADFD32282166C9A000F46F85 /* node_dialog_resize.cpp in Sources */, AD0E5CCB1ECC72AD00C35669 /* node_scroll.cpp in Sources */, @@ -1354,9 +1434,11 @@ AD60AC18215799D000A380E9 /* node_changelog.cpp in Sources */, AD0E5CE01ECC72AD00C35669 /* shader.cpp in Sources */, ADC0EB3F1FBDC748004079BB /* node_colorwheel.cpp in Sources */, + AD7FB080223E8A43005913AB /* YGMarker.cpp in Sources */, + AD7FB082223E8A43005913AB /* YGNode.cpp in Sources */, + AD7FB08C223E8A43005913AB /* YGValue.cpp in Sources */, AD0E5CDD1ECC72AD00C35669 /* log.cpp in Sources */, AD0E5CD61ECC72AD00C35669 /* bezier.cpp in Sources */, - AD0E5CB61ECC72AD00C35669 /* Yoga.c in Sources */, ADE4911D1F86E65E00FB8E92 /* shapes.cc in Sources */, ADC0EB441FC36E88004079BB /* node_dialog_picker.cpp in Sources */, AD0E5CC51ECC72AD00C35669 /* node_panel_color.cpp in Sources */, @@ -1364,8 +1446,8 @@ AD439B612210F56F006EAE8E /* format.cc in Sources */, AD7403101FB9D0D4004ACFCC /* node_combobox.cpp in Sources */, AD0E5CBE1ECC72AD00C35669 /* node_color_quad.cpp in Sources */, - AD0E5CB51ECC72AD00C35669 /* YGNodeList.c in Sources */, AD0E5CE11ECC72AD00C35669 /* shape.cpp in Sources */, + AD7FB07A223E8A42005913AB /* Yoga.cpp in Sources */, AD0E5CDF1ECC72AD00C35669 /* rtt.cpp in Sources */, AD02F0C41EDC457C00B2E692 /* sequencer.cpp in Sources */, AD0E5CCD1ECC72AD00C35669 /* node_text_input.cpp in Sources */, @@ -1379,6 +1461,7 @@ AD0E5CC71ECC72AD00C35669 /* node_panel_stroke.cpp in Sources */, AD0E5CC61ECC72AD00C35669 /* node_panel_layer.cpp in Sources */, AD0E5CBA1ECC72AD00C35669 /* node_button_custom.cpp in Sources */, + AD7FB078223E8A42005913AB /* YGStyle.cpp in Sources */, AD439B652210F61B006EAE8E /* abr.cpp in Sources */, AD0E5CC31ECC72AD00C35669 /* node_message_box.cpp in Sources */, ADC6F4631F3AFF2D004177FA /* node_dialog_layer_rename.cpp in Sources */, @@ -1390,12 +1473,14 @@ AD0E5CC11ECC72AD00C35669 /* node_image_texture.cpp in Sources */, AD0E5CBD1ECC72AD00C35669 /* node_checkbox.cpp in Sources */, ADBC8C581FAFD05A0094B339 /* node_dialog_cloud.cpp in Sources */, + AD7FB086223E8A43005913AB /* YGLayout.cpp in Sources */, AD0E5CC91ECC72AD00C35669 /* node_settings.cpp in Sources */, AD0E5CBB1ECC72AD00C35669 /* node_button.cpp in Sources */, AD4CEF152156B2DA0097F4BD /* node_about.cpp in Sources */, AD0E5CD41ECC72AD00C35669 /* app_shaders.cpp in Sources */, AD0E5CD91ECC72AD00C35669 /* canvas.cpp in Sources */, ADE4911E1F86E65E00FB8E92 /* sweep_context.cc in Sources */, + AD7FB07C223E8A42005913AB /* log.cpp in Sources */, AD0E5CB81ECC72AD00C35669 /* node.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1420,6 +1505,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + AD7FB07B223E8A42005913AB /* log.cpp in Sources */, AD74030F1FB9D0D3004ACFCC /* node_combobox.cpp in Sources */, ADBC8C571FAFD05A0094B339 /* node_dialog_cloud.cpp in Sources */, ADD7D2951EBF9E1C00D5A897 /* bezier.cpp in Sources */, @@ -1429,17 +1515,22 @@ ADE491181F86E65D00FB8E92 /* shapes.cc in Sources */, ADD7D29E1EBF9E1C00D5A897 /* shape.cpp in Sources */, ADD7D2901EBF9E1C00D5A897 /* canvas_modes.cpp in Sources */, + AD7FB079223E8A42005913AB /* Yoga.cpp in Sources */, + AD7FB083223E8A43005913AB /* YGConfig.cpp in Sources */, ADC6F4621F3AFF2C004177FA /* node_dialog_layer_rename.cpp in Sources */, AD10639A1EC7AE92002A525F /* node_canvas.cpp in Sources */, ADD7D2A31EBFA06F00D5A897 /* tinyxml2.cpp in Sources */, AD10639B1EC7AE92002A525F /* node_checkbox.cpp in Sources */, + AD7FB08B223E8A43005913AB /* YGValue.cpp in Sources */, AD60AC17215799D000A380E9 /* node_changelog.cpp in Sources */, AD1063A61EC7AE92002A525F /* node_popup_menu.cpp in Sources */, ADD7D29C1EBF9E1C00D5A897 /* shader.cpp in Sources */, - ADD7D2A51EBFA06F00D5A897 /* Yoga.c in Sources */, + AD7FB089223E8A43005913AB /* Utils.cpp in Sources */, ADD7D2921EBF9E1C00D5A897 /* action.cpp in Sources */, ADD7D29A1EBF9E1C00D5A897 /* pch.cpp in Sources */, + AD7FB077223E8A42005913AB /* YGStyle.cpp in Sources */, AD10639E1EC7AE92002A525F /* node_icon.cpp in Sources */, + AD7FB085223E8A43005913AB /* YGLayout.cpp in Sources */, AD1063A71EC7AE92002A525F /* node_settings.cpp in Sources */, AD0E119E1ECA215600CDA6BB /* app_shaders.cpp in Sources */, ADE491171F86E65D00FB8E92 /* cdt.cc in Sources */, @@ -1447,8 +1538,10 @@ AD1063A41EC7AE92002A525F /* node_panel_layer.cpp in Sources */, ADF6C5842231EB5E0097BFD9 /* serializer.cpp in Sources */, AD1063AA1EC7AE92002A525F /* node_text_input.cpp in Sources */, + AD7FB07D223E8A42005913AB /* YGNodePrint.cpp in Sources */, AD2286C3214E9A2B0074567E /* version.cpp in Sources */, ADC0EB3E1FBDC748004079BB /* node_colorwheel.cpp in Sources */, + AD7FB087223E8A43005913AB /* YGEnums.cpp in Sources */, ADD6AFD81F94DEB000E92461 /* node_progress_bar.cpp in Sources */, AD0E119B1ECA215600CDA6BB /* node_scroll.cpp in Sources */, ADA3ABF6222C8C370083B825 /* node_panel_quick.cpp in Sources */, @@ -1466,8 +1559,10 @@ AD0E11A41ECA61B900CDA6BB /* jpge.cpp in Sources */, AD10639C1EC7AE92002A525F /* node_color_quad.cpp in Sources */, AD1063961EC7AE92002A525F /* node.cpp in Sources */, + AD7FB081223E8A43005913AB /* YGNode.cpp in Sources */, ADE491161F86E65D00FB8E92 /* advancing_front.cc in Sources */, AD10639D1EC7AE92002A525F /* node_dialog_open.cpp in Sources */, + AD7FB07F223E8A43005913AB /* YGMarker.cpp in Sources */, AD1063A91EC7AE92002A525F /* node_stroke_preview.cpp in Sources */, ADD7D2981EBF9E1C00D5A897 /* rtt.cpp in Sources */, AD1063A01EC7AE92002A525F /* node_image.cpp in Sources */, @@ -1496,7 +1591,6 @@ AD1063A51EC7AE92002A525F /* node_panel_stroke.cpp in Sources */, ADD7D2911EBF9E1C00D5A897 /* event.cpp in Sources */, ADC6F4671F3E66FB004177FA /* app_dialogs.cpp in Sources */, - ADD7D2A41EBFA06F00D5A897 /* YGNodeList.c in Sources */, AD1063AB1EC7AE92002A525F /* node_text.cpp in Sources */, AD1063A11EC7AE92002A525F /* node_message_box.cpp in Sources */, AD1063A31EC7AE92002A525F /* node_panel_color.cpp in Sources */,