IOS

class IOS(val folder: File, val pluginName: String, val pluginClassName: String)

Wrapper class with a path to the root/ios.

Constructors

Link copied to clipboard
constructor(folder: File, pluginName: String, pluginClassName: String)

Properties

Link copied to clipboard

path to the iOS folder.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Function to return the location of the AppDelegate.swift file in the ios folder.

Link copied to clipboard
fun podfile(): File

Function to return the location of the PodFile in the ios sub-module. If no custom path is given, Klutter assumes the path to the iOS Podfile is root-project/ios/PodFile.

Link copied to clipboard
fun podspec(): File

Function to return the location of the podspec in the ios sub-module.