iOS get devices/targets/simulators cleanup
Summary: ^ Reviewed By: passy Differential Revision: D48781211 fbshipit-source-id: 71133c07d15ca6a380d85e582d55cbdb192b5a19
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0045f15e2a
commit
3e8f94ceda
@@ -7,6 +7,8 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {DeviceType, OS} from './server-types';
|
||||
|
||||
export interface PluginDetails {
|
||||
name: string;
|
||||
specVersion: number;
|
||||
@@ -57,17 +59,6 @@ export interface SupportedApp {
|
||||
readonly type?: DeviceType;
|
||||
}
|
||||
|
||||
export type OS =
|
||||
| 'iOS'
|
||||
| 'Android'
|
||||
| 'Metro'
|
||||
| 'Windows'
|
||||
| 'MacOS'
|
||||
| 'Browser'
|
||||
| 'Linux';
|
||||
|
||||
export type DeviceType = 'emulator' | 'physical' | 'dummy';
|
||||
|
||||
export type PluginType = 'client' | 'device';
|
||||
|
||||
export type DeviceSpec = 'KaiOS';
|
||||
|
||||
Reference in New Issue
Block a user