Summary
If the user does not have an existing directory at ~/Library/Developer/UserData/FontsAndColorThemes/, installing the sample themes will not succeed.
Steps to Reproduce
- Ensure that
~/Library/Developer/UserData/FontsAndColorThemes/ does not exist.
- In Xcode, select
Editor > Polychromatic > Install Sample Themes.
- Click
Install Themes in the alert that is displayed.
- Restart Xcode.
Expected Result
The plugin detects that the FontsAndColorThemes directory is missing, creates it, and then installs the themes.
Actual Result
The themes are not installed.
Notes
Manually creating the FontsAndColorThemes directory and then selecting Editor > Polychromatic > Install Sample Themes in Xcode does result in the themes being installed.