MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / writeCachedXcodeContext

Function writeCachedXcodeContext

scripts/experimental/swiftui-preview.mjs:702–707  ·  view source on GitHub ↗
(context, identity, xcode)

Source from the content-addressed store, hash-verified

700}
701
702function writeCachedXcodeContext(context, identity, xcode) {
703 fs.writeFileSync(
704 xcodeContextCachePath(context),
705 JSON.stringify({ identity, xcode }, null, 2),
706 );
707}
708
709function xcodebuildBaseArgs(args, derivedDataPath) {
710 const buildArgs = [];

Callers 1

resolveXcodeContextFunction · 0.85

Calls 1

xcodeContextCachePathFunction · 0.85

Tested by

no test coverage detected