-
-
Notifications
You must be signed in to change notification settings - Fork 196
chore: remove installPods property from platform's project interface #4299
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
Conversation
b693036
to
8b01617
Compare
…es and from App_Resources)
d50eab9
to
c7876f1
Compare
run ci |
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.
After fixing comment if relevant.
…all and merging of pod's xcconfig file
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.
You can handle the comment in a separate PR
/** | ||
* Gets the path wheren App_Resources should be copied. | ||
* @returns {string} Path to native project, where App_Resources should be copied. | ||
*/ | ||
getAppResourcesDestinationDirectoryPath(projectData: IProjectData): string; | ||
|
||
cleanDeviceTempFolder(deviceIdentifier: string, projectData: IProjectData): Promise<void>; | ||
processConfigurationFilesFromAppResources(projectData: IProjectData, opts: { release: boolean, installPods: boolean }): Promise<void>; | ||
processConfigurationFilesFromAppResources(projectData: IProjectData, opts: { release: boolean }): Promise<void>; |
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.
opts: IRelease
PR Checklist
What is the current behavior?
What is the new behavior?
Fixes/Implements/Closes #[Issue Number].