From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 31 May 2023 16:56:00 +0000 (-0400) Subject: file writer updates to append text X-Git-Tag: v0.1~34 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=c921b920d0609da884788b30a4d2c48c3d54e8c4;p=morphograph.git file writer updates to append text --- diff --git a/morphograph.xcodeproj/project.pbxproj b/morphograph.xcodeproj/project.pbxproj index 23d20b2..efa4ce7 100644 --- a/morphograph.xcodeproj/project.pbxproj +++ b/morphograph.xcodeproj/project.pbxproj @@ -19,6 +19,7 @@ A4AC6BF7299D9BB90056292B /* MaxAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MaxAPI.framework; path = "max-includes/MaxAPI.framework"; sourceTree = ""; }; A4AC6BF8299D9F990056292B /* mgraph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mgraph.h; sourceTree = ""; }; A4AC6BF9299D9FB60056292B /* cella */ = {isa = PBXFileReference; lastKnownFileType = folder; path = cella; sourceTree = ""; }; + A4E349D62A27A8840098AB9B /* ext_appendtohandle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; path = ext_appendtohandle.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -57,6 +58,7 @@ A4AC6BF1299D9B3D0056292B /* mgraph_cpp.h */, A4AC6BF8299D9F990056292B /* mgraph.h */, A4AC6BF3299D9B480056292B /* morphograph.cpp */, + A4E349D62A27A8840098AB9B /* ext_appendtohandle.h */, A4AC6BF5299D9B560056292B /* CMakeLists.txt */, ); name = morphograph; diff --git a/morphograph.xcodeproj/project.xcworkspace/xcuserdata/jml.xcuserdatad/UserInterfaceState.xcuserstate b/morphograph.xcodeproj/project.xcworkspace/xcuserdata/jml.xcuserdatad/UserInterfaceState.xcuserstate index c4f3e32..8b146e0 100644 Binary files a/morphograph.xcodeproj/project.xcworkspace/xcuserdata/jml.xcuserdatad/UserInterfaceState.xcuserstate and b/morphograph.xcodeproj/project.xcworkspace/xcuserdata/jml.xcuserdatad/UserInterfaceState.xcuserstate differ