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

Update dependencies/toolchain #286

Merged
merged 76 commits into from
Jan 5, 2024
Merged

Update dependencies/toolchain #286

merged 76 commits into from
Jan 5, 2024

Commits on Nov 6, 2023

  1. Use ruby 3.1.3

    jjochen committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4504b73 View commit details
    Browse the repository at this point in the history
  2. remove some gems and update the rest

    moved some to Brewfile
    jjochen committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    364db5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    226f89d View commit details
    Browse the repository at this point in the history
  4. Update Xcode settings

    jjochen committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    36af398 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f09f03 View commit details
    Browse the repository at this point in the history
  6. update cocoapods

    jjochen committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6eac73b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e21e53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e109cb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    a3647fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b079532 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff2776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38b3973 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    7cc924c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebc22a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f2b70 View commit details
    Browse the repository at this point in the history
  4. remove unused code

    jjochen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6220abb View commit details
    Browse the repository at this point in the history
  5. update formatting

    jjochen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    97be927 View commit details
    Browse the repository at this point in the history
  6. update bundler

    jjochen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c8f112f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3b3aa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6636e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6448b73 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f7ef88 View commit details
    Browse the repository at this point in the history
  11. resolve some linter issues

    jjochen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a4e3e55 View commit details
    Browse the repository at this point in the history
  12. remove obsolete code

    jjochen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9529ac7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. add iPhone 15 Pro Max to CircleCI tests

    disable others for now
    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7c7d795 View commit details
    Browse the repository at this point in the history
  2. Update circle ci config

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4cc985b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1487e70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2b2c3d View commit details
    Browse the repository at this point in the history
  5. use m1 mac on circleci

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fa4fd1e View commit details
    Browse the repository at this point in the history
  6. skip change-ruby on circle ci

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    deafd1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ed50ff View commit details
    Browse the repository at this point in the history
  8. use ruby 3.1.4

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    658d71a View commit details
    Browse the repository at this point in the history
  9. cleanup circle ci config

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e8c240b View commit details
    Browse the repository at this point in the history
  10. reinstall xcode-install

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cc6bee5 View commit details
    Browse the repository at this point in the history
  11. remove cocoapods specs mirror

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1480381 View commit details
    Browse the repository at this point in the history
  12. cleanup circle ci config

    jjochen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    da14b56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    598b736 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8b2e41 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b3bedf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    75d2223 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. update ruby gems

    jjochen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fab2ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee28b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    86e53ac View commit details
    Browse the repository at this point in the history
  2. fix circle ci config

    jjochen committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    01b3f2a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. reintegrate cocoapods

    jjochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8d60ec6 View commit details
    Browse the repository at this point in the history
  2. update ruby gems

    jjochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    700dd16 View commit details
    Browse the repository at this point in the history
  3. test on ios 17.2 by default

    jjochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    88ff8c1 View commit details
    Browse the repository at this point in the history
  4. import XCTest in testfiles

    jjochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    86531fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8b6ba2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d957d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93c3fde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    369e663 View commit details
    Browse the repository at this point in the history
  9. use ruby 3.1.4 on circle ci

    jjochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    47dddb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11884c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7946076 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5200489 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ecd54c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    82b2211 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af1ebc1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72feab8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e320d9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    759401c View commit details
    Browse the repository at this point in the history
  19. unify pixel tolerance

    jjochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    63acd67 View commit details
    Browse the repository at this point in the history
  20. fix circleci setup

    jjochen committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0b5787f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9a8c5a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    9fb2e58 View commit details
    Browse the repository at this point in the history
  2. switch to CDN for cocoapods

    jjochen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    bacf1ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04cd955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e292d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0708d7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c423ac5 View commit details
    Browse the repository at this point in the history
  7. Update README

    jjochen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d5ef56c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db5904e View commit details
    Browse the repository at this point in the history
  9. cleanup circleci config

    jjochen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    31e1536 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd8dd84 View commit details
    Browse the repository at this point in the history
  11. fix example app color

    jjochen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f036024 View commit details
    Browse the repository at this point in the history