-
Notifications
You must be signed in to change notification settings - Fork 141
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
feat(code): ENG-5057 add deprecated plugins #2656
Conversation
f3f5dea
to
c7972cf
Compare
ad83339
to
f05d20c
Compare
99c8187
to
535c4dc
Compare
535c4dc
to
a0f333c
Compare
@@ -140,6 +140,9 @@ type ManifestProviderAttributes = { | |||
|
|||
/** "writePermission" attribute for the provider. */ | |||
"android:writePermission"?: string; | |||
|
|||
/** "exorted" attribute for the provider. */ | |||
"android:exported"?: boolean; |
There was a problem hiding this comment.
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" })) { |
There was a problem hiding this comment.
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" })) { |
There was a problem hiding this comment.
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
Describe your changes
Add deprecated plugins and unit tests:
Issue ticket number and link
Ticket
Type of change
Test Plan
Checklist before requesting a review