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

chore: read plugin podspec values from package.json #3092

Merged
merged 5 commits into from
Jun 12, 2020

Conversation

jcesarmobile
Copy link
Member

In Capacitor.podspec we read the version from the package.json

So I've think it would be a good idea to do the same on the generated plugin, and not just the versions, all the other values that are stored on both package.json and the plugin.podspec.

This way plugin authors don't have to change the values on both places, changing them in the package.json will also change it in the plugin .podspec as the values are read from them.

Also swift_version was not specified, but should.

@jcesarmobile jcesarmobile assigned imhoffd and unassigned imhoffd Jun 11, 2020
@imhoffd imhoffd merged commit 2e61a9a into ionic-team:master Jun 12, 2020
@imhoffd imhoffd deleted the plugin-improv branch June 12, 2020 04:23
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