Closed selcuk-sahin closed 1 year ago
Thanks for the suggestion. It's probably not going to happen because of the way these operations expect to be used. plist
can modify arbitrary plist files, so it makes more sense to have them be an array of plist operations. entitlements
is meant to be used once, for the entitlements for the specified target, and the file it operates on is computed internally. Yes, both are plist files, but the way they operate is different.
Problem:
on the
plist
entry, we are using-
before replace, but on the entitlements we don't use it. It would be easier to grasp if both follow the same syntax, since both edits plist files.