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

feat(code): ENG-5057 add deprecated plugins #2656

Merged

Conversation

crherman7
Copy link
Contributor

@crherman7 crherman7 commented Mar 28, 2024

Describe your changes

Add deprecated plugins and unit tests:

  • firebase-app
  • firebase-analytics
  • fbsdk-next
  • google-signin
  • leanplum

Issue ticket number and link

Ticket

Type of change

  • New feature (non-breaking change which adds functionality)

Test Plan

Checklist before requesting a review

  • A self-review of my code has been completed
  • Tests have been added / updated if required
  • Documentation has been updated to reflect these changes

@crherman7 crherman7 marked this pull request as draft March 28, 2024 18:37
@crherman7 crherman7 force-pushed the feat/deprecated-plugins branch 3 times, most recently from f3f5dea to c7972cf Compare April 1, 2024 21:22
@crherman7 crherman7 force-pushed the feat/deprecated-plugins branch 2 times, most recently from ad83339 to f05d20c Compare April 1, 2024 23:29
@crherman7 crherman7 force-pushed the feat/deprecated-plugins branch 3 times, most recently from 99c8187 to 535c4dc Compare April 2, 2024 14:20
@crherman7 crherman7 force-pushed the feat/deprecated-plugins branch from 535c4dc to a0f333c Compare April 2, 2024 14:36
@@ -140,6 +140,9 @@ type ManifestProviderAttributes = {

/** "writePermission" attribute for the provider. */
"android:writePermission"?: string;

/** "exorted" attribute for the provider. */
"android:exported"?: boolean;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

will need to add this back to v13

@@ -79,7 +79,14 @@ describe("plugin-splash-screen", () => {
);
}

project.addPbxGroup([], "Resources", '""');
if (!project.findPBXGroupKey({ name: "Resources" })) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

probably worth adding this to v13 as it's a safer check and adds it to the main group

* already created it. This would otherwise error out with vague message.
*/
project.addPbxGroup([], "Resources", '""');
if (!project.findPBXGroupKey({ name: "Resources" })) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

probably worth adding this to v13 as it's a safer check and adds it to the main group

@crherman7 crherman7 marked this pull request as ready for review April 2, 2024 20:14
@crherman7 crherman7 changed the title feat(code): add deprecated plugins feat(code): ENG-5057 add deprecated plugins Apr 2, 2024
@NickBurkhartBB NickBurkhartBB merged commit 3234568 into brandingbrand:v13-plugins Apr 17, 2024
1 check 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.

2 participants