UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

6 lines (5 loc) 256 B
export declare class MacOSSystemHelpers { static findSDKRootDirectoryPath(): string | undefined; static findDeveloperDirectoryPath(): string | undefined; static readXcodeBuildSettings(projectPath: string): Record<string, string> | undefined; }