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

Bump up support versions on Package.swift #17

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

giginet
Copy link
Contributor

@giginet giginet commented Jun 7, 2022

closes #16

Warning with Xcode 13 when using with Swift Package Manager · Issue #16 · tarunon/XCTAssertNoLeak

I faced the same problem. (He is my co-worker 😄 )

Currently, the latest Xcode raises warnings to upgrade the lowest target SDK versions.

According to the podspec, supported platforms are miss-matched between Package.swift.

So I fixed supported platform versions on Package.swift. These changes will suppress that warnings.

Comment on lines +9 to +10
.iOS(.v9),
.macOS(.v10_11),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tarunon tarunon merged commit d24a03c into tarunon:master Jun 7, 2022
@giginet giginet deleted the bump-up-version branch June 7, 2022 04:22
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.

Warning with Xcode 13 when using with Swift Package Manager
2 participants