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

Add screen based boot mechanism #113

Merged
merged 20 commits into from
Jun 7, 2024
Merged

Commits on May 15, 2024

  1. Making Prlctl function return result of execution

    Bineesh Nadukkalam committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b8e64bb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Add Objective C Vision API based OCR in plugin

    Bineesh Nadukkalam committed May 17, 2024
    Configuration menu
    Copy the full SHA
    81c3090 View commit details
    Browse the repository at this point in the history
  2. Add macos vms window id detector

    Bineesh Nadukkalam committed May 17, 2024
    Configuration menu
    Copy the full SHA
    72907c5 View commit details
    Browse the repository at this point in the history
  3. Add new step to execute ocr based boot

    Bineesh Nadukkalam committed May 17, 2024
    Configuration menu
    Copy the full SHA
    da98393 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Add OCR based boot option to macvm builder

    Bineesh Nadukkalam committed May 20, 2024
    Configuration menu
    Copy the full SHA
    73be75a View commit details
    Browse the repository at this point in the history
  2. Add docs changes

    Bineesh Nadukkalam committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1ee8e03 View commit details
    Browse the repository at this point in the history
  3. Add ocr based boot to ipsw builder

    Bineesh Nadukkalam committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6f1c0d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ccda02 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    9a6570c View commit details
    Browse the repository at this point in the history
  2. push new builds

    cjlapao committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e6d371a View commit details
    Browse the repository at this point in the history
  3. Fix test failure in DriverMock by adding PrlctlGet

    Bineesh Nadukkalam committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f094fbc View commit details
    Browse the repository at this point in the history
  4. fix pipeline

    cjlapao committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e3162e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e62f683 View commit details
    Browse the repository at this point in the history
  6. further fixes to the pipeline

    cjlapao committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5d3decc View commit details
    Browse the repository at this point in the history
  7. attempt to fix validate

    cjlapao committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ab1acd2 View commit details
    Browse the repository at this point in the history
  8. Fix lint warnings

    Bineesh Nadukkalam committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7ea0f59 View commit details
    Browse the repository at this point in the history
  9. Use timeout instead of ticker and use temp file for saving screenshots

    tickers can cause events accumulation.
    Bineesh Nadukkalam committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c971488 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01b54db View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Add support for tesseract library for OCR

    VisionAPI does not work well in macOS 13 or older VMs screenshots,
    so this option gives user an option choose from tesseract/vision.
    Bineesh Nadukkalam committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0fff56a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix for the golintci

    cjlapao committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    804d835 View commit details
    Browse the repository at this point in the history