File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
packages/plugin-platform-apple/src/lib Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- *
7- */
8-
91import path from 'path' ;
102import fs from 'fs' ;
113import { logger } from '@callstack/rnef-tools' ;
Original file line number Diff line number Diff line change 1- /**
2- * Copyright (c) Meta, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- *
7- */
8-
91import spawn from 'nano-spawn' ;
102import listDevices from '../listDevices.js' ;
113import { Mock , vi } from 'vitest' ;
You can’t perform that action at this time.
0 commit comments