Summary: idb fails when run with Xcode 12.5. We aren't adding support yet, so we want to provide a more clear message to anyone trying to run it with this Xcode version.
Reviewed By: jbardini
Differential Revision: D28351784
fbshipit-source-id: 9b47a8807450c520ae4290567623c591b40c2029
Summary: We only use this for descriptions, let's just use that directly
Reviewed By: yancouto
Differential Revision: D25847515
fbshipit-source-id: cf145207eeedceba24070202dc24fcd5f0c4b637
Summary:
Now that the `SimulatorBridge` is dying, we need to add the appropriate behaviour for the replacement.
This is `CoreSimulator` and `AccessibilityPlatformtranslation`-backed. This does exist before Xcode 12, but now it is essential. Fortunately (once you get your head around the API) it's far more feature rich than we had before:
- We have all the methods on the `NSAccessibility` protocol at our disposal!
- Hierarchies now exist
- It has less setup and appears less failure prone.
Reviewed By: c-ryan747
Differential Revision: D22209181
fbshipit-source-id: a661972b164691e15340c0f4ae634e1dbfd5ccee
Summary: This isn't used and we're doing this in MobileDevice in any case
Reviewed By: fejese
Differential Revision: D21616669
fbshipit-source-id: 12352d8164797e44c766cd489da2742068162148
Summary: Pre xcode-8 is a different age
Reviewed By: c-ryan747
Differential Revision: D15620183
fbshipit-source-id: ee196415deb34191a40c57cbbfdbf6381a1448e4
Summary: Adds conformance of FBSimulator to FBDebuggerCommands. This is a lot simpler than a device since we can just use the bundled debugserver binary with xcode and then just return this.
Reviewed By: zeyadsalloum
Differential Revision: D14747898
fbshipit-source-id: 2d370475557259a9c7c52a59dca915d1e32526ea
Summary:
See title. In Xcode 10 video recording doesn't work on direct launched simulator,
but works on simulators launched Simulator.app, so we don't use direct launch in this case.
Reviewed By: lawrencelomax
Differential Revision: D10147771
fbshipit-source-id: aea7b735e440148b7a32debcb5a6766830953398