MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / validateLogSubsystem

Function validateLogSubsystem

src/utils/simulator-steps.ts:157–162  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

155}
156
157function validateLogSubsystem(value: string): string | undefined {
158 if (VALID_LOG_SUBSYSTEM_PATTERN.test(value)) {
159 return undefined;
160 }
161 return `Invalid bundle identifier: '${value}'. Bundle IDs must contain only alphanumeric characters, dots, hyphens, and underscores.`;
162}
163
164/**
165 * Launch an app on a simulator with implicit runtime logging.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected