Module: Capacitor::Lynx

Defined in:
lib/capacitor/lynx/autolink.rb

Defined Under Namespace

Classes: Autolink, PluginInfo, SkippedPackage

Constant Summary collapse

NODE_MODULES_SEARCH_DEPTH =

How far up from the starting directory to look for node_modules. Matches cocoapods-lynx-library so both plugins agree on what "the app" is.

6
RUNTIME_PACKAGE =

@capacitor/ios is the runtime, not a plugin: it has no capacitor key in package.json and ships two podspecs at its package root.

'@capacitor/ios'.freeze
RUNTIME_POD_NAMES =
%w[Capacitor CapacitorCordova].freeze