@sentry/wizard
Version:
Sentry wizard helping you to configure your project
9 lines (8 loc) • 313 B
TypeScript
import { SentryProjectData } from '../utils/types';
import { XcodeProject } from './xcode-manager';
export declare function configureXcodeProject({ xcProject, project, target, shouldUseSPM, }: {
xcProject: XcodeProject;
project: SentryProjectData;
target: string;
shouldUseSPM: boolean;
}): void;