UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

8 lines (7 loc) 201 B
import { XcodeProject } from './xcode-manager'; export declare function lookupXcodeProject({ projectDir, }: { projectDir: string; }): Promise<{ xcProject: XcodeProject; target: string; }>;