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

refactor: remove duplicated assets folder #56

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

nacho-alesina05
Copy link
Collaborator

♻️ Refactor


✏️ Description:

This PR removes the duplicated assets folder. By enabling the package_parameter_enabled flag in the design system’s pubspec.yaml file, assets are generated specifically for a package. The assets class is named DsAssets. Therefore, after generating it in the design system, files that previously referenced the old Assets class now need to be updated. This involves changing the package reference to the one generated by the design system and replacing Assets with DsAssets.
Also, the autocorrect flag in the email text input was set to false.


ios/Podfile.lock Outdated
@@ -1602,4 +1602,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: f78dd2483182dea10382b361f51daf312ce67029

COCOAPODS: 1.15.2
COCOAPODS: 1.13.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

you have to update your cocoapods version

@nacho-alesina05 nacho-alesina05 merged commit 4945823 into main Nov 1, 2024
2 checks passed
@nacho-alesina05 nacho-alesina05 deleted the refactor/assets-management branch November 1, 2024 16:10
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