Hello,
i don’t know if its a bug or not but on the latest macos version with xcode i can’t use the builtin Info.plist because of this string in the second line:
[ <!ATTLIST key merge (keep) #IMPLIED> ]
In Xcode i’ve got the error of a missing Info.plist (when i tried to install it on my device) and after checking it with plutil i’ve found the error.
I copied and removed this piece of code and everything worked fine.
Is this a normal behavior? Did i missed something?