react-native-asset
Version:
Linking and unlinking of assets in your react-native app, works for fonts and sounds
10 lines • 340 B
TypeScript
import type { PBXProject } from "./xcode";
/**
* Get an array containing the UUID of each target in the project
*/
export declare function getTargetUUIDs(project: PBXProject): string[];
/**
* Get a target by UUID
*/
export declare function getTargetByUUID(project: PBXProject, uuid: string): unknown;
//# sourceMappingURL=utils.d.ts.map