Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added TvOS, MacOS, iOSX64 support #770

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

Merged
nbransby merged 36 commits into GitLiveApp:master from Reedyuk:tvos
Oct 18, 2025
Merged

Added TvOS, MacOS, iOSX64 support #770

nbransby merged 36 commits into GitLiveApp:master from Reedyuk:tvos
Oct 18, 2025

Conversation

@Reedyuk
Copy link
Collaborator

@Reedyuk Reedyuk commented Aug 31, 2025
edited
Loading

This is taken from #729
Thank you for your contributions @sajidalidev
I have rebased and re-added iosX64.

sajidalidev reacted with thumbs up emoji ChristianKatzmann and joohnq reacted with hooray emoji
@Reedyuk Reedyuk changed the title (削除) Tvos (削除ここまで) (追記) Added TvOS, MacOS, iOSX64 support (追記ここまで) Aug 31, 2025
sajidalidev and others added 5 commits September 9, 2025 18:50
Updated the build configuration to include support for tvOS by setting deployment targets and adjusting Kotlin opt-ins. Also, updated Gradle and library versions to their latest stable releases as of commit `9b4c5f6`. This change ensures compatibility with new platforms while leveraging the latest features and improvements in dependencies.
Updated the build configuration to include support for macOS by setting appropriate deployment targets. Enhanced platform coverage by adding macOS targets to existing iOS, tvOS, and Kotlin opt-ins. Updated Gradle and library versions to their latest stable releases, ensuring compatibility with new platforms while leveraging recent improvements in dependencies.
Copy link

joohnq commented Sep 13, 2025

Please come back with the iosX64

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for TvOS, MacOS, and iOSX64 platforms to the Firebase Kotlin SDK by extending the build configurations across all Firebase modules and updating the CI/CD pipeline to test these new platforms.

Key changes:

  • Expanded Apple platform support from iOS-only to include TvOS, MacOS, and iOSX64
  • Updated build configurations to support the new Apple platforms with appropriate deployment targets
  • Added comprehensive test skipping configurations for the new platforms

Reviewed Changes

Copilot reviewed 24 out of 72 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
gradle.properties Added test skip configuration properties for MacOS and TvOS platforms
gradle/libs.versions.toml Added deployment target versions for TvOS (13.0) and MacOS (10.15)
Multiple build.gradle.kts files Extended Kotlin multiplatform configurations to include new Apple targets and deployment settings
GitHub workflow files Updated CI/CD pipelines to test MacOS and TvOS platforms with specific Xcode version
Test utility files Minor import optimizations and platform detection logic updates

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Collaborator Author

Reedyuk commented Oct 6, 2025

@nbransby - want to review this?

@Reedyuk Reedyuk requested a review from Copilot October 6, 2025 08:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 26 out of 74 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +34 to +35
minSdk =
23 // Auth has a MinSDK of 23. See https://github.com/firebase/firebase-android-sdk/issues/5927#issuecomment-2093466572
Copy link

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

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

[nitpick] The line break in the minSdk assignment makes the code less readable. Consider keeping the assignment on a single line or properly aligning the continuation.

Suggested change
minSdk =
23 // Auth has a MinSDK of 23. See https://github.com/firebase/firebase-android-sdk/issues/5927#issuecomment-2093466572
minSdk = 23 // Auth has a MinSDK of 23. See https://github.com/firebase/firebase-android-sdk/issues/5927#issuecomment-2093466572

Copilot uses AI. Check for mistakes.
Reedyuk and others added 2 commits October 6, 2025 15:19
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Reedyuk Reedyuk requested a review from Copilot October 6, 2025 14:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 26 out of 74 changed files in this pull request and generated 2 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Reedyuk and others added 2 commits October 7, 2025 11:25
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Reedyuk Reedyuk requested a review from Copilot October 7, 2025 10:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 26 out of 74 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines 90 to 91
iosArm64().enableKeychainForTests()
iosX64().enableKeychainForTests()
Copy link

Copilot AI Oct 7, 2025

Choose a reason for hiding this comment

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

[nitpick] The enableKeychainForTests() method calls are duplicated across multiple Apple platform targets. Consider extracting this into a helper function to reduce code duplication.

Copilot uses AI. Check for mistakes.
@nbransby nbransby merged commit 5e33dfa into GitLiveApp:master Oct 18, 2025
70 of 71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

Copilot code review Copilot Copilot left review comments

@nbransby nbransby Awaiting requested review from nbransby

@Daeda88 Daeda88 Awaiting requested review from Daeda88

@michaelprichardson michaelprichardson Awaiting requested review from michaelprichardson

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /