Re: Adding scripting support for custom records
Alex Zavatone
How do you plan to consume it? As an array, dictionary? You can even save it out as a pList and read it off media if you wish. You can even serialize it to JSON or XML. There even is serializing through NSCodable, but in this case, you would need to have the format to deserialize in your target app.
toggle quoted message
Show quoted text
Actually, I wonder if you could use app groups and simply make the data common between apps running in that group or are you planning on accessing the data through scripting? How do you wish to read the data in? On May 6, 2019, at 10:42 PM, Steve Mills via Groups.Io <sjmills@...> wrote: |
|