I have a plist with two string arrays. I want to merge these two arrays. I tried selecting all the strings in one array and copying to the other, but I cant select multiple items. I don’t want to do this programmatically. I’m on a Mac using xcode. Any thoughts?
Share
Just edit the PList files as text (context menu, “Open as plain text file” or “Source code file”) and copy the relevant items in.