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

Support OS X .plist Files for Environment Configuration #191

Open
groboclown opened this issue Dec 7, 2018 · 0 comments
Open

Support OS X .plist Files for Environment Configuration #191

groboclown opened this issue Dec 7, 2018 · 0 comments
Labels
enhancement good first issue For those looking to work on the plugin Help Wanted
Projects
Milestone

Comments

@groboclown
Copy link
Owner

The existing environment configuration code reads from environment variables and Windows registry, but does not look at the OSX .plist files.

The following changes will need to be done to support this feature:

  • PlistParser - Currently empty. Will need implementation to extract data for the Perforce settings.
  • OsXPreferencesPart - Currently empty. Will need to implement ConfigPart, using the PlistParser to make the Perforce settings available.
  • EnvCompositePart - The OsXPreferencesPart should be added in where the existing windows registry part is used.
  • Documentation - The main page's REAMDE.md will need to denote support for this, and the TODO.md will need to be updated to remove this item.
@groboclown groboclown added enhancement Help Wanted good first issue For those looking to work on the plugin labels Dec 7, 2018
@groboclown groboclown added this to the 0.11 milestone Dec 7, 2018
@groboclown groboclown added this to Planning in v3 via automation Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue For those looking to work on the plugin Help Wanted
Projects
v3
  
Planning
Development

No branches or pull requests

1 participant