MCPcopy Create free account
hub / github.com/callstack/agent-device / readIosPlistValue

Function readIosPlistValue

src/daemon/artifact-materialization.ts:183–186  ·  view source on GitHub ↗
(appBundlePath: string, key: string)

Source from the content-addressed store, hash-verified

181}
182
183async function readIosPlistValue(appBundlePath: string, key: string): Promise<string | undefined> {
184 const infoPlistPath = path.join(appBundlePath, 'Info.plist');
185 return await readInfoPlistString(infoPlistPath, key);
186}
187
188function readBaseNameIfMeaningful(filePath: string, suffix?: string): string | undefined {
189 const basename = suffix

Callers 1

detectIosAppMetadataFunction · 0.85

Calls 1

readInfoPlistStringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…