Plugin development (iOS): Require minimum deployment-target
#545
Unanswered
GitToTheHub
asked this question in
Q&A
Replies: 2 comments
|
I believe this is what you're looking for: <config-file target="config.xml" parent="/*">
<preference name="deployment-target" value="13.0" />
</config-file>This sets the However, if the app developer defines the |
0 replies
|
Thanks, this is a good starting point. Ultimately it would be good to throw an error, when the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I want to require a minimum
deployment-targetfor a plugin on iOS, how I can do that?Thanks & Regards,
Manuel
All reactions