Summary: Fixes https://github.com/facebook/flipper/issues/3396 - the Xcode version mismatch check has been broken since 0.132.0. ## Changelog Fixed Xcode version mismatch check Pull Request resolved: https://github.com/facebook/flipper/pull/3428 Test Plan: No existing test, manually tested locally on macOS 11.6.3 via `yarn start` when launching the Simulator directly or via `yarn react-native run-ios` in an RN project Reviewed By: lblasa, mweststrate Differential Revision: D34139471 Pulled By: lawrencelomax fbshipit-source-id: 97920de5c463b366ef7ecaef0441ee37debe5d46
flipper-server-core
Package that manages connections with flipper clients, queries for adb/idb clients, accepts incoming websocket / rsocket connections and takes care of certificate exchange.
Used by Flipper desktop, flipper-server and flipper-dump