Skip to content

tvOS Reference Docs Changes #1175

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
merged 3 commits into from
Feb 8, 2023
Merged

tvOS Reference Docs Changes #1175

merged 3 commits into from
Feb 8, 2023

Conversation

DellaBitta
Copy link
Contributor

@DellaBitta DellaBitta commented Dec 21, 2022

Description

Provide details of the change, and generalize the change in the PR title above.

Update the reference docs to refer to tvOS when discussing particular methods and classes.


Testing

Describe how you've tested these changes. Link any manually triggered Integration tests or CPP binary SDK Packaging Github Action workflows, if applicable.

Packaging Build for docs push


Type of Change

Place an x the applicable box:

  • Bug fix. Add the issue # below if applicable.
  • New feature. A non-breaking change which adds functionality.
  • Other, such as a build process or documentation change.

@DellaBitta DellaBitta marked this pull request as ready for review December 21, 2022 15:35
@DellaBitta DellaBitta added the skip-release-notes Skip release notes check label Dec 22, 2022
Copy link
Contributor

@jonsimantov jonsimantov left a comment

Choose a reason for hiding this comment

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

Approved with a few typo nits, please fix

@@ -174,7 +174,7 @@ class Auth {
void set_language_code(const char* language_code);

/// Sets the user-facing language code to be the default app language. This
/// uses a languge associated with the phone's locale data. On desktop
/// uses a languge associated with the device's locale data. On desktop
Copy link
Contributor

Choose a reason for hiding this comment

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

While you're here, can you fix the typo "languge" => "language"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@@ -168,7 +168,7 @@ class Settings final {
* `set_dispatch_queue()`.
*
* @note This method is only available when `__OBJC__` is defined, such as
* when compiling for iOS.
* when compiling for iOS or tvOS
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing period

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@@ -170,7 +170,7 @@ struct Notification {

/// Indicates the key to the title string for localization.
///
/// On iOS, this corresponds to "title-loc-key" in APNS payload.
/// On iOS amd tvOS, this corresponds to "title-loc-key" in APNS payload.
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

@DellaBitta DellaBitta merged commit b1a5444 into main Feb 8, 2023
@DellaBitta DellaBitta deleted the feature/tvos_reference_docs branch February 8, 2023 14:09
@github-actions github-actions bot added the tests: in-progress This PR's integration tests are in progress. label Feb 8, 2023
@github-actions
Copy link

github-actions bot commented Feb 8, 2023

Integration test with FLAKINESS (succeeded after retry)

Requested by @DellaBitta on commit b1a5444
Last updated: Wed Feb 8 08:51 PST 2023
View integration test log & download artifacts

Failures Configs
firestore [TEST] [FLAKINESS] [Android] [1/3 os: windows] [1/2 android_device: android_target]
(1 failed tests)  CRASH/TIMEOUT
messaging [TEST] [FLAKINESS] [Android] [1/3 os: macos] [1/2 android_device: android_target]
(1 failed tests)  CRASH/TIMEOUT

Add flaky tests to go/fpl-cpp-flake-tracker

@github-actions github-actions bot added the tests: succeeded This PR's integration tests succeeded. label Feb 8, 2023
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Feb 8, 2023
chkuang-g pushed a commit that referenced this pull request Feb 24, 2023
Update the reference docs to refer to tvOS when discussing particular methods and classes.
@firebase firebase locked and limited conversation to collaborators Mar 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
skip-release-notes Skip release notes check tests: succeeded This PR's integration tests succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants