You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tvos): address review findings for the tvOS platform integration
- Plugins keep their native code for visionOS and tvOS in platforms/ios.
Change detection and native-file watching now resolve that folder the
same way preparation already did (IMobileHelper.getPluginPlatformsFolderName),
so an edit to a plugin's iOS sources is seen by tvOS/visionOS builds and
watch mode.
- getEmulatorImages only queried iOS simulators for the iOS platform, so
startEmulator could not find a simulator for tvOS or visionOS.
- ios-sim-portable 4.5.4 for tvOS simulator discovery
(NativeScript/ios-sim-portable#135); also brings package-lock back in
sync with package.json.
0 commit comments