Plist Cleaners

PLIST Tag: Array

Wraps the selected text in a given tag.

“Sample Text” becomes “<array>Sample Text</array>”.

PLIST Tag: Dictionary

Wraps the selected text in a given tag.

“Sample Text” becomes “<dict>Sample Text</dict>”.

PLIST Tag: Key

Wraps the selected text in a given tag.

“Sample Text” becomes “<key>Sample Text</key>”.

PLIST Tag: String

Wraps the selected text in a given tag.

“Sample Text” becomes “<string>Sample Text</string>”.

PLIST Tag: Integer

Wraps the selected text in a given tag.

“Sample Text” becomes “<integer>Sample Text</integer>”.

PLIST Tag: Float

Wraps the selected text in a given tag.

“Sample Text” becomes “<float>Sample Text</float>”.

PLIST Tag: True

Inserts the “<true/>” tag.

PLIST Tag: False

Inserts the “<false/>” tag.