UNPKG

react-native-legal

Version:
8 lines (7 loc) 354 B
/** * Registers a shell script that invokes generation of license metadata with LicensePlist * * It scans available application native targets and for each of them * creates and links a shell script build phase responsible for iOS native deps license metadata */ export declare function registerLicensePlistBuildPhase(iosProjectPath: string): void;