Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KORraNpl opened this issue Mar 17, 2024 · 3 comments
Open

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

KORraNpl opened this issue Mar 17, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@KORraNpl
Copy link

KORraNpl commented Mar 17, 2024

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:

  • was: com.robotsandpencils.XcodesApp
  • is: com.xcodesorg.xcodesapp

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

  • OS: 13.6.5
  • Xcodes: 2.1.1
@KORraNpl KORraNpl added the bug Something isn't working label Mar 17, 2024
@MattKiazyk
Copy link
Contributor

@KORraNpl please upgrade to v2.1.2 Thanks

@KORraNpl
Copy link
Author

@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 MattKiazyk reopened this Mar 17, 2024
@MattKiazyk
Copy link
Contributor

Sorry, closing too many issues at the moment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants