-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
From @DickSmith on June 10, 2018 21:59
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.
Copied from original issue: NativeScript/ios-jsc#939
DickSmith, abozanona, kenny-evitt and tkrevhjibon57