Skip to content

Tags: facebook/idb

Tags

v1.1.8

Toggle v1.1.8's commit message
Fix grpc-swift source files generation in OSS release builds

Summary:
There was an issue that broke the release build compilation of the OSS xcodeproject.
Default way to create a build rule in Xcode leads to flag that configures multiple build step invocations. That confuses Xcode build system, because we produce the same files regardless of the architecture we call that step against
We do not need multiple calls for each architecture for that build rule, we need to run that command only once

Differential Revision: D38535115

fbshipit-source-id: d137c3df2a53f9c09328c218a55765f97c5b1f8f

v1.1.7

Toggle v1.1.7's commit message
Enable kVTVideoEncoderSpecification_EnableLowLatencyRateControl

Summary: title

Reviewed By: jamescoggan

Differential Revision: D33859892

fbshipit-source-id: e1a13fac63178df52681f52238bc71cb78aa237d

v1.1.6

Toggle v1.1.6's commit message
Fix debugserver stop

Summary:
For some reason the debugserver stop command called status by mistake! This means that `debugserver stop` wouldn't actually kill the debugserver.

Now it does.

Reviewed By: jamescoggan

Differential Revision: D33479256

fbshipit-source-id: e4f6b4b85eae800d2ac8a6b275c47d68bbb398e6

v1.1.5

Toggle v1.1.5's commit message
OSS project - pick correct sdk to build Shimulator

Summary: as title

Reviewed By: fgasperij

Differential Revision: D29614908

fbshipit-source-id: 791090d114f7f7b9bcceab74554c7ce05516230a

v1.1.4

Toggle v1.1.4's commit message
Lean on FBXCTestExtendedCommands for obtaining shims

Summary:
This solves a few issues:

1) Allow for the commands implementation to cache intelligently and avoid over-fetching
2) Make passing the shims down easier since we can query the implementation

There are some other examples of places where the shims are used, but those can be changed in time to avoid needing to always inject from above

Reviewed By: jbardini

Differential Revision: D29458524

fbshipit-source-id: 40786a0f73a726cec1518b10d014ae4f78c84d57

v1.1.3

Toggle v1.1.3's commit message
Switch OSS builds to cocoapods

Summary:
Dynamically linking grpc in the open source build is causing a lot of issues, as every time grpc releases a new versions it's likely that a previously compiled version of idb will fail.

To fix this lets build from source and then statically link grpc.

I'll need to also update the homebrew formula once this lands

Reviewed By: jbardini

Differential Revision: D28810010

fbshipit-source-id: a69676d799de1e7df0426fe5c00b4c0f4783fd7c

v1.1.2

Toggle v1.1.2's commit message
Logic Tests - Collect and send log files over to client

Summary: Tests standard outputs (e.g. NSLogs and/or printfs) are collected and reported back to idb client.

Reviewed By: phyllipecesar

Differential Revision: D27367868

fbshipit-source-id: d02541ed4b26918c38364108076de409d3b22512

v1.1.1

Toggle v1.1.1's commit message
Change xcode failure to xcode warning

Reviewed By: lawrencelomax

Differential Revision: D26727043

fbshipit-source-id: 38d4b1a73a511057896512807c1303091de9ca73

v1.1.0

Toggle v1.1.0's commit message
One last good release

Summary: We want to get rid of `fbsimctl` soon, but let's get one final push of a passing build before saying goodbye

Reviewed By: yancouto

Differential Revision: D24649411

fbshipit-source-id: b525aa7849a74e32b13f656c1f34e575f1abdbac

v1.0.14

Toggle v1.0.14's commit message
Void* callback for RestorableDeviceRegisterForNotifications

Summary: The API takes any `void *`, instead of having an implicit conversion of a `void *`

Reviewed By: c-ryan747

Differential Revision: D21974704

fbshipit-source-id: 294fba1d2ce5cb0f206e394f4354b05d13ba8547