Skip to content

feature: Enable app Podfile #3807

@NickIliev

Description

@NickIliev

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:

  1. https://github.com/tjvantoll/nativescript-IQKeyboardManager (Until recently was only a podfile)
  2. 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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions