Skip to content

Conversation

Reedyuk
Copy link
Collaborator

@Reedyuk Reedyuk commented Aug 31, 2025

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

@Reedyuk Reedyuk changed the title Tvos Added TvOS, MacOS, iOSX64 support Aug 31, 2025
@Reedyuk Reedyuk requested a review from nbransby August 31, 2025 16:30
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.
@joohnq
Copy link

joohnq commented Sep 13, 2025

Please come back with the iosX64

Copy link
Contributor

@Copilot 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.

@Reedyuk
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 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 Reedyuk requested a review from Copilot October 6, 2025 14:19
Copy link
Contributor

@Copilot 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 Reedyuk requested a review from Copilot October 7, 2025 10:26
Copy link
Contributor

@Copilot 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants