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 to Xcode 15 #2107

Merged
merged 4 commits into from
May 21, 2024
Merged

Commits on May 17, 2024

  1. Update to Xcode 15

    ## Summary
    
    We want to make Texture build with recent tools like Xcode 15. Part of this is bumping the minimum supported OS to iOS 14.
    
    I only removed the dead code (i.e. code gated on versions older than iOS 14). There are still some warnings about outdated APIs in use, but they are non-trivial changes to fix.
    
    ## Test plan
    
    Run all the examples. Run all the unit tests and make them pass.
    andyfinnell committed May 17, 2024
    Configuration menu
    Copy the full SHA
    983a6c8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    6eef6bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587c0db View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix a couple of file extensions for assets

    A couple of PNGs were marked as JPGs
    andyfinnell committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fe68c8b View commit details
    Browse the repository at this point in the history