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

!chore: add watchOS support to ViewEnvironment and bump iOS to 15.0 #271

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

n8chur
Copy link
Collaborator

@n8chur n8chur commented Feb 16, 2024

Overview

Adds watchOS 8 support to ViewEnvironment and bumps iOS minimum deployment target to 15.0.

We noticed the need to add watchOS support when we found that Market publishing was failing.

Why

ViewEnvironment is imported in MarketSwiftUI which requires watchOS support, and all of our upstream dependencies at square are now on the iOS 15 minimum deployment target so it seems like it might be worth bumping just for future convenience when contributing to this workflow-swift.

Checklist

  • Unit Tests
  • UI Tests
  • Snapshot Tests (iOS only)
  • I have made corresponding changes to the documentation

@n8chur n8chur marked this pull request as ready for review February 16, 2024 00:11
@n8chur n8chur requested a review from a team as a code owner February 16, 2024 00:11
Package.swift Outdated Show resolved Hide resolved
mjohnson12 and others added 2 commits February 16, 2024 11:03
Changed Tutorial deployment target to iOS 15 to fix build issue
@n8chur
Copy link
Collaborator Author

n8chur commented Feb 20, 2024

I moved to using version number presets in the Package.swift and added tvOS/macCatalyst cc @mjohnson12
de1f080

@n8chur n8chur merged commit a685478 into main Feb 20, 2024
13 checks passed
@n8chur n8chur deleted the westin/watchos-support-ios-bump branch February 20, 2024 17:33
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.

5 participants