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

Fix Tests compilation for watchOS #89

Merged
merged 4 commits into from
Nov 10, 2023

Conversation

marandaneto
Copy link
Member

@marandaneto marandaneto commented Nov 10, 2023

#skip-changelog

💡 Motivation and Context

Tests for watchOS were failing.
Also added a macOS example since the app delegate is different, also the targets.

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

@marandaneto marandaneto changed the title Enable test target for all targets Fix Tests compilation for watchOS Nov 10, 2023
@@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "PostHog",
platforms: [
.macOS(.v10_14), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6),
Copy link
Member Author

Choose a reason for hiding this comment

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

Even our testing targets are min. 10.15 already, so we cannot even test unless we change our testing infra, since it's very old, it's ok to drop it.

Copy link
Collaborator

@benjackwhite benjackwhite left a comment

Choose a reason for hiding this comment

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

👍👍👍👍

@marandaneto marandaneto merged commit b15a409 into main Nov 10, 2023
6 checks passed
@marandaneto marandaneto deleted the chore/enable-testtarget-alltargets branch November 10, 2023 09:19
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