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

refactor: ios test artifacts cleanup #1345 #1350

Merged
merged 28 commits into from Dec 1, 2020

Commits on Dec 1, 2020

  1. Added sample application for ios game loop

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e5bcb04 View commit details
    Browse the repository at this point in the history
  2. Removed unused test targets from example project

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0ec66f3 View commit details
    Browse the repository at this point in the history
  3. Flank scripts for generating test artifacts

    * scripts for archive/export IPA for ios game loop
    * scripts for creating test artifacts for iOS Multiple test targets example (test plans)
    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    9746e08 View commit details
    Browse the repository at this point in the history
  4. Moved all iOS "floating" artifacts under test_artifacts/ios

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    838f3fe View commit details
    Browse the repository at this point in the history
  5. Renamed FlankMultiTestTargetsExample to FlankTestPlansExample

    * added scripts for generating game loop IPA and coping it
    * adjusted scripts for coping test artifacts
    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d7487be View commit details
    Browse the repository at this point in the history
  6. Removed old scripts and .ipa file

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3d4dd3e View commit details
    Browse the repository at this point in the history
  7. Code formatting

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0df0a27 View commit details
    Browse the repository at this point in the history
  8. Added missing ios ops command

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    28f03aa View commit details
    Browse the repository at this point in the history
  9. Code cleaning

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a5fe18d View commit details
    Browse the repository at this point in the history
  10. Update flank-scripts/src/main/kotlin/flank/scripts/shell/ios/IosBuild…

    …Command.kt
    
    Co-authored-by: Jan Góral <60390247+jan-gogo@users.noreply.github.com>
    2 people authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8fdce8f View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: Jan Góral <60390247+jan-gogo@users.noreply.github.com>
    2 people authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0a21782 View commit details
    Browse the repository at this point in the history
  12. Add Build dir to .gitignore & fix detect

    jan-goral authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d48d29c View commit details
    Browse the repository at this point in the history
  13. Added documentation for iOS Test artifacts

    Temporary removed gameloop build from iOSOpsCommand
    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    de5031e View commit details
    Browse the repository at this point in the history
  14. Update test_artifacts.md

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8d19481 View commit details
    Browse the repository at this point in the history
  15. Update flank-scripts/src/main/kotlin/flank/scripts/shell/ops/iOSOpsCo…

    …mmand.kt
    jan-goral authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8b7c214 View commit details
    Browse the repository at this point in the history
  16. Applied code reviews comments

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4627880 View commit details
    Browse the repository at this point in the history
  17. Added support for Xcode's legacy build system in flank scripts

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    b40968b View commit details
    Browse the repository at this point in the history
  18. Updated default iOS version to 13.6

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f23dbdd View commit details
    Browse the repository at this point in the history
  19. Added iOS 13.6 to mocked ios_catalog response

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    aa94ce7 View commit details
    Browse the repository at this point in the history
  20. Update README.md

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e8fe771 View commit details
    Browse the repository at this point in the history
  21. Code review fixes

    Renamed IosOpsCommand file
    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    865b319 View commit details
    Browse the repository at this point in the history
  22. Code review fixes

    * fixed indentation
    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    66e3775 View commit details
    Browse the repository at this point in the history
  23. Fixed typo in CocoaPods installation command

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    adcfd78 View commit details
    Browse the repository at this point in the history
  24. Update flank-scripts/src/main/kotlin/flank/scripts/shell/ops/BuildTes…

    …tPlansExample.kt
    
    Co-authored-by: Jan Góral <60390247+jan-gogo@users.noreply.github.com>
    2 people authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8bdfb75 View commit details
    Browse the repository at this point in the history
  25. Fixed gem installation

    zuziakaxel authored and mergify-bot committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    20da711 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7abe9dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    337a32c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f49668e View commit details
    Browse the repository at this point in the history