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

Xcode Updates #199

Merged
merged 10 commits into from
May 14, 2024
Merged

Xcode Updates #199

merged 10 commits into from
May 14, 2024

Conversation

josh
Copy link
Contributor

@josh josh commented May 14, 2024

This triennial commit brings the project up to speed with Xcode 15.3.

  • With the new platform support features, we can now go from 4 targets (iOS+App, iOS+Extension, macOS+App, macOS+Extension) to just 2 targets (App, Extension). All the renames are just changes that affect the directory naming. Note, this doesn't make life any easier for submissions. The iOS and Mac App Store are still independent and require separate uploads.
  • I did have to bump the minimum macOS requirement from 11 to 13. It has a new .windowResizability(.contentSize) which removes the need for all our hacks to make the macOS just a fixed non-resize window. f912bef
  • Had to fiddle with some SwiftUI alignment issues I still don't quite understand. But it seems to be okay.

--
To: @dgraham
CC: @nakajima

@dgraham dgraham merged commit ffc5934 into dgraham:master May 14, 2024
2 checks passed
@josh josh deleted the project-updates branch May 14, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants