FalconLee1011 / Customized-Aerial-Screen-Saver

182 stars 7 forks source link

Change (some) spelling and use consistent capitalisation #6

Open jtpotato opened 9 months ago

jtpotato commented 9 months ago

Addresses #2

[!NOTE] This PR isn't complete - we need to handle folders that have already been created

I'm thinking of 2 options:

  1. Read from both the old and new folders
  2. Ignore spelling changes to folders and filenames for compatibility

Thoughts?

FalconLee1011 commented 9 months ago

I think migration is a better way, to check if misspelled path exists, if so, rename (move) to the right path.

jtpotato commented 9 months ago

Just realised after writing this - entries.json would also need to be updated?? i have no idea how to begin doing that I'm pretty new to swift 😣