Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save NSUserDefaults to local app data, not roaming app data.
App preferences writes with kCFPreferencesAnyHost, which means we cannot use the host parameter to differentiate roaming vs local. The correct way to roam would be through ubiquitous store (which would have to be covered separately based on need). Fix microsoft#1167
- Loading branch information