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 for Xcode 16 #8

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Update for Xcode 16 #8

merged 4 commits into from
Oct 18, 2024

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    7efee93 View commit details
    Browse the repository at this point in the history
  2. Remove preview string

    mbernson committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9cdf49e View commit details
    Browse the repository at this point in the history
  3. Convert targets to use buildable folder references

    This is the new default behaviour in Xcode 16. From the Xcode release notes:
    
    Minimize project file changes, and avoid version control conflicts with buildable folder references.
    Convert an existing group to a buildable folder with the “Convert to Folder” context menu item in the Project Navigator. Buildable folders only record the folder path into the project file without enumerating the contained files. This minimizes diffs to the project when files are added and removed, and avoids source control conflicts with your team.
    
    https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes
    mbernson committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0ff162a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e652ab View commit details
    Browse the repository at this point in the history