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

CoreTelephony should not be added to tvOS builds #67

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

marandaneto
Copy link
Member

What does this PR do?

CoreTelephony should not be added to tvOS builds

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

When integrating the SDK with PMs such as Carthage, the PM tries to use CoreTelephony for tvOS as well and it fails

What are the relevant tickets?

Screenshots or screencasts (if UI/UX change)

Questions:

  • Does the docs need an update?
  • Are there any security concerns?
  • Do we need to update engineering / success?

@@ -806,7 +806,11 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
DEVELOPMENT_TEAM = UG8G36W2HB;
INFOPLIST_FILE = PostHogTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
Copy link
Member Author

Choose a reason for hiding this comment

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

The changes below are done automatically by Xcode

@marandaneto marandaneto merged commit 7b78d62 into master Sep 6, 2023
1 check passed
@marandaneto marandaneto deleted the chore/coretelephony-non-tvos branch September 6, 2023 16:40
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