-
Notifications
You must be signed in to change notification settings - Fork 35
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 workflows to use Xcode 16 #2062
Conversation
Snapshots were updated. Please verify the changes match the expected layout.
|
Snapshots were updated. Please verify the changes match the expected layout.
|
@@ -21,10 +21,10 @@ import Backpack | |||
|
|||
class TabsViewController: BPKTabBarController { | |||
|
|||
private let tabs: [Components.Tab] | |||
private let componentTabs: [Components.Tab] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This pull request updates the GitHub workflows to switch from Xcode 15 to Xcode 16. All relevant workflow files have been modified to ensure compatibility with the latest version of Xcode, enhancing the build and testing processes. This change aims to leverage the improvements and features available in Xcode 16 for better performance and stability.