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

Add tvOS prefix for libraries used for tvos #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

objectiveCarlo
Copy link

Fix Conflict with Same-Named Libraries for iOS and tvOS

Issue

We encountered issues with libraries having the same name for both iOS and tvOS. Since our codebase is shared between iOS and tvOS, conflicts arise when a library has an identical name in both platforms.

Solution

To resolve this, I have forked your library specifically for tvOS and added a tvOS prefix to the library name. This ensures that both versions can coexist without naming conflicts.

Changes

  • Forked the existing library for tvOS.
  • Renamed the tvOS-specific library with a tvOS prefix.
  • Updated references to the tvOS library accordingly.

Impact

This change allows our iOS and tvOS projects to use the same libraries without encountering naming conflicts.

Request

Please review and merge this PR to support a seamless integration for projects using both iOS and tvOS.

Let me know if you have any concerns. Thanks! 🚀
Screenshot 2025-02-10 at 2 42 48 PM

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.

1 participant