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

feat: uninstall the test app once and install that again when MismatchedApplicationIdentifierEntitlement installation error occurs #2050

Merged
merged 38 commits into from
Oct 2, 2023

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

  1. chore: leave comment

    KazuCocoa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5bb1bac View commit details
    Browse the repository at this point in the history
  2. fix: logs typo

    KazuCocoa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    38833de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dc2288 View commit details
    Browse the repository at this point in the history
  4. docs: address in listApps

    KazuCocoa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8185f1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f487aa View commit details
    Browse the repository at this point in the history
  6. chore: add note

    KazuCocoa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7546028 View commit details
    Browse the repository at this point in the history
  7. chore: tune a bit

    KazuCocoa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    943abc8 View commit details
    Browse the repository at this point in the history
  8. docs: tweak

    KazuCocoa committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    bc791ea View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    9767797 View commit details
    Browse the repository at this point in the history
  2. docs: append note further

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    f4481e6 View commit details
    Browse the repository at this point in the history
  3. docs: tune the log

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    c55bc9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef44ead View commit details
    Browse the repository at this point in the history
  5. chore: tweak error handling

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    c4d1840 View commit details
    Browse the repository at this point in the history
  6. chore: modify logs further

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    22c0415 View commit details
    Browse the repository at this point in the history
  7. chore: tune logs

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3261b1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9278b5a View commit details
    Browse the repository at this point in the history
  9. test: add tests

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b4d4144 View commit details
    Browse the repository at this point in the history
  10. fix: types of specs

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    4fffe99 View commit details
    Browse the repository at this point in the history
  11. docs: typo

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    6578fc0 View commit details
    Browse the repository at this point in the history
  12. test: remove unused _

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    dca8544 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00ed99f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e5b8bed View commit details
    Browse the repository at this point in the history
  15. chore: tune log

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    096e54a View commit details
    Browse the repository at this point in the history
  16. docs: add troubleshooting

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5c9d486 View commit details
    Browse the repository at this point in the history
  17. chore: change the log level

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    0c53654 View commit details
    Browse the repository at this point in the history
  18. docs: tweak the description

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e253053 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aa992bb View commit details
    Browse the repository at this point in the history
  20. docs: tweak

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    cd15457 View commit details
    Browse the repository at this point in the history
  21. docs: tweak

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    c430358 View commit details
    Browse the repository at this point in the history
  22. chore: fix review

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    9f45b4a View commit details
    Browse the repository at this point in the history
  23. docs: tweak troubleshooting

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    ffc4761 View commit details
    Browse the repository at this point in the history
  24. test: add tests

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    45462b9 View commit details
    Browse the repository at this point in the history
  25. fix: lint

    KazuCocoa committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    4776a6c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    dfbf156 View commit details
    Browse the repository at this point in the history
  2. chore: tweak review

    KazuCocoa committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    593ee43 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. chore: tweak

    KazuCocoa committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    644f46f View commit details
    Browse the repository at this point in the history
  2. chore: tune the condition

    KazuCocoa committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    982e9cf View commit details
    Browse the repository at this point in the history