-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Sometimes a project just needs to add a Podfile without any JS/TS, but a full plugin must be created:
- https://github.com/tjvantoll/nativescript-IQKeyboardManager (Until recently was only a podfile)
- https://github.com/Essent/nativescript-disable-bitcode (just a postinstall to strip all bitcode from a project).
Additionally, this is where a project should be able to set its platform version level, as well. (and plugin Podfiles should not).
In many ways this is similar to many of the settings and package management actions that can be taken in app.gradle (dependencies not requiring JS, package overrides, and min platform).
Would likely just come from App_Resources like similar files.
jibon57, NathanWalker, NickIliev and farfromrefug