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

Function pushSearchArgs

scripts/experimental/swiftui-preview.mjs:934–942  ·  view source on GitHub ↗
(args, flag, values)

Source from the content-addressed store, hash-verified

932}
933
934function pushSearchArgs(args, flag, values) {
935 for (const value of values) {
936 for (const item of splitBuildSetting(value)) {
937 if (item && item !== "$(inherited)" && fs.existsSync(item)) {
938 args.push(flag, item);
939 }
940 }
941 }
942}
943
944function findBootedSimulatorUDID() {
945 const data = JSON.parse(

Callers 1

xcodeSwiftcArgsFunction · 0.85

Calls 1

splitBuildSettingFunction · 0.85

Tested by

no test coverage detected