XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.87k stars 299 forks source link

Preferences are lost after update from 1.x to 2.x #536

Open KORraNpl opened 6 months ago

KORraNpl commented 6 months ago

Describe the bug I noticed that after update from 1.x to 2.x preferences (i.e. Apple ID account, faster unxip etc.) are reset to default setting like after a clean install. I've done small investigation and I found out that since the team has been changed (xcodesOrg), app looks for (and stores) preferences in a different place:

So now the old set of preferences is still there, but they are unused. This can be verified in terminal by running defaults read com.robotsandpencils.XcodesApp and defaults read com.xcodesorg.xcodesapp.

To Reproduce Steps to reproduce the behavior:

  1. Install XcodesApp 1.x, enable faster unxip.
  2. Update to 2.x, check status of faster unxip preference.

Expected behavior Ideally, preferences should be migrated, old domain removed.

Version

MattKiazyk commented 6 months ago

@KORraNpl please upgrade to v2.1.2 Thanks

KORraNpl commented 6 months ago

@MattKiazyk Just checked, 2.1.2 does not resolve the issue, which is probably expected since it doesn't contain any changes related to it.

MattKiazyk commented 6 months ago

Sorry, closing too many issues at the moment!