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

Persists the generated Edit project in the user's .cache directory #6056

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Mar 8, 2024

  1. Created a new cache directory for the project generated by the EditSe…

    …rvice and utilized it in the EditService instead of generating a temporary directory.
    jgoodrick committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e539bf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    7be963e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d34cd View commit details
    Browse the repository at this point in the history
  3. added a new variant of 'selected()' to the XcodeController that retur…

    …ns a non-optional Xcode, and throws if none is found
    jgoodrick committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3371417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf26db6 View commit details
    Browse the repository at this point in the history
  5. removed optionality of the selected() method on XcodeController. Chos…

    …e to surface the XcodeVersionError.noXcode where it was previously unwrapped
    jgoodrick committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1548f7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb21421 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    68c5ead View commit details
    Browse the repository at this point in the history