katagaki / Unagent

User agent changer for Safari
26 stars 6 forks source link

Move data to plist #4

Closed katagaki closed 1 year ago

katagaki commented 1 year ago

Currently, data is stored in a hardcoded array in the UserAgentTableViewController.swift class.

As a best practice, this data should be moved to a property list (plist).

katagaki commented 1 year ago

Used JSON instead to quickly send data to the extension.