* 获取模拟器的 host
()
| 74 | * 获取模拟器的 host |
| 75 | */ |
| 76 | get simulatorHost(): IPublicApiSimulatorHost | null { |
| 77 | return SimulatorHost.create(this[projectSymbol].simulator as any || this[simulatorHostSymbol]); |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * @deprecated use .simulatorHost instead. |